diff --git a/ndarray/pom.xml b/ndarray/pom.xml index bedf291731c..d228fbdb32a 100644 --- a/ndarray/pom.xml +++ b/ndarray/pom.xml @@ -32,6 +32,10 @@ Utility library for N-dimensional data I/O operations. + + org.tensorflow.ndarray + + org.junit.jupiter @@ -57,6 +61,17 @@ + + maven-jar-plugin + 3.2.0 + + + + ${java.module.name} + + + + org.apache.maven.plugins maven-surefire-plugin diff --git a/pom.xml b/pom.xml index eb6f943919d..4e79a6ca61c 100644 --- a/pom.xml +++ b/pom.xml @@ -165,6 +165,15 @@ + + + jdk11 + + 11 + 11 + 11 + + diff --git a/tensorflow-core/tensorflow-core-api/pom.xml b/tensorflow-core/tensorflow-core-api/pom.xml index f0953383920..8e303f1f235 100644 --- a/tensorflow-core/tensorflow-core-api/pom.xml +++ b/tensorflow-core/tensorflow-core-api/pom.xml @@ -21,6 +21,7 @@ ${native.build.skip} ${native.build.skip} ${native.build.skip} + org.tensorflow.core.api @@ -330,6 +331,13 @@ maven-jar-plugin 3.1.0 + + + + ${java.module.name} + + +