diff options
author | jinquanni <ni.jinquan@zte.com.cn> | 2022-03-24 14:31:04 +0800 |
---|---|---|
committer | jinquanni <ni.jinquan@zte.com.cn> | 2022-03-24 14:57:45 +0800 |
commit | 68cc488d5e90fedbe0286806d1490e1677ff8395 (patch) | |
tree | 4df95aeb6d9eef01190989a4b4eb378212222085 /apiroute/apiroute-service/pom.xml | |
parent | 6f323f32447674c5df56e944b373f6f534231510 (diff) |
fix powermock issue
Issue-ID: MSB-654
Signed-off-by: jinquanni <ni.jinquan@zte.com.cn>
Change-Id: I3a15714617673250f8b36e0bd828740101769186
Diffstat (limited to 'apiroute/apiroute-service/pom.xml')
-rw-r--r-- | apiroute/apiroute-service/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apiroute/apiroute-service/pom.xml b/apiroute/apiroute-service/pom.xml index e277265..9072d3e 100644 --- a/apiroute/apiroute-service/pom.xml +++ b/apiroute/apiroute-service/pom.xml @@ -23,6 +23,11 @@ <dependencies> + <dependency> + <groupId>org.javassist</groupId> + <artifactId>javassist</artifactId> + <version>3.23.1-GA</version> + </dependency> <dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-core</artifactId> |