Joaquín Reñé
2022-03-10 d535429a2f18c82de7716076a8065f6ad95f0483
securis/pom.xml
....@@ -1,10 +1,12 @@
11 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22 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>
45 <groupId>net.curisit</groupId>
56 <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
+
810 <description>CurisTEC Server Licenses</description>
911 <dependencies>
1012 <dependency>
....@@ -101,7 +103,7 @@
101103 <dependency>
102104 <groupId>org.apache.logging.log4j</groupId>
103105 <artifactId>log4j-web</artifactId>
104
- <version>2.1</version>
106
+ <version>2.17.2</version>
105107 </dependency>
106108 <dependency>
107109 <groupId>javax.enterprise</groupId>