aboutsummaryrefslogtreecommitdiffstats
path: root/asdc-controller/pom.xml
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2018-09-10 15:26:31 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-10 15:26:31 +0000
commitc5caaf624bb44713c4daa8d68befa67ee28573f4 (patch)
tree09e8c8614b2e8ecb4891701d07fd084620656a6b /asdc-controller/pom.xml
parent54bff33ffe1318f0ed72f19041546b4dc3a679cb (diff)
parentdfdb5a1d8cff4327a88220dfcc7f8df31814bf65 (diff)
Merge "sparate beans and repositories"
Diffstat (limited to 'asdc-controller/pom.xml')
-rw-r--r--asdc-controller/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/asdc-controller/pom.xml b/asdc-controller/pom.xml
index 28fd24c0c8..87b269f3f6 100644
--- a/asdc-controller/pom.xml
+++ b/asdc-controller/pom.xml
@@ -221,11 +221,11 @@
<groupId>org.onap.so</groupId>
<artifactId>mso-requests-db</artifactId>
<version>${project.version}</version>
- </dependency>
+ </dependency>
<dependency>
- <groupId>janino</groupId>
- <artifactId>janino</artifactId>
- <version>2.5.15</version>
+ <groupId>org.onap.so</groupId>
+ <artifactId>mso-requests-db-repositories</artifactId>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>