Added initial Maven pom structures
[openflowjava.git] / openflow-protocol-spi / pom.xml
diff --git a/openflow-protocol-spi/pom.xml b/openflow-protocol-spi/pom.xml
new file mode 100644 (file)
index 0000000..e01cd9a
--- /dev/null
@@ -0,0 +1,19 @@
+<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.openflow</groupId>
+        <artifactId>openflow-protocol-parent</artifactId>
+        <version>0.1-SNAPSHOT</version>
+    </parent>
+    <artifactId>openflow-protocol-spi</artifactId>
+    <packaging>pom</packaging>
+
+    <dependencies>
+       <dependency>
+           <groupId>org.opendaylight.openflow</groupId>
+            <artifactId>openflow-protocol-api</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+    </dependencies>
+</project>
\ No newline at end of file