| .. | .. |
|---|
| 42 | 42 | <groupId>net.curisit</groupId> |
|---|
| 43 | 43 | <artifactId>commons-curis</artifactId> |
|---|
| 44 | 44 | <version>0.0.1-SNAPSHOT</version> |
|---|
| 45 | + <exclusions> |
|---|
| 46 | + <exclusion> |
|---|
| 47 | + <artifactId>jackson-core</artifactId> |
|---|
| 48 | + <groupId>com.fasterxml.jackson.core</groupId> |
|---|
| 49 | + </exclusion> |
|---|
| 50 | + <exclusion> |
|---|
| 51 | + <artifactId>jackson-databind</artifactId> |
|---|
| 52 | + <groupId>com.fasterxml.jackson.core</groupId> |
|---|
| 53 | + </exclusion> |
|---|
| 54 | + </exclusions> |
|---|
| 45 | 55 | </dependency> |
|---|
| 46 | 56 | <dependency> |
|---|
| 47 | 57 | <groupId>org.hibernate</groupId> |
|---|
| .. | .. |
|---|
| 52 | 62 | <groupId>net.curisit</groupId> |
|---|
| 53 | 63 | <artifactId>securis-client</artifactId> |
|---|
| 54 | 64 | <version>1.1.1-SNAPSHOT</version> |
|---|
| 65 | + <exclusions> |
|---|
| 66 | + <exclusion> |
|---|
| 67 | + <artifactId>jackson-databind</artifactId> |
|---|
| 68 | + <groupId>com.fasterxml.jackson.core</groupId> |
|---|
| 69 | + </exclusion> |
|---|
| 70 | + </exclusions> |
|---|
| 55 | 71 | </dependency> |
|---|
| 56 | 72 | <dependency> |
|---|
| 57 | 73 | <groupId>org.apache.httpcomponents</groupId> |
|---|
| .. | .. |
|---|
| 66 | 82 | <dependency> |
|---|
| 67 | 83 | <groupId>org.jboss.resteasy</groupId> |
|---|
| 68 | 84 | <artifactId>resteasy-jackson2-provider</artifactId> |
|---|
| 69 | | - <version>3.0.10.Final</version> |
|---|
| 85 | + <version>3.0.13.Final</version> |
|---|
| 86 | + <exclusions> |
|---|
| 87 | + <exclusion> |
|---|
| 88 | + <artifactId>jackson-core</artifactId> |
|---|
| 89 | + <groupId>com.fasterxml.jackson.core</groupId> |
|---|
| 90 | + </exclusion> |
|---|
| 91 | + <exclusion> |
|---|
| 92 | + <artifactId>jackson-databind</artifactId> |
|---|
| 93 | + <groupId>com.fasterxml.jackson.core</groupId> |
|---|
| 94 | + </exclusion> |
|---|
| 95 | + </exclusions> |
|---|
| 70 | 96 | </dependency> |
|---|
| 71 | 97 | <dependency> |
|---|
| 72 | 98 | <groupId>org.apache.logging.log4j</groupId> |
|---|
| .. | .. |
|---|
| 84 | 110 | <artifactId>resteasy-cdi</artifactId> |
|---|
| 85 | 111 | <version>3.0.10.Final</version> |
|---|
| 86 | 112 | </dependency> |
|---|
| 113 | + <dependency> |
|---|
| 114 | + <groupId>com.fasterxml.jackson.core</groupId> |
|---|
| 115 | + <artifactId>jackson-databind</artifactId> |
|---|
| 116 | + <version>2.6.3</version> |
|---|
| 117 | + </dependency> |
|---|
| 118 | + <dependency> |
|---|
| 119 | + <groupId>com.fasterxml.jackson.jaxrs</groupId> |
|---|
| 120 | + <artifactId>jackson-jaxrs-json-provider</artifactId> |
|---|
| 121 | + <version>2.6.3</version> |
|---|
| 122 | + </dependency> |
|---|
| 87 | 123 | </dependencies> |
|---|
| 88 | 124 | <build> |
|---|
| 89 | 125 | <plugins> |
|---|