Commit 9d8373fd4ef41e102bae865699503ec6133e113a
1 parent
72e56f6b
Exists in
master
configuração do pom.xml
Showing
1 changed file
with
18 additions
and
2 deletions
Show diff stats
Desenvolvimento/Codificacao/e-Selo/target/m2e-wtp/web-resources/META-INF/maven/eselo/eselo/pom.xml
@@ -48,22 +48,33 @@ | @@ -48,22 +48,33 @@ | ||
48 | <version>1.1.3</version> | 48 | <version>1.1.3</version> |
49 | <scope>compile</scope> | 49 | <scope>compile</scope> |
50 | </dependency> | 50 | </dependency> |
51 | - <dependency> | 51 | + <!-- <dependency> |
52 | <groupId>org.hibernate</groupId> | 52 | <groupId>org.hibernate</groupId> |
53 | <artifactId>hibernate-commons-annotations</artifactId> | 53 | <artifactId>hibernate-commons-annotations</artifactId> |
54 | <version>3.2.0.Final</version> | 54 | <version>3.2.0.Final</version> |
55 | + </dependency>--> | ||
56 | + <dependency> | ||
57 | + <groupId>org.hibernate</groupId> | ||
58 | + <artifactId>hibernate-commons-annotations</artifactId> | ||
59 | + <version>3.3.0.ga</version> | ||
55 | </dependency> | 60 | </dependency> |
61 | + | ||
56 | <dependency> | 62 | <dependency> |
57 | <groupId>com.thoughtworks.xstream</groupId> | 63 | <groupId>com.thoughtworks.xstream</groupId> |
58 | <artifactId>xstream</artifactId> | 64 | <artifactId>xstream</artifactId> |
59 | <version>1.3.1</version> | 65 | <version>1.3.1</version> |
60 | </dependency> | 66 | </dependency> |
61 | - <dependency> | 67 | + <!-- <dependency> |
62 | <groupId>org.hibernate</groupId> | 68 | <groupId>org.hibernate</groupId> |
63 | <artifactId>hibernate-core</artifactId> | 69 | <artifactId>hibernate-core</artifactId> |
64 | <version>3.6.6.Final</version> | 70 | <version>3.6.6.Final</version> |
65 | <scope>compile</scope> | 71 | <scope>compile</scope> |
66 | <optional>true</optional> | 72 | <optional>true</optional> |
73 | + </dependency>--> | ||
74 | + <dependency> | ||
75 | + <groupId>org.hibernate</groupId> | ||
76 | + <artifactId>hibernate-core</artifactId> | ||
77 | + <version>5.2.8.Final</version> | ||
67 | </dependency> | 78 | </dependency> |
68 | <dependency> | 79 | <dependency> |
69 | <groupId>org.slf4j</groupId> | 80 | <groupId>org.slf4j</groupId> |
@@ -162,5 +173,10 @@ | @@ -162,5 +173,10 @@ | ||
162 | <artifactId>jta</artifactId> | 173 | <artifactId>jta</artifactId> |
163 | <version>1.1</version> | 174 | <version>1.1</version> |
164 | </dependency> | 175 | </dependency> |
176 | + <dependency> | ||
177 | + <groupId>javax.ws.rs</groupId> | ||
178 | + <artifactId>javax.ws.rs-api</artifactId> | ||
179 | + <version>2.0</version> | ||
180 | +</dependency> | ||
165 | </dependencies> | 181 | </dependencies> |
166 | </project> | 182 | </project> |
167 | \ No newline at end of file | 183 | \ No newline at end of file |