Update oparent POM version to 1.2.1 69/70269/4
authorFiachra Corcoran <fiachra.corcoran@ericsson.com>
Thu, 11 Oct 2018 14:45:53 +0000 (15:45 +0100)
committerFiachra Corcoran <fiachra.corcoran@ericsson.com>
Thu, 11 Oct 2018 16:37:16 +0000 (16:37 +0000)
Change-Id: I557c32bae98488d57d94976ef1c964176517fb8c
Signed-off-by: Fiachra Corcoran <fiachra.corcoran@ericsson.com>
Issue-ID: DMAAP-843

datarouter-prov/src/test/java/datarouter/provisioning/IntegrationSuite.java [moved from datarouter-prov/src/test/java/datarouter/provisioning/AllTests.java with 98% similarity]
pom.xml

diff --git a/pom.xml b/pom.xml
index 6870772..4fae0fc 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
-        <version>1.1.0</version>
+        <version>1.2.1</version>
     </parent>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>IntegrationSuite.java</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
     <distributionManagement>