Rev 440 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 440 | Rev 443 | ||
|---|---|---|---|
| Line 18... | Line 18... | ||
| 18 | <dependency>
|
18 | <dependency>
|
| 19 | <groupId>net.sf.jasperreports</groupId> |
19 | <groupId>net.sf.jasperreports</groupId> |
| 20 | <artifactId>jasperreports</artifactId> |
20 | <artifactId>jasperreports</artifactId> |
| 21 | </dependency>
|
21 | </dependency>
|
| 22 | 22 | ||
| 23 | <!--
|
- | |
| 24 | <dependency>
|
23 | <dependency>
|
| 25 | <groupId>org.primefaces</groupId>
|
24 | <groupId>org.primefaces</groupId> |
| 26 | <artifactId>primefaces</artifactId>
|
25 | <artifactId>primefaces</artifactId> |
| 27 | <scope>provided</scope>
|
26 | <scope>provided</scope> |
| 28 | </dependency>
|
27 | </dependency>
|
| - | 28 | <!--
|
|
| 29 | <dependency>
|
29 | <dependency>
|
| 30 | <groupId>org.springframework</groupId>
|
30 | <groupId>org.springframework</groupId>
|
| 31 | <artifactId>spring-core</artifactId>
|
31 | <artifactId>spring-core</artifactId>
|
| 32 | </dependency>
|
32 | </dependency>
|
| 33 |
|
33 |
|