upgrade plexus-util to 3.0.24 45/43545/3
authorTaka Cho <tc012c@att.com>
Wed, 18 Apr 2018 15:24:49 +0000 (11:24 -0400)
committerRanda Maher <rx196w@att.com>
Wed, 18 Apr 2018 21:18:34 +0000 (21:18 +0000)
Change-Id: If71fccb9e04afab01bf6c45d253761928b4dde2e
Issue-ID: APPC-709
Signed-off-by: Taka Cho <tc012c@att.com>
appc-client/code-generator/pom.xml

index bdce0af..998e4e2 100644 (file)
@@ -3,7 +3,7 @@
   ============LICENSE_START=======================================================\r
   ONAP : APPC\r
   ================================================================================\r
-  Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.\r
+  Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.\r
   ================================================================================\r
   Copyright (C) 2017 Amdocs\r
   =============================================================================\r
@@ -19,7 +19,6 @@
   See the License for the specific language governing permissions and\r
   limitations under the License.\r
 \r
-  ECOMP is a trademark and service mark of AT&T Intellectual Property.\r
   ============LICENSE_END=========================================================\r
   -->\r
 <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">\r
             <groupId>org.apache.maven</groupId>\r
             <artifactId>maven-core</artifactId>\r
             <version>${maven.core.version}</version>\r
+            <exclusions>\r
+                 <exclusion>\r
+                      <groupId>org.codehaus.plexus</groupId>\r
+                      <artifactId>plexus-utils</artifactId>\r
+                 </exclusion>\r
+            </exclusions>\r
         </dependency>\r
+        <dependency>\r
+            <groupId>org.codehaus.plexus</groupId>\r
+            <artifactId>plexus-utils</artifactId>\r
+            <version>3.0.24</version>\r
+        </dependency>\r
+\r
         <dependency>\r
             <groupId>junit</groupId>\r
             <artifactId>junit</artifactId>\r