aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaka Cho <tc012c@att.com>2018-04-18 11:24:49 -0400
committerRanda Maher <rx196w@att.com>2018-04-18 21:18:34 +0000
commit91e81944dd410196c5cd3fde32fed746ec5de466 (patch)
tree6e15406e67e5f97a2ba1e45823b75931d5e697d4
parent52003e742c268416ab75830b67a22420f7d77c0b (diff)
upgrade plexus-util to 3.0.24
Change-Id: If71fccb9e04afab01bf6c45d253761928b4dde2e Issue-ID: APPC-709 Signed-off-by: Taka Cho <tc012c@att.com>
-rw-r--r--appc-client/code-generator/pom.xml15
1 files changed, 13 insertions, 2 deletions
diff --git a/appc-client/code-generator/pom.xml b/appc-client/code-generator/pom.xml
index bdce0af71..998e4e213 100644
--- a/appc-client/code-generator/pom.xml
+++ b/appc-client/code-generator/pom.xml
@@ -3,7 +3,7 @@
============LICENSE_START=======================================================
ONAP : APPC
================================================================================
- Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
================================================================================
Copyright (C) 2017 Amdocs
=============================================================================
@@ -19,7 +19,6 @@
See the License for the specific language governing permissions and
limitations under the License.
- ECOMP is a trademark and service mark of AT&T Intellectual Property.
============LICENSE_END=========================================================
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -117,8 +116,20 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>${maven.core.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ <version>3.0.24</version>
+ </dependency>
+
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>