Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <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"> |
||
| 3 | <modelVersion>4.0.0</modelVersion> |
||
| 4 | <parent> |
||
| 5 | <artifactId>scs</artifactId> |
||
| 6 | <groupId>br.gov.al.saude</groupId> |
||
| 7 | <version>1.0.0</version> |
||
| 8 | </parent> |
||
| 9 | |||
| 10 | <artifactId>scs-model</artifactId> |
||
| 11 | <name>Projeto Model</name> |
||
| 12 | <description>Responsável pelas entidades do sistema, bem como os DTOS se necessário</description> |
||
| 13 | |||
| 14 | <dependencies> |
||
| 15 | <dependency> |
||
| 16 | <groupId>br.gov.al.saude</groupId> |
||
| 17 | <artifactId>sesau-framework-core</artifactId> |
||
| 18 | </dependency> |
||
| 19 | <dependency> |
||
| 20 | <groupId>br.gov.al.saude</groupId> |
||
| 21 | <artifactId>sca-model</artifactId> |
||
| 22 | <version>${sca.version}</version> |
||
| 23 | </dependency> |
||
| 24 | <dependency> |
||
| 25 | <groupId>br.gov.al.saude</groupId> |
||
| 26 | <artifactId>srv-model</artifactId> |
||
| 27 | </dependency> |
||
| 28 | <dependency> |
||
| 29 | <groupId>br.gov.al.saude</groupId> |
||
| 30 | <artifactId>scg-model</artifactId> |
||
| 31 | </dependency> |
||
| 32 | <dependency> |
||
| 33 | <groupId>br.gov.al.saude</groupId> |
||
| 34 | <artifactId>sesau-framework-security</artifactId> |
||
| 35 | </dependency> |
||
| 36 | <dependency> |
||
| 37 | <groupId>org.hibernate</groupId> |
||
| 38 | <artifactId>hibernate-c3p0</artifactId> |
||
| 39 | </dependency> |
||
| 40 | <dependency> |
||
| 41 | <groupId>org.hibernate</groupId> |
||
| 42 | <artifactId>hibernate-ehcache</artifactId> |
||
| 43 | </dependency> |
||
| 44 | <dependency> |
||
| 45 | <groupId>org.apache.poi</groupId> |
||
| 46 | <artifactId>poi</artifactId> |
||
| 47 | </dependency> |
||
| 48 | <dependency> |
||
| 49 | <groupId>org.apache.poi</groupId> |
||
| 50 | <artifactId>poi-ooxml</artifactId> |
||
| 51 | </dependency> |
||
| 52 | </dependencies> |
||
| 53 | </project> |