diff options
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> |