| .. | .. |
|---|
| 8 | 8 | <modelVersion>4.0.0</modelVersion> |
|---|
| 9 | 9 | |
|---|
| 10 | 10 | <description>CurisTEC Server Licenses</description> |
|---|
| 11 | + |
|---|
| 12 | + <properties> |
|---|
| 13 | + <maven.version>3.10.0</maven.version> |
|---|
| 14 | + </properties> |
|---|
| 15 | + |
|---|
| 11 | 16 | <dependencies> |
|---|
| 12 | 17 | <dependency> |
|---|
| 13 | 18 | <groupId>commons-lang</groupId> |
|---|
| .. | .. |
|---|
| 41 | 46 | <version>1.2.2.Final</version> |
|---|
| 42 | 47 | </dependency> |
|---|
| 43 | 48 | <dependency> |
|---|
| 44 | | - <groupId>net.curisit</groupId> |
|---|
| 49 | + <groupId>net.curisit.integrity</groupId> |
|---|
| 45 | 50 | <artifactId>commons-curis</artifactId> |
|---|
| 46 | | - <version>0.0.1-SNAPSHOT</version> |
|---|
| 51 | + <version>3.3.0</version> |
|---|
| 47 | 52 | <exclusions> |
|---|
| 48 | 53 | <exclusion> |
|---|
| 49 | 54 | <groupId>org.apache.logging.log4j</groupId> |
|---|
| .. | .. |
|---|
| 132 | 137 | <plugin> |
|---|
| 133 | 138 | <groupId>org.apache.maven.plugins</groupId> |
|---|
| 134 | 139 | <artifactId>maven-compiler-plugin</artifactId> |
|---|
| 140 | + <version>${maven.version}</version> |
|---|
| 135 | 141 | <configuration> |
|---|
| 136 | 142 | <source>1.8</source> |
|---|
| 137 | 143 | <target>1.8</target> |
|---|