aboutsummaryrefslogtreecommitdiffstats
path: root/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2019-02-27 13:41:53 -0800
committerPatrick Brady <patrick.brady@att.com>2019-02-27 21:55:11 +0000
commit924616740bdf5f596bd6f32dac32c1a8e5504650 (patch)
tree83d09b9419211d8671a7d043a3d784bad5aba102 /appc-sdc-listener/appc-sdc-listener-bundle/pom.xml
parent32ad33f14a955b10fca06ae457267deb2ff50abd (diff)
Fix failing powermock tests
The version of javassist coming from opendaylight is not working correctly with powermock. Adding a test scoped dependency for a working version of javassist. Test classes added in this commit are not new, they were temporarily removed as part of https://gerrit.onap.org/r/#/c/79046/ Change-Id: I193873c0d4abd7b11592a95bff9a6b07cf2d7191 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1277
Diffstat (limited to 'appc-sdc-listener/appc-sdc-listener-bundle/pom.xml')
-rw-r--r--appc-sdc-listener/appc-sdc-listener-bundle/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml b/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml
index 2c9685a43..7d3f6ca93 100644
--- a/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml
+++ b/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml
@@ -69,6 +69,12 @@ limitations under the License.
<artifactId>powermock-api-mockito</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.javassist</groupId>
+ <artifactId>javassist</artifactId>
+ <version>3.22.0-GA</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.onap.sdc.sdc-distribution-client</groupId>