| .. | .. |
|---|
| 12 | 12 | <version>2.6</version> |
|---|
| 13 | 13 | </dependency> |
|---|
| 14 | 14 | <dependency> |
|---|
| 15 | | - <groupId>net.curisit.integrity</groupId> |
|---|
| 16 | | - <artifactId>commons</artifactId> |
|---|
| 17 | | - <version>0.0.1-SNAPSHOT</version> |
|---|
| 18 | | - </dependency> |
|---|
| 19 | | - <dependency> |
|---|
| 20 | 15 | <groupId>javax.servlet</groupId> |
|---|
| 21 | 16 | <artifactId>javax.servlet-api</artifactId> |
|---|
| 22 | 17 | <version>3.1.0</version> |
|---|
| .. | .. |
|---|
| 49 | 44 | <dependency> |
|---|
| 50 | 45 | <groupId>net.curisit</groupId> |
|---|
| 51 | 46 | <artifactId>securis-client</artifactId> |
|---|
| 52 | | - <version>0.9.4-SNAPSHOT</version> |
|---|
| 47 | + <version>0.9.5-SNAPSHOT</version> |
|---|
| 48 | + </dependency> |
|---|
| 49 | + <dependency> |
|---|
| 50 | + <groupId>net.curisit.integrity</groupId> |
|---|
| 51 | + <artifactId>commons</artifactId> |
|---|
| 52 | + <version>0.0.1-SNAPSHOT</version> |
|---|
| 53 | 53 | </dependency> |
|---|
| 54 | 54 | </dependencies> |
|---|
| 55 | 55 | <build> |
|---|
| .. | .. |
|---|
| 64 | 64 | </plugin> |
|---|
| 65 | 65 | </plugins> |
|---|
| 66 | 66 | </build> |
|---|
| 67 | + <repositories> |
|---|
| 68 | + <repository> |
|---|
| 69 | + <id>internal</id> |
|---|
| 70 | + <name>CurisIT Repository</name> |
|---|
| 71 | + <url>http://92.54.10.233:48080/archiva/repository/internal</url> |
|---|
| 72 | + </repository> |
|---|
| 73 | + <repository> |
|---|
| 74 | + <id>curistec</id> |
|---|
| 75 | + <name>CurisTec Corporate Repository</name> |
|---|
| 76 | + <url>http://92.54.10.233:48080/archiva/repository/internal/</url> |
|---|
| 77 | + <layout>default</layout> |
|---|
| 78 | + </repository> |
|---|
| 79 | + <repository> |
|---|
| 80 | + <id>curistecSnapshot</id> |
|---|
| 81 | + <name>CurisTec Snapshots</name> |
|---|
| 82 | + <url>http://92.54.10.233:48080/archiva/repository/snapshots/</url> |
|---|
| 83 | + <layout>default</layout> |
|---|
| 84 | + </repository> |
|---|
| 85 | + </repositories> |
|---|
| 86 | + |
|---|
| 67 | 87 | </project> |
|---|