Fix typos in dependencies 30/96230/1
authorliamfallon <liam.fallon@est.tech>
Wed, 25 Sep 2019 13:13:37 +0000 (15:13 +0200)
committerliamfallon <liam.fallon@est.tech>
Wed, 25 Sep 2019 13:13:41 +0000 (15:13 +0200)
Dependencies were spelt incorrectly in the dependency management section
of the main apex-pdp POM.

Issue-ID: POLICY-2115
Change-Id: I622dafe9f74b82dcc1c094eaee4ec113fe7f9c99
Signed-off-by: liamfallon <liam.fallon@est.tech>
plugins/plugins-context/plugins-context-distribution/plugins-context-distribution-infinispan/pom.xml
pom.xml

index b173fb3..d3efcff 100644 (file)
@@ -17,7 +17,8 @@
   SPDX-License-Identifier: Apache-2.0
   ============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">
+<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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.onap.policy.apex-pdp.plugins.plugins-context.plugins-context-distribution</groupId>
diff --git a/pom.xml b/pom.xml
index 3c806f9..54b370b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                 <version>${version.jackson}</version>
             </dependency>
             <dependency>
-                <groupId>org.org.jgroups</groupId>
+                <groupId>org.jgroups</groupId>
                 <artifactId>jgroups</artifactId>
                 <version>${version.jgroups}</version>
             </dependency>
             <dependency>
                 <groupId>commons-codec</groupId>
-                <artifactId>comomns-codec</artifactId>
+                <artifactId>commons-codec</artifactId>
                 <version>${version.commons-codec}</version>
             </dependency>
             <dependency>