move to JJB - missed
[aaf/cadi.git] / sidecar / rproxy / pom.xml
index 6c32238..e789287 100644 (file)
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.onap.aaf.cadi.sidecar</groupId>
                <artifactId>sidecar</artifactId>
-               <version>2.1.7-SNAPSHOT</version>
+               <version>2.1.14-SNAPSHOT</version>
        </parent>
 
        <artifactId>rproxy</artifactId>
                        <artifactId>spring-boot-starter-jetty</artifactId>
                </dependency>
 
-               <dependency>
-                       <groupId>org.apache.httpcomponents</groupId>
-                       <artifactId>httpclient</artifactId>
-               </dependency>
-
                <dependency>
                        <groupId>org.springframework.boot</groupId>
                        <artifactId>spring-boot-starter-aop</artifactId>
                        <scope>test</scope>
                </dependency>
 
+               <dependency>
+                       <groupId>org.apache.httpcomponents</groupId>
+                       <artifactId>httpclient</artifactId>
+               </dependency>
+
+               <dependency>
+                   <groupId>org.aspectj</groupId>
+                   <artifactId>aspectjrt</artifactId>
+               </dependency>
+
                <!-- Application Dependencies -->
 
                <dependency>
                        <artifactId>gson</artifactId>
                </dependency>
 
-               <dependency>
-                       <groupId>org.mockito</groupId>
-                       <artifactId>mockito-core</artifactId>
-               </dependency>           
-               
                <!-- CADI -->
 
                <dependency>