* Moved all l2 forwarding services based on OF to a separate OSGi
[affinity.git] / nfchain / pom.xml
diff --git a/nfchain/pom.xml b/nfchain/pom.xml
deleted file mode 100644 (file)
index fe28724..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<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>
-  <parent>
-    <groupId>org.opendaylight.affinity</groupId>
-    <artifactId>affinityParent</artifactId>
-    <version>0.4.1-SNAPSHOT</version>
-  </parent>
-  
-  <packaging>pom</packaging>
-  <groupId>org.opendaylight.affinity</groupId>
-  <artifactId>nfchain</artifactId>
-  <version>0.4.1-SNAPSHOT</version>
-
-  <scm>
-    <connection>scm:git:ssh://git.opendaylight.org:29418/affinity.git</connection>
-    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/affinity.git</developerConnection>
-  </scm>
-  
-  <modules>
-    <module>api</module>
-    <module>impl</module>
-  </modules>
-</project>