Commit includes ControlLoopPolicy API and bugfixes
[policy/engine.git] / PolicyEngineAPI / pom.xml
index a0e66f1..f0bffb5 100644 (file)
                        <artifactId>spring-webmvc</artifactId>
                        <version>4.3.3.RELEASE</version>
                </dependency>
+               <dependency>
+                   <groupId>com.google.code.gson</groupId>
+               <artifactId>gson</artifactId>
+               <version>2.8.0</version>
+               </dependency>
                <dependency>
                        <groupId>log4j</groupId>
                        <artifactId>log4j</artifactId>
                                        <groupId>org.powermock</groupId>
                                        <artifactId>powermock-api-mockito</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>com.att.aft</groupId>
+                               <artifactId>dme2</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>com.att.cadi</groupId>
+                                       <artifactId>cadi-aaf</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
                <!-- https://mvnrepository.com/artifact/org.mockito/mockito-all -->