summaryrefslogtreecommitdiffstats
path: root/interface-role/pom.xml
diff options
context:
space:
mode:
authorJan Srnicek <jsrnicek@cisco.com>2017-04-20 16:07:43 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-04-27 07:50:26 +0000
commitf681f003b874d1c2ce031ed48d7696802a23a190 (patch)
tree962a534a9af54c9d46973d95c682240249b004b6 /interface-role/pom.xml
parent1bdb94bca4f7202e5565ab15b9b290a19126b25c (diff)
HC2VPP-128 - interface role specification api
Change-Id: I534e4d67d43006e61b8cb7355460bf440b20476f Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
Diffstat (limited to 'interface-role/pom.xml')
-rw-r--r--interface-role/pom.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/interface-role/pom.xml b/interface-role/pom.xml
new file mode 100644
index 000000000..bbfb72e18
--- /dev/null
+++ b/interface-role/pom.xml
@@ -0,0 +1,22 @@
+<?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">
+ <parent>
+ <artifactId>hc2vpp-parent</artifactId>
+ <groupId>io.fd.hc2vpp.common</groupId>
+ <version>1.17.07-SNAPSHOT</version>
+ <relativePath>../common/hc2vpp-parent</relativePath>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>io.fd.hc2vpp.iface.role</groupId>
+ <artifactId>interface-role-aggregator</artifactId>
+ <packaging>pom</packaging>
+ <version>1.17.07-SNAPSHOT</version>
+
+ <modules>
+ <module>api</module>
+ </modules>
+</project> \ No newline at end of file