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 | 48 | <version>1.1.3</version> |
49 | 49 | <scope>compile</scope> |
50 | 50 | </dependency> |
51 | - <dependency> | |
51 | + <!-- <dependency> | |
52 | 52 | <groupId>org.hibernate</groupId> |
53 | 53 | <artifactId>hibernate-commons-annotations</artifactId> |
54 | 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 | 60 | </dependency> |
61 | + | |
56 | 62 | <dependency> |
57 | 63 | <groupId>com.thoughtworks.xstream</groupId> |
58 | 64 | <artifactId>xstream</artifactId> |
59 | 65 | <version>1.3.1</version> |
60 | 66 | </dependency> |
61 | - <dependency> | |
67 | + <!-- <dependency> | |
62 | 68 | <groupId>org.hibernate</groupId> |
63 | 69 | <artifactId>hibernate-core</artifactId> |
64 | 70 | <version>3.6.6.Final</version> |
65 | 71 | <scope>compile</scope> |
66 | 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 | 78 | </dependency> |
68 | 79 | <dependency> |
69 | 80 | <groupId>org.slf4j</groupId> |
... | ... | @@ -162,5 +173,10 @@ |
162 | 173 | <artifactId>jta</artifactId> |
163 | 174 | <version>1.1</version> |
164 | 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 | 181 | </dependencies> |
166 | 182 | </project> |
167 | 183 | \ No newline at end of file | ... | ... |