aboutsummaryrefslogtreecommitdiffstats
path: root/model/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'model/pom.xml')
-rw-r--r--model/pom.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/model/pom.xml b/model/pom.xml
index 66cbbb2e5..08c34aa2f 100644
--- a/model/pom.xml
+++ b/model/pom.xml
@@ -1,6 +1,7 @@
<!--
============LICENSE_START=======================================================
Copyright (C) 2018 Ericsson. All rights reserved.
+ Modifications Copyright (C) 2023 Nordix Foundation.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -49,11 +50,11 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
- <version>4.8-1</version>
+ <version>${version.antlr-runtime}</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
+ <artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
@@ -66,5 +67,9 @@
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </dependency>
</dependencies>
</project>