From 2128942b95031180c9fab063fb43b8a710d1cdfe Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 4 Apr 2019 13:26:58 +0000 Subject: Add semantic version comparable class Class written by Jim Hahn that implements Comparable for comparing semantic versions. Lifted from policy models pap. Issue-ID: POLICY-1095 Change-Id: Ie8c5f9066c06cb569085e1390b3de3e4aa580267 Signed-off-by: liamfallon --- utils/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'utils/pom.xml') diff --git a/utils/pom.xml b/utils/pom.xml index f75a60b8..15c00124 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -18,7 +18,8 @@ ============LICENSE_END========================================================= --> - + 4.0.0 @@ -63,6 +64,11 @@ org.eclipse.persistence javax.persistence + + org.projectlombok + lombok + provided + org.slf4j slf4j-api -- cgit 1.2.3-korg