| .. | .. |
|---|
| 1 | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|---|
| 2 | 2 | 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> |
|---|
| 3 | + |
|---|
| 4 | + <name>SeCuris</name> |
|---|
| 4 | 5 | <groupId>net.curisit</groupId> |
|---|
| 5 | 6 | <artifactId>securis-server</artifactId> |
|---|
| 6 | | - <version>2.0.0</version> |
|---|
| 7 | | - <name>SeCuris</name> |
|---|
| 7 | + <version>2.0.1</version> |
|---|
| 8 | + <modelVersion>4.0.0</modelVersion> |
|---|
| 9 | + |
|---|
| 8 | 10 | <description>CurisTEC Server Licenses</description> |
|---|
| 9 | 11 | <dependencies> |
|---|
| 10 | 12 | <dependency> |
|---|
| .. | .. |
|---|
| 101 | 103 | <dependency> |
|---|
| 102 | 104 | <groupId>org.apache.logging.log4j</groupId> |
|---|
| 103 | 105 | <artifactId>log4j-web</artifactId> |
|---|
| 104 | | - <version>2.1</version> |
|---|
| 106 | + <version>2.17.2</version> |
|---|
| 105 | 107 | </dependency> |
|---|
| 106 | 108 | <dependency> |
|---|
| 107 | 109 | <groupId>javax.enterprise</groupId> |
|---|