[POLICY-67] Add new Rainy Day Decision Policy
[policy/engine.git] / ECOMP-PAP-REST / pom.xml
index 5d35eda..71fefca 100644 (file)
                                        <groupId>org.json</groupId>
                                        <artifactId>json</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>com.att.nsa</groupId>
+                                       <artifactId>dmaapClient</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>com.att.nsa</groupId>
+                                       <artifactId>cambriaClient</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>com.att.cadi</groupId>
+                                       <artifactId>cadi-aaf</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
                <dependency>
                        <groupId>org.openecomp.policy.common</groupId>
                        <artifactId>ECOMP-Logging</artifactId>
                        <version>${common-modules.version}</version>
+                               <exclusions>
+                                       <exclusion>
+                                               <groupId>org.powermock</groupId>
+                                               <artifactId>powermock-module-junit4</artifactId>
+                                       </exclusion>
+                                       <exclusion>
+                                               <groupId>org.powermock</groupId>
+                                               <artifactId>powermock-api-mockito</artifactId>
+                                       </exclusion>
+                               </exclusions>
                </dependency>
                <dependency>
                        <groupId>javax.servlet</groupId>
                        <artifactId>commons-fileupload</artifactId>
                        <version>1.3.1</version>
                </dependency>
+               <dependency>
+                   <groupId>org.apache.logging.log4j</groupId>
+               <artifactId>log4j-core</artifactId>
+               <version>2.8.2</version>
+               </dependency>
                <dependency>
                        <groupId>log4j</groupId>
                        <artifactId>apache-log4j-extras</artifactId>
                        <artifactId>spring-mock</artifactId>
                        <version>2.0.8</version>
                </dependency>
+               <dependency>
+                       <groupId>org.openecomp.policy.engine</groupId>
+                       <artifactId>ControlloopPolicy</artifactId>
+                       <version>${project.version}</version>
+               </dependency>
                <dependency>
                        <groupId>com.mockrunner</groupId>
                        <artifactId>mockrunner</artifactId>