diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-09-22 16:52:51 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-09-22 17:06:07 +0200 |
commit | c06db6e74139422b874ce0365842624ecde81f8d (patch) | |
tree | af6a3155aeb9e3ac1b24ffdec93d797fe1b0bcca /pom.xml | |
parent | ba999c6a87e5ea1333a1516853fd1969c587ce15 (diff) |
Remove the Policy Dep Snapshot
The policy dependencies have been changed to refer to
non snapshot packages. Some java packages have been updated too.
Change-Id: Id70a0247b859368c642a73fa59bbda93bf9904ae
Issue-ID: CLAMP-55
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 66 |
1 files changed, 43 insertions, 23 deletions
@@ -391,25 +391,45 @@ </exclusion> </exclusions> </dependency> - <dependency> - <groupId>org.onap.policy.engine</groupId> - <artifactId>ControlloopPolicy</artifactId> - <version>1.1.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <artifactId>log4j</artifactId> - <groupId>log4j</groupId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - </exclusion> - <exclusion> - <artifactId>apache-log4j-extras</artifactId> - <groupId>log4j</groupId> - </exclusion> - </exclusions> - </dependency> + + <dependency> + <groupId>org.onap.policy.drools-applications</groupId> + <artifactId>policy-yaml</artifactId> + <version>1.1.0</version> + <exclusions> + <exclusion> + <artifactId>log4j</artifactId> + <groupId>log4j</groupId> + </exclusion> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + </exclusion> + <exclusion> + <artifactId>apache-log4j-extras</artifactId> + <groupId>log4j</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.onap.policy.drools-applications</groupId> + <artifactId>sdc</artifactId> + <version>1.1.0</version> + <exclusions> + <exclusion> + <artifactId>log4j</artifactId> + <groupId>log4j</groupId> + </exclusion> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + </exclusion> + <exclusion> + <artifactId>apache-log4j-extras</artifactId> + <groupId>log4j</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> @@ -443,9 +463,9 @@ <!-- Remove the MYSQL connector and replace it by Mariadb --> <dependency> - <groupId>org.mariadb.jdbc</groupId> - <artifactId>mariadb-java-client</artifactId> - <version>2.1.1</version> + <groupId>org.mariadb.jdbc</groupId> + <artifactId>mariadb-java-client</artifactId> + <version>2.1.1</version> </dependency> </dependencies> @@ -660,7 +680,7 @@ </buildArgs> </configuration> </execution> - + <execution> <id>tag-image-latest-timestamp</id> <phase>package</phase> |