Update pom.xml

master
Celebrate-future 2021-02-26 11:03:36 +08:00 committed by GitHub
parent 40c2e592ac
commit d93976922a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,12 @@
<groupId>org.bytedeco</groupId>
<artifactId>cpython-platform</artifactId>
<version>${cpython-platform.version}</version>
<exclusions>
<exclusion>
<groupId>org.bytedeco</groupId>
<artifactId>javacpp-platform</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>