Fix Another Typo in dependency.json 11/36811/1
authordc443y <dc443y@att.com>
Mon, 19 Mar 2018 19:20:07 +0000 (14:20 -0500)
committerdc443y <dc443y@att.com>
Mon, 19 Mar 2018 19:20:39 +0000 (14:20 -0500)
Unresolveable maven coordinates when building the rules jar caused by a
missing s in drools-applications.

Issue-ID: POLICY-660
Change-Id: I3e78fec9c9e58c10f2a9366d15447e8a3998d343
Signed-off-by: dc443y <dc443y@att.com>
packages/base/src/files/install/servers/brmsgw/dependency.json

index 17cc329..1339076 100644 (file)
@@ -82,7 +82,7 @@
             "artifactId": "actor.appclcm",
             "version": "${{BRMS_DEPENDENCY_VERSION}}"
         }, {
-            "groupId": "org.onap.policy.drools-application.controlloop.common.actors",
+            "groupId": "org.onap.policy.drools-applications.controlloop.common.actors",
             "artifactId": "actor.so",
             "version": "${{BRMS_DEPENDENCY_VERSION}}"
         }, {