| .. | .. |
|---|
| 28 | 28 | </dependency> |
|---|
| 29 | 29 | <dependency> |
|---|
| 30 | 30 | <groupId>org.jboss.resteasy</groupId> |
|---|
| 31 | | - <artifactId>resteasy-jackson-provider</artifactId> |
|---|
| 32 | | - <version>3.0.9.Final</version> |
|---|
| 33 | | - </dependency> |
|---|
| 34 | | - <dependency> |
|---|
| 35 | | - <groupId>org.jboss.resteasy</groupId> |
|---|
| 36 | 31 | <artifactId>resteasy-multipart-provider</artifactId> |
|---|
| 37 | 32 | <version>3.0.9.Final</version> |
|---|
| 38 | 33 | </dependency> |
|---|
| .. | .. |
|---|
| 76 | 71 | <artifactId>httpmime</artifactId> |
|---|
| 77 | 72 | <version>4.4-beta1</version> |
|---|
| 78 | 73 | </dependency> |
|---|
| 74 | + <dependency> |
|---|
| 75 | + <groupId>org.jboss.resteasy</groupId> |
|---|
| 76 | + <artifactId>resteasy-jackson2-provider</artifactId> |
|---|
| 77 | + <version>3.0.9.Final</version> |
|---|
| 78 | + </dependency> |
|---|
| 79 | 79 | </dependencies> |
|---|
| 80 | 80 | <build> |
|---|
| 81 | 81 | <plugins> |
|---|