Add aaf into dependencyManagement
[policy/parent.git] / integration / pom.xml
index 634d953..cf4ed21 100644 (file)
@@ -36,6 +36,7 @@
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
         <version.logback>1.2.3</version.logback>
+        <version.dmaap>1.1.8</version.dmaap>
     </properties>
 
     <distributionManagement>
 
     <dependencyManagement>
         <dependencies>
+            <!-- MariaDB -->
+            <dependency>
+                <groupId>org.mariadb.jdbc</groupId>
+                <artifactId>mariadb-java-client</artifactId>
+                <version>2.2.6</version>
+            </dependency>
+
             <!-- Swagger Jersey2 JAXRS -->
             <dependency>
                 <groupId>io.swagger</groupId>
@@ -79,7 +87,6 @@
                 <groupId>javax.servlet</groupId>
                 <artifactId>javax.servlet-api</artifactId>
                 <version>4.0.1</version>
-                <scope>provided</scope>
             </dependency>
 
             <!-- HttpComponents Client -->
                 <version>4.4.9</version>
             </dependency>
 
-            <!-- utility classes, google's collections, io classes -->
-            <dependency>
-                <groupId>com.google.guava</groupId>
-                <artifactId>guava</artifactId>
-                <version>25.1-jre</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>org.checkerframework</groupId>
-                        <artifactId>checker-qual</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>org.checkerframework</groupId>
-                <artifactId>checker-qual</artifactId>
-                <version>2.5.3</version>
-            </dependency>
-
             <!-- JSON marshalling and unmarshalling -->
             <dependency>
                 <groupId>com.google.code.gson</groupId>
                 <artifactId>logback-classic</artifactId>
                 <version>${version.logback}</version>
             </dependency>
+            
+            <!-- Dmaap Client -->
+            <dependency>
+                <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
+                <artifactId>dmaapClient</artifactId>
+                <version>${version.dmaap}</version>
+            </dependency>
+
+            <!-- AAF Client -->
+            <dependency>
+                <groupId>org.onap.aaf.authz</groupId>
+                <artifactId>aaf-cadi-aaf</artifactId>
+                <version>2.1.2-SNAPSHOT</version>
+            </dependency>
 
             <!-- Client library for Cambria event routing API -->
             <dependency>
                 <version>1.4</version>
             </dependency>
 
+            <!-- Web Sockets -->
+            <dependency>
+                <groupId>org.java-websocket</groupId>
+                <artifactId>Java-WebSocket</artifactId>
+                <version>1.3.8</version>
+            </dependency>
+
             <!-- Test dependencies -->
 
             <!-- In memory Database Engine -->