summaryrefslogtreecommitdiffstats
path: root/dgbuilder/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dgbuilder/pom.xml')
-rw-r--r--dgbuilder/pom.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/dgbuilder/pom.xml b/dgbuilder/pom.xml
index afd30c45..d2f8c8c5 100644
--- a/dgbuilder/pom.xml
+++ b/dgbuilder/pom.xml
@@ -29,35 +29,30 @@
<dependency>
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli-common</artifactId>
- <version>${sdnctl.sli.version}</version>
+ <version>${ccsdk.sli.version}</version>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
- <version>${mariadb.connector.version}</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
- <artifactId>antlr4</artifactId>
- <version>${antlr.version}</version>
+ <artifactId>antlr4-runtime</artifactId>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>1.7.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>${commons.lang3.version}</version>
</dependency>
</dependencies>