diff options
Diffstat (limited to 'BRMSGateway/dependency.json')
-rw-r--r-- | BRMSGateway/dependency.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/BRMSGateway/dependency.json b/BRMSGateway/dependency.json new file mode 100644 index 000000000..e766f1490 --- /dev/null +++ b/BRMSGateway/dependency.json @@ -0,0 +1,33 @@ +{ + "dependencies": { + "default": [{ + "groupId": "org.openecomp.policy.drools-applications", + "artifactId": "demo", + "version": "1.1.0-SNAPSHOT" + }, { + "groupId": "org.openecomp.policy.drools-applications", + "artifactId": "controlloop", + "version": "1.1.0-SNAPSHOT" + }, { + "groupId": "org.openecomp.policy.drools-applications", + "artifactId": "rest", + "version": "1.1.0-SNAPSHOT" + }, { + "groupId": "org.openecomp.policy.drools-applications", + "artifactId": "appc", + "version": "1.1.0-SNAPSHOT" + }, { + "groupId": "org.openecomp.policy.drools-applications", + "artifactId": "aai", + "version": "1.1.0-SNAPSHOT" + }, { + "groupId": "org.openecomp.policy.drools-applications", + "artifactId": "mso", + "version": "1.1.0-SNAPSHOT" + }, { + "groupId": "org.openecomp.policy.drools-applications", + "artifactId": "trafficgenerator", + "version": "1.1.0-SNAPSHOT" + }] + } +}
\ No newline at end of file |