| .. | .. |
|---|
| 19 | 19 | </dependency> |
|---|
| 20 | 20 | <dependency> |
|---|
| 21 | 21 | <groupId>org.jboss.resteasy</groupId> |
|---|
| 22 | | - <artifactId>resteasy-guice</artifactId> |
|---|
| 23 | | - <version>3.0.9.Final</version> |
|---|
| 24 | | - </dependency> |
|---|
| 25 | | - <dependency> |
|---|
| 26 | | - <groupId>org.jboss.resteasy</groupId> |
|---|
| 27 | 22 | <artifactId>resteasy-multipart-provider</artifactId> |
|---|
| 28 | | - <version>3.0.9.Final</version> |
|---|
| 23 | + <version>3.0.10.Final</version> |
|---|
| 29 | 24 | </dependency> |
|---|
| 30 | 25 | <dependency> |
|---|
| 31 | 26 | <groupId>org.jboss.resteasy</groupId> |
|---|
| 32 | 27 | <artifactId>resteasy-jaxrs</artifactId> |
|---|
| 33 | | - <version>3.0.9.Final</version> |
|---|
| 28 | + <version>3.0.10.Final</version> |
|---|
| 34 | 29 | </dependency> |
|---|
| 30 | +<dependency> |
|---|
| 31 | + <groupId>org.jboss.weld.servlet</groupId> |
|---|
| 32 | + <artifactId>weld-servlet</artifactId> |
|---|
| 33 | + <version>2.2.9.Final</version> |
|---|
| 34 | +</dependency> |
|---|
| 35 | +<dependency> |
|---|
| 36 | + <groupId>org.jboss</groupId> |
|---|
| 37 | + <artifactId>jandex</artifactId> |
|---|
| 38 | + <version>1.2.2.Final</version> |
|---|
| 39 | +</dependency> |
|---|
| 35 | 40 | <dependency> |
|---|
| 36 | 41 | <groupId>net.curisit</groupId> |
|---|
| 37 | 42 | <artifactId>commons-curis</artifactId> |
|---|
| .. | .. |
|---|
| 48 | 53 | <version>1.0.4-SNAPSHOT</version> |
|---|
| 49 | 54 | </dependency> |
|---|
| 50 | 55 | <dependency> |
|---|
| 51 | | - <groupId>org.hibernate</groupId> |
|---|
| 52 | | - <artifactId>hibernate-c3p0</artifactId> |
|---|
| 53 | | - <version>4.3.6.Final</version> |
|---|
| 54 | | - </dependency> |
|---|
| 55 | | - <dependency> |
|---|
| 56 | 56 | <groupId>org.apache.httpcomponents</groupId> |
|---|
| 57 | 57 | <artifactId>httpclient</artifactId> |
|---|
| 58 | 58 | <version>4.4-beta1</version> |
|---|
| .. | .. |
|---|
| 65 | 65 | <dependency> |
|---|
| 66 | 66 | <groupId>org.jboss.resteasy</groupId> |
|---|
| 67 | 67 | <artifactId>resteasy-jackson2-provider</artifactId> |
|---|
| 68 | | - <version>3.0.9.Final</version> |
|---|
| 68 | + <version>3.0.10.Final</version> |
|---|
| 69 | 69 | </dependency> |
|---|
| 70 | 70 | <dependency> |
|---|
| 71 | 71 | <groupId>org.apache.logging.log4j</groupId> |
|---|
| 72 | 72 | <artifactId>log4j-web</artifactId> |
|---|
| 73 | 73 | <version>2.1</version> |
|---|
| 74 | + </dependency> |
|---|
| 75 | + <dependency> |
|---|
| 76 | + <groupId>javax.enterprise</groupId> |
|---|
| 77 | + <artifactId>cdi-api</artifactId> |
|---|
| 78 | + <version>1.2</version> |
|---|
| 79 | + <scope>provided</scope> |
|---|
| 80 | +</dependency> |
|---|
| 81 | + <dependency> |
|---|
| 82 | + <groupId>org.jboss.resteasy</groupId> |
|---|
| 83 | + <artifactId>resteasy-cdi</artifactId> |
|---|
| 84 | + <version>3.0.10.Final</version> |
|---|
| 74 | 85 | </dependency> |
|---|
| 75 | 86 | </dependencies> |
|---|
| 76 | 87 | <build> |
|---|
| .. | .. |
|---|
| 117 | 128 | <url>http://archiva.curisit.net/archiva/repository/snapshots/</url> |
|---|
| 118 | 129 | <layout>default</layout> |
|---|
| 119 | 130 | </repository> |
|---|
| 131 | + <repository> |
|---|
| 132 | + <id>project.local</id> |
|---|
| 133 | + <name>project</name> |
|---|
| 134 | + <url>file:/opt/repo</url> |
|---|
| 135 | + </repository> |
|---|
| 120 | 136 | </repositories> |
|---|
| 121 | 137 | |
|---|
| 122 | 138 | </project> |
|---|