There are some changes to how tensorflow-android is released, I'm still working out what to do with that artifact. Fixes #30420.
16 lines
593 B
XML
16 lines
593 B
XML
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<description>Platform-dependent native code for the TensorFlow Java library.</description>
|
|
<parent>
|
|
<groupId>org.tensorflow</groupId>
|
|
<artifactId>parentpom</artifactId>
|
|
<version>1.14.0</version>
|
|
<relativePath>../</relativePath>
|
|
</parent>
|
|
<artifactId>libtensorflow_jni</artifactId>
|
|
<packaging>jar</packaging>
|
|
</project>
|
|
|