|
89 | 89 | <exclusions> |
90 | 90 | <exclusion> |
91 | 91 | <groupId>com.sun.jersey</groupId> |
92 | | - <artifactId>jersey-servlet</artifactId> |
| 92 | + <artifactId>*</artifactId> |
93 | 93 | </exclusion> |
| 94 | + </exclusions> |
| 95 | + </dependency> |
| 96 | + <dependency> |
| 97 | + <groupId>io.dropwizard</groupId> |
| 98 | + <artifactId>dropwizard-core</artifactId> |
| 99 | + <version>0.7.1</version> |
| 100 | + <scope>compile</scope> |
| 101 | + <exclusions> |
94 | 102 | <exclusion> |
95 | | - <groupId>com.sun.jersey</groupId> |
96 | | - <artifactId>jersey-core</artifactId> |
| 103 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 104 | + <artifactId>*</artifactId> |
97 | 105 | </exclusion> |
98 | 106 | <exclusion> |
99 | | - <groupId>com.sun.jersey</groupId> |
100 | | - <artifactId>jersey-server</artifactId> |
| 107 | + <groupId>com.fasterxml.jackson.datatype</groupId> |
| 108 | + <artifactId>*</artifactId> |
101 | 109 | </exclusion> |
102 | 110 | <exclusion> |
103 | | - <groupId>com.sun.jersey</groupId> |
104 | | - <artifactId>jersey-multipart</artifactId> |
| 111 | + <groupId>com.fasterxml.jackson.dataformat</groupId> |
| 112 | + <artifactId>*</artifactId> |
105 | 113 | </exclusion> |
106 | 114 | </exclusions> |
107 | 115 | </dependency> |
108 | | - <dependency> |
109 | | - <groupId>io.dropwizard</groupId> |
110 | | - <artifactId>dropwizard-core</artifactId> |
111 | | - <version>0.7.0</version> |
112 | | - <scope>compile</scope> |
113 | | - </dependency> |
114 | 116 | <dependency> |
115 | 117 | <groupId>org.scalatest</groupId> |
116 | 118 | <artifactId>scalatest_2.10</artifactId> |
117 | 119 | <scope>test</scope> |
118 | 120 | </dependency> |
| 121 | + <dependency> |
| 122 | + <groupId>com.fasterxml.jackson.datatype</groupId> |
| 123 | + <artifactId>jackson-datatype-guava</artifactId> |
| 124 | + <version>2.4.2</version> |
| 125 | + </dependency> |
119 | 126 | <dependency> |
120 | 127 | <groupId>junit</groupId> |
121 | 128 | <artifactId>junit</artifactId> |
|
0 commit comments