diff options
author | Rob Daugherty <rd472p@att.com> | 2018-09-18 08:53:11 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2018-09-18 08:53:11 -0400 |
commit | 67567fe560fef46f94800798a711b1df18fede9e (patch) | |
tree | ca4dceee3bb30f353849b652c0964a2999d66c64 /bpmn/MSOCommonBPMN | |
parent | 338b79e5372ffd2810ea08f19cc9de87946aa494 (diff) |
NexusIQ issue: commons-beanutils
This artifact is not actually used by SO.
Removed it from the poms.
Change-Id: Icfeb3026581996bc980a223232a305c488a01fb2
Issue-ID: SO-1065
Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'bpmn/MSOCommonBPMN')
-rw-r--r-- | bpmn/MSOCommonBPMN/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml index 83714ed022..456b8ae074 100644 --- a/bpmn/MSOCommonBPMN/pom.xml +++ b/bpmn/MSOCommonBPMN/pom.xml @@ -207,10 +207,6 @@ </dependencyManagement> <dependencies> <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - </dependency> - <dependency> <groupId>org.camunda.bpm</groupId> <artifactId>camunda-engine</artifactId> </dependency> |