| .. | .. |
|---|
| 42 | 42 | <version>3.0.9.Final</version> |
|---|
| 43 | 43 | </dependency> |
|---|
| 44 | 44 | <dependency> |
|---|
| 45 | | - <groupId>net.curisit</groupId> |
|---|
| 46 | | - <artifactId>securis-client</artifactId> |
|---|
| 47 | | - <version>0.9.5-SNAPSHOT</version> |
|---|
| 48 | | - </dependency> |
|---|
| 49 | | - <dependency> |
|---|
| 50 | 45 | <groupId>org.slf4j</groupId> |
|---|
| 51 | 46 | <artifactId>slf4j-log4j12</artifactId> |
|---|
| 52 | 47 | <version>1.7.7</version> |
|---|
| .. | .. |
|---|
| 61 | 56 | <artifactId>hibernate-entitymanager</artifactId> |
|---|
| 62 | 57 | <version>4.3.6.Final</version> |
|---|
| 63 | 58 | </dependency> |
|---|
| 59 | + <dependency> |
|---|
| 60 | + <groupId>net.curisit</groupId> |
|---|
| 61 | + <artifactId>securis-client</artifactId> |
|---|
| 62 | + <version>0.9.7-SNAPSHOT</version> |
|---|
| 63 | + </dependency> |
|---|
| 64 | 64 | </dependencies> |
|---|
| 65 | 65 | <build> |
|---|
| 66 | 66 | <plugins> |
|---|