summaryrefslogtreecommitdiffstats
path: root/interface-role/pom.xml
diff options
context:
space:
mode:
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