Remove policy-yaml from policy/engine
[policy/engine.git] / ONAP-PAP-REST / pom.xml
index fa20a6b..dc94992 100644 (file)
                        <groupId>org.onap.policy.common</groupId>
                        <artifactId>ONAP-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>
+                       <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>
                        <version>1.3.1</version>
                </dependency>
                <dependency>
-                   <groupId>org.apache.logging.log4j</groupId>
-               <artifactId>log4j-core</artifactId>
-               <version>2.8.2</version>
+                       <groupId>org.apache.logging.log4j</groupId>
+                       <artifactId>log4j-core</artifactId>
+                       <version>2.8.2</version>
                </dependency>
                <dependency>
                        <groupId>log4j</groupId>
                        <version>2.0.8</version>
                </dependency>
                <dependency>
-                       <groupId>org.onap.policy.engine</groupId>
-                       <artifactId>ControlloopPolicy</artifactId>
-                       <version>${project.version}</version>
+                       <groupId>org.onap.policy.drools-applications</groupId>
+                       <artifactId>policy-yaml</artifactId>
+                       <version>${common-modules.version}</version>
                </dependency>
                <dependency>
                        <groupId>com.mockrunner</groupId>
                        <version>${jackson.version}</version>
                </dependency>
                <dependency>
-               <groupId>org.elasticsearch</groupId>
-               <artifactId>elasticsearch</artifactId>
-               <version>5.1.2</version>
+                       <groupId>org.elasticsearch</groupId>
+                       <artifactId>elasticsearch</artifactId>
+                       <version>5.1.2</version>
                </dependency>
                <dependency>
                        <groupId>io.searchbox</groupId>