diff options
author | Steve Smokowski <ss835w@att.com> | 2020-06-19 14:11:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-19 14:11:45 +0000 |
commit | 0abec191b0645a80c9bc5df4af3423a9377b83db (patch) | |
tree | d5a1c8aa302d8c1b8c689c8ed32e36d672581e0d /bpmn/MSOCoreBPMN | |
parent | dcca3afc8f9c4de72e84a7573932544996438c7c (diff) | |
parent | 9868f1749ac413b5b7df287d35983bf24ce517ea (diff) |
Merge "Prepare for java 11"
Diffstat (limited to 'bpmn/MSOCoreBPMN')
-rw-r--r-- | bpmn/MSOCoreBPMN/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bpmn/MSOCoreBPMN/pom.xml b/bpmn/MSOCoreBPMN/pom.xml index 47254e75f2..6acdb5ddba 100644 --- a/bpmn/MSOCoreBPMN/pom.xml +++ b/bpmn/MSOCoreBPMN/pom.xml @@ -76,11 +76,6 @@ <version>${camunda.version}</version> </dependency> <dependency> - <groupId>org.codehaus.groovy</groupId> - <artifactId>groovy-all</artifactId> - <scope>compile</scope> - </dependency> - <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>test</scope> |