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 2376371 commit cd81319
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@

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

<repositories>
Expand All @@ -145,6 +146,13 @@
<dependency>
<groupId>org.tensorflow</groupId>
<artifactId>tensorflow</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>
Expand Down

0 comments on commit cd81319

Please sign in to comment.