Fix/Renable sidecar builds
[aaf/cadi.git] / sidecar / rproxy / pom.xml
index 6c32238..57f5f0d 100644 (file)
@@ -40,6 +40,7 @@
                <dependency>
                        <groupId>org.springframework.boot</groupId>
                        <artifactId>spring-boot-starter-web</artifactId>
+                       <!-- 
                        <exclusions>
                                <exclusion>
                                        <groupId>org.springframework.boot</groupId>
@@ -49,7 +50,9 @@
                                        <groupId>org.springframework.boot</groupId>
                                        <artifactId>spring-boot-starter-json</artifactId>
                                </exclusion>
+                               
                        </exclusions>
+                        -->
                </dependency>
 
                <dependency>
                        <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>
                <dependency>
                        <groupId>org.springframework.boot</groupId>
                        <artifactId>spring-boot-starter-test</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 -->
                        <artifactId>gson</artifactId>
                </dependency>
 
-               <dependency>
-                       <groupId>org.mockito</groupId>
-                       <artifactId>mockito-core</artifactId>
-               </dependency>           
-               
                <!-- CADI -->
 
                <dependency>