Rev 202 | Rev 364 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 202 | Rev 213 | ||
|---|---|---|---|
| Line 9... | Line 9... | ||
| 9 | <artifactId>espacocase-framework-ws</artifactId> |
9 | <artifactId>espacocase-framework-ws</artifactId> |
| 10 | <name>Framework WS</name> |
10 | <name>Framework WS</name> |
| 11 | <description>Módulo Webservice do Projeto Framework</description> |
11 | <description>Módulo Webservice do Projeto Framework</description> |
| 12 | 12 | ||
| 13 | <dependencies>
|
13 | <dependencies>
|
| 14 | - | ||
| - | 14 | <dependency>
|
|
| - | 15 | <groupId>br.com.ec</groupId> |
|
| - | 16 | <artifactId>espacocase-framework-core</artifactId> |
|
| - | 17 | </dependency>
|
|
| - | 18 | ||
| 15 | <dependency>
|
19 | <dependency>
|
| 16 | <groupId>com.google.code.gson</groupId> |
20 | <groupId>com.google.code.gson</groupId> |
| 17 | <artifactId>gson</artifactId> |
21 | <artifactId>gson</artifactId> |
| 18 | </dependency>
|
22 | </dependency>
|
| 19 | - | ||
| 20 | <dependency>
|
23 | <dependency>
|
| 21 | <groupId>com.sun.jersey</groupId> |
24 | <groupId>com.sun.jersey</groupId> |
| 22 | <artifactId>jersey-client</artifactId> |
25 | <artifactId>jersey-client</artifactId> |
| 23 | </dependency>
|
26 | </dependency>
|
| 24 | - | ||
| 25 | <dependency>
|
27 | <dependency>
|
| 26 | <groupId>com.sun.jersey</groupId> |
28 | <groupId>com.sun.jersey</groupId> |
| 27 | <artifactId>jersey-json</artifactId> |
29 | <artifactId>jersey-json</artifactId> |
| 28 | </dependency>
|
30 | </dependency>
|
| 29 | - | ||
| 30 | <dependency>
|
- | |
| 31 | <groupId>br.com.ec</groupId> |
- | |
| 32 | <artifactId>espacocase-framework-core</artifactId> |
- | |
| 33 | </dependency>
|
- | |
| 34 | - | ||
| 35 | </dependencies>
|
31 | </dependencies>
|
| 36 | </project>
|
32 | </project>
|