diff --git a/pom.xml b/pom.xml
index 101511abe66ff6f3c19227f138c578b34d98d134..0145136920556f6d6838a8914311760eb6ab7d1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
 	</parent>
     
 	<artifactId>deep-learning-version-manager</artifactId>
-	<version>1.0.1</version>
+	<version>1.0.0</version>
     
 	<name>Deep Learning versions manager for Icy</name>
 	<description>This project holds the code for the TensorFlow library manager. It allows users to download, install and select the version of TensorFlow that other plugins use in Icy.
@@ -30,29 +30,11 @@
 	</build>
     
 	<dependencies>
-		<!-- gson library for JSON parsing -->
-        <dependency>
-            <groupId>org.bioimageanalysis.icy</groupId>
-            <artifactId>google-gson</artifactId>
-            <version>2.9.0</version>
-        </dependency>
         <dependency>
             <groupId>org.bioimageanalysis.icy</groupId>
             <artifactId>dl-model-runner</artifactId>
-            <version>1.0.1</version>
+            <version>1.0.0</version>
         </dependency>
-		<!-- https://mvnrepository.com/artifact/org.tensorflow/tensorflow-core-api -->
-		<!--<dependency>
-			<groupId>org.tensorflow</groupId>
-			<artifactId>tensorflow-core-platform-mkl</artifactId>
-			<version>0.2.0</version>
-		</dependency>-->
-		
-		<!-- <dependency>
-			<groupId>org.tensorflow</groupId>
-			<artifactId>tensorflow</artifactId>
-			<version>1.15.0</version>
-		</dependency>-->
 	</dependencies>
 	<repositories>
 		<repository>