Skip to content
Snippets Groups Projects
Commit 4375afd5 authored by Stéphane  DALLONGEVILLE's avatar Stéphane DALLONGEVILLE
Browse files

cleanup + fixed dependencies

parent 1377683b
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>parent-pom-plugin</artifactId> <artifactId>parent-pom-plugin</artifactId>
<version>1.0.3</version> <version>1.0.6</version>
</parent> </parent>
<artifactId>tensor-flow-1-interface</artifactId> <artifactId>tensor-flow-1-interface</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<name>TensorFlow interface for Icy</name> <name>TensorFlow interface for Icy</name>
<description>This project holds the code allowing the interaction between Icy and TensorFlow. <description>This project holds the code allowing the interaction between Icy and TensorFlow.
</description> </description>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
...@@ -24,28 +29,39 @@ ...@@ -24,28 +29,39 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.tensorflow</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>tensorflow</artifactId> <artifactId>dl-model-runner</artifactId>
<version>1.15.0</version> <version>1.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.2.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.tensorflow</groupId> <groupId>org.tensorflow</groupId>
<artifactId>proto</artifactId> <artifactId>tensorflow</artifactId>
<version>1.15.0</version> <version>1.15.0</version>
<scope>provided</scope>
</dependency> </dependency>
<dependency> <!-- <dependency> -->
<groupId>ai.djl</groupId> <!-- <groupId>com.google.protobuf</groupId> -->
<artifactId>api</artifactId> <!-- <artifactId>protobuf-java</artifactId> -->
<version>0.15.0</version> <!-- <version>3.2.0</version> -->
</dependency> <!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>org.tensorflow</groupId> -->
<!-- <artifactId>proto</artifactId> -->
<!-- <version>1.15.0</version> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>ai.djl</groupId> -->
<!-- <artifactId>api</artifactId> -->
<!-- <version>0.15.0</version> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>org.nd4j</groupId> -->
<!-- <artifactId>nd4j-api</artifactId> -->
<!-- <version>1.0.0-M2</version> -->
<!-- </dependency> -->
</dependencies> </dependencies>
<repositories> <repositories>
<repository> <repository>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment