Skip to content

Commit

Permalink
correct pom
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Dec 15, 2023
1 parent cd81319 commit 31a5eda
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<releaseProfiles>sign,deploy-to-scijava</releaseProfiles>

<dl-modelrunner.version>0.5.0</dl-modelrunner.version>
<protobuf.version>3.2.0</protobuf.version>
<protobuf.version>3.5.1</protobuf.version>
<tf.version>1.15.0</tf.version>
</properties>

Expand All @@ -145,15 +145,13 @@
</dependency>
<dependency>
<groupId>org.tensorflow</groupId>
<artifactId>tensorflow</artifactId>
<artifactId>libtensorflow</artifactId>
<version>${tf.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.tensorflow</groupId>
<artifactId>libtensorflow_jni</artifactId>
<version>${tf.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand All @@ -163,6 +161,7 @@
<dependency>
<groupId>org.tensorflow</groupId>
<artifactId>proto</artifactId>
<version>${tf.version}</version>
</dependency>
</dependencies>
</project>

0 comments on commit 31a5eda

Please sign in to comment.