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"
<modelVersion>4.0.0</modelVersion> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<parent> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<groupId>org.bioimageanalysis.icy</groupId> <modelVersion>4.0.0</modelVersion>
<artifactId>parent-pom-plugin</artifactId> <parent>
<version>1.0.3</version> <groupId>org.bioimageanalysis.icy</groupId>
</parent> <artifactId>parent-pom-plugin</artifactId>
<artifactId>tensor-flow-1-interface</artifactId> <version>1.0.6</version>
<version>1.0.0-SNAPSHOT</version> </parent>
<name>TensorFlow interface for Icy</name>
<description>This project holds the code allowing the interaction between Icy and TensorFlow. <artifactId>tensor-flow-1-interface</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>TensorFlow interface for Icy</name>
<description>This project holds the code allowing the interaction between Icy and TensorFlow.
</description> </description>
<build>
<plugins> <build>
<plugin> <plugins>
<groupId>org.apache.maven.plugins</groupId> <plugin>
<artifactId>maven-javadoc-plugin</artifactId> <groupId>org.apache.maven.plugins</groupId>
<configuration> <artifactId>maven-javadoc-plugin</artifactId>
<additionalOptions> <configuration>
<additionalOption>-Xdoclint:none</additionalOption> <additionalOptions>
</additionalOptions> <additionalOption>-Xdoclint:none</additionalOption>
</configuration> </additionalOptions>
</plugin> </configuration>
</plugins> </plugin>
</build> </plugins>
<dependencies> </build>
<dependency>
<groupId>org.tensorflow</groupId> <dependencies>
<artifactId>tensorflow</artifactId> <dependency>
<version>1.15.0</version> <groupId>org.bioimageanalysis.icy</groupId>
<scope>provided</scope> <artifactId>dl-model-runner</artifactId>
</dependency> <version>1.0.0</version>
<dependency> </dependency>
<groupId>com.google.protobuf</groupId> <dependency>
<artifactId>protobuf-java</artifactId> <groupId>org.tensorflow</groupId>
<version>3.2.0</version> <artifactId>tensorflow</artifactId>
</dependency> <version>1.15.0</version>
<dependency> <scope>provided</scope>
<groupId>org.tensorflow</groupId> </dependency>
<artifactId>proto</artifactId> <!-- <dependency> -->
<version>1.15.0</version> <!-- <groupId>com.google.protobuf</groupId> -->
</dependency> <!-- <artifactId>protobuf-java</artifactId> -->
<dependency> <!-- <version>3.2.0</version> -->
<groupId>ai.djl</groupId> <!-- </dependency> -->
<artifactId>api</artifactId> <!-- <dependency> -->
<version>0.15.0</version> <!-- <groupId>org.tensorflow</groupId> -->
</dependency> <!-- <artifactId>proto</artifactId> -->
</dependencies> <!-- <version>1.15.0</version> -->
<repositories> <!-- </dependency> -->
<repository> <!-- <dependency> -->
<id>icy</id> <!-- <groupId>ai.djl</groupId> -->
<url>https://icy-nexus.pasteur.fr/repository/Icy/</url> <!-- <artifactId>api</artifactId> -->
</repository> <!-- <version>0.15.0</version> -->
</repositories> <!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>org.nd4j</groupId> -->
<!-- <artifactId>nd4j-api</artifactId> -->
<!-- <version>1.0.0-M2</version> -->
<!-- </dependency> -->
</dependencies>
<repositories>
<repository>
<id>icy</id>
<url>https://icy-nexus.pasteur.fr/repository/Icy/</url>
</repository>
</repositories>
</project> </project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment