clean up parent pom pre-release 93/21393/1
authorJorge Hernandez <jh1730@att.com>
Mon, 30 Oct 2017 23:51:07 +0000 (18:51 -0500)
committerJorge Hernandez <jh1730@att.com>
Mon, 30 Oct 2017 23:51:07 +0000 (18:51 -0500)
remove also hardcoded references to snapshots that
won't work when released

Change-Id: If0c43699388e0bf700024b9428c8c21dccfe6797
Issue-ID: POLICY-404
Signed-off-by: Jorge Hernandez <jh1730@att.com>
controlloop/common/actors/actor.test/pom.xml
pom.xml

index 79d6b66..d5f6081 100644 (file)
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-surefire-plugin</artifactId>
-                               <configuration>
-                                       <additionalClasspathElements>
-                        <additionalClasspathElement>${settings.localRepository}/org/onap/policy/drools-applications/actor.appc/1.1.0-SNAPSHOT/actor.appc-1.1.0-SNAPSHOT.jar</additionalClasspathElement>
-                                               <additionalClasspathElement>${settings.localRepository}/org/onap/policy/drools-applications/actor.so/1.1.0-SNAPSHOT/actor.so-1.1.0-SNAPSHOT.jar</additionalClasspathElement>
-                                       </additionalClasspathElements>
-                               </configuration>
                        </plugin>
                </plugins>
        </build>
                        <version>1.1.0-SNAPSHOT</version>
                        <scope>provided</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.onap.policy.drools-applications</groupId>
+                       <artifactId>actor.appc</artifactId>
+                       <version>1.1.0-SNAPSHOT</version>
+                       <scope>provided</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.onap.policy.drools-applications</groupId>
+                       <artifactId>actor.so</artifactId>
+                       <version>1.1.0-SNAPSHOT</version>
+                       <scope>provided</scope>
+               </dependency>
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
diff --git a/pom.xml b/pom.xml
index 0c25498..54ef857 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                            </dependency>
                          </dependencies>
                        </plugin>
-               
-                       <plugin>
-                               <groupId>org.onap.oparent</groupId>
-                               <artifactId>version-check-maven-plugin</artifactId>
-                               <executions>
-                                    <execution>
-                                      <id>version-check</id>
-                                      <phase/>
-                                    </execution>    
-                               </executions>
-                       </plugin>
-
 
            </plugins>
         <pluginManagement>
                        <version>1.2.3</version>
                        <scope>provided</scope>
                </dependency>
-               <dependency>
-                       <groupId>org.onap.oparent</groupId>
-                       <artifactId>version-check-maven-plugin</artifactId>
-                       <version>1.0.0-SNAPSHOT</version>
-                       <scope>provided</scope>
-                       <optional>true</optional>
-                       <exclusions>
-                       <exclusion>
-                               <groupId>*</groupId>
-                               <artifactId>*</artifactId>
-                               </exclusion>
-                        </exclusions>
-                </dependency>
-
        </dependencies>