diff options
Diffstat (limited to 'champ-service-deps-titan/pom.xml')
-rw-r--r-- | champ-service-deps-titan/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml index 0ed7581..35be53e 100644 --- a/champ-service-deps-titan/pom.xml +++ b/champ-service-deps-titan/pom.xml @@ -222,6 +222,14 @@ limitations under the License. <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </exclusion> + <exclusion> + <groupId>org.codehaus.jackson</groupId> + <artifactId>jackson-mapper-asl</artifactId> + </exclusion> + <exclusion> + <groupId>org.mindrot</groupId> + <artifactId>jbcrypt</artifactId> + </exclusion> </exclusions> </dependency> |