diff options
Diffstat (limited to 'catalog-model/pom.xml')
-rw-r--r-- | catalog-model/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 82d1eac6e8..27e40bf1f4 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -333,6 +333,11 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>com.vdurmont</groupId> + <artifactId>semver4j</artifactId> + <version>3.1.0</version> + </dependency> </dependencies> <build> |