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 13... | Line 13... | ||
| 13 | <dependencies>
|
13 | <dependencies>
|
| 14 | <dependency>
|
14 | <dependency>
|
| 15 | <groupId>br.com.ec</groupId> |
15 | <groupId>br.com.ec</groupId> |
| 16 | <artifactId>espacocase-framework-core</artifactId> |
16 | <artifactId>espacocase-framework-core</artifactId> |
| 17 | </dependency>
|
17 | </dependency>
|
| - | 18 | ||
| - | 19 | <dependency>
|
|
| - | 20 | <groupId>org.primefaces</groupId> |
|
| - | 21 | <artifactId>primefaces</artifactId> |
|
| - | 22 | </dependency>
|
|
| - | 23 | ||
| - | 24 | <dependency>
|
|
| - | 25 | <groupId>org.glassfish</groupId> |
|
| - | 26 | <artifactId>javax.faces</artifactId> |
|
| - | 27 | </dependency>
|
|
| - | 28 | <!--
|
|
| 18 | <dependency>
|
29 | <dependency>
|
| 19 | <groupId>javax.faces</groupId> |
30 | <groupId>javax.faces</groupId>
|
| 20 | <artifactId>jsf-api</artifactId> |
31 | <artifactId>jsf-api</artifactId>
|
| 21 | </dependency>
|
32 | </dependency>
|
| - | 33 | -->
|
|
| - | 34 | <dependency>
|
|
| - | 35 | <groupId>javax.servlet</groupId> |
|
| - | 36 | <artifactId>servlet-api</artifactId> |
|
| - | 37 | <scope>provided</scope> |
|
| - | 38 | </dependency>
|
|
| - | 39 | <!--
|
|
| 22 | <dependency>
|
40 | <dependency>
|
| 23 | <groupId>org.springframework</groupId> |
41 | <groupId>org.springframework</groupId>
|
| 24 | <artifactId>spring-web</artifactId> |
42 | <artifactId>spring-web</artifactId>
|
| 25 | </dependency>
|
43 | </dependency>
|
| 26 | <dependency>
|
44 | <dependency>
|
| 27 | <groupId>org.springframework</groupId> |
45 | <groupId>org.springframework</groupId>
|
| 28 | <artifactId>spring-webmvc</artifactId> |
46 | <artifactId>spring-webmvc</artifactId>
|
| 29 | </dependency>
|
47 | </dependency>
|
| 30 | <dependency>
|
- | |
| 31 | <groupId>javax.servlet</groupId> |
- | |
| 32 | <artifactId>servlet-api</artifactId> |
- | |
| 33 | <scope>provided</scope> |
- | |
| 34 | </dependency>
|
- | |
| 35 | - | ||
| 36 | <!-- Primefaces dependency -->
|
- | |
| 37 | <dependency>
|
- | |
| 38 | <groupId>org.primefaces</groupId> |
- | |
| 39 | <artifactId>primefaces</artifactId> |
- | |
| 40 | </dependency>
|
- | |
| - | 48 | -->
|
|
| 41 | </dependencies>
|
49 | </dependencies>
|
| 42 | </project>
|
50 | </project>
|