diff options
author | liamfallon <liam.fallon@est.tech> | 2019-09-25 15:13:37 +0200 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2019-09-25 15:13:41 +0200 |
commit | c30b75dae6f3b57f4d922a617f09a70f5d161c9a (patch) | |
tree | c8b503fcb7166275099ceea80cc85ff58e3e7546 /pom.xml | |
parent | 7d9e1c22cbd3e8cab23177c4ee31a5ebf2b316e0 (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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |