diff --git a/pom.xml b/pom.xml
index 5a7658e45c574875fbeb71532082a22a9dde247a..1ebb6b972a9833c577a89ce11befb0423ffaaf7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,9 +5,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
+		<artifactId>pom-icy</artifactId>
         <groupId>org.bioimageanalysis.icy</groupId>
-        <artifactId>parent-pom-plugin</artifactId>
-        <version>1.0.6</version>
+        <version>2.0.0</version>
     </parent>
 
     <artifactId>connected-components</artifactId>
@@ -22,10 +22,40 @@
         Output can be pushed to the swimming pool for other plug-ins to further exploit the extracted objects.
     </description>
 
+	<profiles>
+		<profile>
+			<id>icy-plugin</id>
+			<activation>
+				<activeByDefault>true</activeByDefault>
+			</activation>
+		</profile>
+	</profiles>
+	
     <dependencies>
+		<dependency>
+            <groupId>org.bioimageanalysis.icy</groupId>
+            <artifactId>icy-kernel</artifactId>
+			<version>${icy-kernel.version}</version>
+        </dependency>
         <dependency>
             <groupId>org.bioimageanalysis.icy</groupId>
             <artifactId>blocks</artifactId>
+			<version>${blocks.version}</version>
+        </dependency>
+		<dependency>
+            <groupId>org.bioimageanalysis.icy</groupId>
+            <artifactId>icy-bioformats</artifactId>
+			<version>${icy-bioformats.version}</version>
+        </dependency>
+		<dependency>
+            <groupId>org.bioimageanalysis.icy</groupId>
+            <artifactId>jama</artifactId>
+            <version>${jama.version}</version>
+        </dependency>
+		<dependency>
+            <groupId>net.sourceforge.jexcelapi</groupId>
+            <artifactId>jxl</artifactId>
+			<version>${jxl.version}</version>
         </dependency>
         <dependency>
             <groupId>org.bioimageanalysis.icy</groupId>
@@ -42,11 +72,6 @@
             <artifactId>vecmath</artifactId>
             <version>${vecmath.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.bioimageanalysis.icy</groupId>
-            <artifactId>jama</artifactId>
-            <version>${jama.version}</version>
-        </dependency>
     </dependencies>
 
     <repositories>