diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2022-08-01 15:16:45 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2022-08-01 15:16:53 -0400 |
commit | 6ac2394309aebe627786e25b9d938a59a7280c06 (patch) | |
tree | b97ed987b41d4e445c5d05240102738863fc596e | |
parent | 15c822a804f97410f4930537abdd58be5f422360 (diff) |
Use the dependency version from policy/parent
Removing the version attribute from this pom, so that the
same gets derived from policy/parent and managed at one
location.
Issue-ID: POLICY-4291
Change-Id: Idfa3ab68f1e80ad951460842dfaeaabdc5779b22
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
-rw-r--r-- | utils/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/pom.xml b/utils/pom.xml index 5ac76382..72f870a1 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -90,7 +90,6 @@ <dependency> <groupId>com.worldturner.medeia</groupId> <artifactId>medeia-validator-gson</artifactId> - <version>1.1.1</version> </dependency> <dependency> <groupId>org.projectlombok</groupId> |