Exclude javassist from non-hibernate dependencies

This commit is contained in:
Fabio Sinibaldi 2020-11-23 15:00:19 +01:00
parent 16fc962a3a
commit 20971a2abf
1 changed files with 12 additions and 0 deletions

12
pom.xml
View File

@ -50,6 +50,12 @@
<dependency>
<groupId>org.gcube.core</groupId>
<artifactId>common-smartgears-app</artifactId>
<exclusions>
<exclusion>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.gcube.core</groupId>
@ -73,6 +79,12 @@
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet</artifactId>
<exclusions>
<exclusion>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- INTERNAL LOGIC -->