diff options
author | Rob Daugherty <rd472p@att.com> | 2017-11-09 17:39:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-09 17:39:25 +0000 |
commit | 6f0a1ef3e4b8891c670c289cfc13219031d25341 (patch) | |
tree | 255f7d209d6cca2d7a235819faf202de7ee475b8 /bpmn/MSOInfrastructureBPMN | |
parent | 0bb6b03205bf7aeb4ac8917d2559d0b60c094ecc (diff) | |
parent | feba5c3ff4e1134cd127ce9eed96357d8c841b93 (diff) |
Merge "Move unit test mocks to test scoped jar"
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/pom.xml b/bpmn/MSOInfrastructureBPMN/pom.xml index 5ba7c3aae2..53888dd23e 100644 --- a/bpmn/MSOInfrastructureBPMN/pom.xml +++ b/bpmn/MSOInfrastructureBPMN/pom.xml @@ -329,13 +329,6 @@ <version>4.3.2.RELEASE</version>
</dependency>
<dependency>
- <groupId>org.openecomp.so</groupId>
- <artifactId>MSOMockServer</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- <classifier>classes</classifier>
- </dependency>
- <dependency>
<groupId>org.openecomp.so</groupId>
<artifactId>MSORESTClient</artifactId>
<version>${project.version}</version>
|