summaryrefslogtreecommitdiffstats
path: root/v3po/features/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'v3po/features/pom.xml')
-rw-r--r--v3po/features/pom.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/v3po/features/pom.xml b/v3po/features/pom.xml
index b511e8f11..43b5e83bc 100644
--- a/v3po/features/pom.xml
+++ b/v3po/features/pom.xml
@@ -166,6 +166,30 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
+ <artifactId>notification-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>notification-impl</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>notification-impl</artifactId>
+ <version>${project.version}</version>
+ <type>xml</type>
+ <classifier>config</classifier>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>notification-impl</artifactId>
+ <version>${project.version}</version>
+ <type>xml</type>
+ <classifier>notification2netconf</classifier>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
<artifactId>vpp-jvpp-cfg</artifactId>
<version>${project.version}</version>
</dependency>