aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2019-09-25 15:13:37 +0200
committerliamfallon <liam.fallon@est.tech>2019-09-25 15:13:41 +0200
commitc30b75dae6f3b57f4d922a617f09a70f5d161c9a (patch)
treec8b503fcb7166275099ceea80cc85ff58e3e7546 /pom.xml
parent7d9e1c22cbd3e8cab23177c4ee31a5ebf2b316e0 (diff)
Fix typos in dependencies
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>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 3c806f9f1..54b370be7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,13 +118,13 @@
<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>