Updated the External Dependencies Version 51/21651/2
authorrb7147 <rb7147@att.com>
Wed, 1 Nov 2017 15:34:35 +0000 (11:34 -0400)
committerrb7147 <rb7147@att.com>
Thu, 2 Nov 2017 13:50:47 +0000 (09:50 -0400)
Resolved the Blocker issue and removed snapshot version

Issue-ID: POLICY-406
Change-Id: I1ca4b32aca571610a3d50ae8a105fb45803fd002
Signed-off-by: rb7147 <rb7147@att.com>
BRMSGateway/pom.xml
LogParser/pom.xml
ONAP-PAP-REST/pom.xml
PolicyEngineUtils/pom.xml
pom.xml

index 6bd9557..182495e 100644 (file)
@@ -59,7 +59,7 @@
                <dependency>
                        <groupId>org.onap.policy.common</groupId>
                        <artifactId>integrity-monitor</artifactId>
-                       <version>${common-modules.version}</version>
+                       <version>${project.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.sonatype.nexus</groupId>
index b638faf..a30b44a 100644 (file)
@@ -44,7 +44,7 @@
                <dependency>
                        <groupId>org.onap.policy.common</groupId>
                        <artifactId>ONAP-Logging</artifactId>
-                       <version>${common-modules.version}</version>
+                       <version>${project.version}</version>
                        <exclusions>
                                <exclusion>
                                        <groupId>org.powermock</groupId>
@@ -59,7 +59,7 @@
                <dependency>
                        <groupId>org.onap.policy.common</groupId>
                        <artifactId>integrity-monitor</artifactId>
-                       <version>${common-modules.version}</version>                    
+                       <version>${project.version}</version>                   
                        <exclusions>
                                <exclusion>
                                        <groupId>org.powermock</groupId>
index d2d84db..56ffdb2 100644 (file)
                <dependency>
                        <groupId>org.onap.policy.common</groupId>
                        <artifactId>ONAP-Logging</artifactId>
-                       <version>${common-modules.version}</version>
+                       <version>${project.version}</version>
                        <exclusions>
                                <exclusion>
                                        <groupId>org.powermock</groupId>
                <dependency>
                        <groupId>org.onap.policy.drools-applications</groupId>
                        <artifactId>policy-yaml</artifactId>
-                       <version>${common-modules.version}</version>
+                       <version>${project.version}</version>
                </dependency>
                <dependency>
                        <groupId>com.mockrunner</groupId>
index df846ee..c40e24a 100644 (file)
                <dependency>
                        <groupId>org.onap.policy.common</groupId>
                        <artifactId>integrity-monitor</artifactId>
-                       <version>${common-modules.version}</version>
+                       <version>${project.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.onap.policy.common</groupId>
                        <artifactId>integrity-audit</artifactId>
-                       <version>${common-modules.version}</version>
+                       <version>${project.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.onap.policy.common</groupId>
                        <artifactId>ONAP-Logging</artifactId>
-                       <version>${common-modules.version}</version>
+                       <version>${project.version}</version>
                        <exclusions>
                                <exclusion>
                                        <groupId>org.powermock</groupId>
diff --git a/pom.xml b/pom.xml
index c615114..43373cb 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,6 @@
                <project.target.version>1.8</project.target.version>
                <project.encoding>UTF-8</project.encoding>
 
-               <common-modules.version>1.1.0-SNAPSHOT</common-modules.version>
                <nexusproxy>https://nexus.onap.org</nexusproxy>
                <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
                <releases.path>content/repositories/releases/</releases.path>