Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | <modelVersion>4.0.0</modelVersion> |
||
| 3 | <parent> |
||
| 4 | <groupId>br.edu.cesmac</groupId> |
||
| 5 | <artifactId>cesmac-framework</artifactId> |
||
| 6 | <version>1.10.0</version> |
||
| 7 | </parent> |
||
| 8 | <artifactId>cesmac-framework-views</artifactId> |
||
| 9 | |||
| 10 | <dependencies> |
||
| 11 | <!-- Hibernate dependency --> |
||
| 12 | <dependency> |
||
| 13 | <groupId>org.hibernate</groupId> |
||
| 14 | <artifactId>hibernate-core</artifactId> |
||
| 15 | <scope>provided</scope> |
||
| 16 | </dependency> |
||
| 17 | </dependencies> |
||
| 18 | </project> |