| .. | .. |
|---|
| 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 | 3 | |
|---|
| 4 | | - <name>SeCuris</name> |
|---|
| 4 | + <name>SeCuris-Server</name> |
|---|
| 5 | 5 | <groupId>net.curisit</groupId> |
|---|
| 6 | 6 | <artifactId>securis-server</artifactId> |
|---|
| 7 | 7 | <version>2.0.1</version> |
|---|
| .. | .. |
|---|
| 9 | 9 | |
|---|
| 10 | 10 | <description>CurisTEC Server Licenses</description> |
|---|
| 11 | 11 | |
|---|
| 12 | + <organization> |
|---|
| 13 | + <name>CurisTec</name> |
|---|
| 14 | + </organization> |
|---|
| 15 | + |
|---|
| 12 | 16 | <properties> |
|---|
| 17 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|---|
| 18 | + <curisit.theme>default</curisit.theme> |
|---|
| 13 | 19 | <maven.version>3.10.0</maven.version> |
|---|
| 20 | + <maven.resources.overwrite>true</maven.resources.overwrite> |
|---|
| 21 | + <maven.compiler.debug>true</maven.compiler.debug> |
|---|
| 22 | + <maven.compiler.source>11</maven.compiler.source> |
|---|
| 23 | + <maven.compiler.target>11</maven.compiler.target> |
|---|
| 24 | + |
|---|
| 25 | + <maven-assembly-plugin.version>3.4.2</maven-assembly-plugin.version> |
|---|
| 26 | + |
|---|
| 27 | + <curistec.internal.version>3.3.0</curistec.internal.version> |
|---|
| 28 | + <securis.version>1.3.1</securis.version> |
|---|
| 29 | + |
|---|
| 30 | + <log4j.version>2.18.0</log4j.version> |
|---|
| 31 | + <hibernate.version>4.3.6.Final</hibernate.version> |
|---|
| 32 | + |
|---|
| 33 | + <javax.servlet.version>3.1.0</javax.servlet.version> |
|---|
| 34 | + <jboss.version>3.0.13.Final</jboss.version> |
|---|
| 35 | + <jboss-weld.version>2.2.9.Final</jboss-weld.version> |
|---|
| 36 | + <jboss-jandex.version>1.2.2.Final</jboss-jandex.version> |
|---|
| 37 | + |
|---|
| 38 | + <lang.version>2.6</lang.version> |
|---|
| 39 | + <lang3.version>3.17.0</lang3.version> |
|---|
| 40 | + <io.version>2.17.0</io.version> |
|---|
| 41 | + <commons-cli.version>1.2</commons-cli.version> |
|---|
| 42 | + <httpclient.version>4.5.6</httpclient.version> |
|---|
| 43 | + <httpmime.version>4.4.1</httpmime.version> |
|---|
| 44 | + <jackson.version>2.14.1</jackson.version> |
|---|
| 14 | 45 | </properties> |
|---|
| 15 | 46 | |
|---|
| 16 | 47 | <dependencies> |
|---|
| 17 | 48 | <dependency> |
|---|
| 18 | | - <groupId>commons-lang</groupId> |
|---|
| 19 | | - <artifactId>commons-lang</artifactId> |
|---|
| 20 | | - <version>2.6</version> |
|---|
| 21 | | - </dependency> |
|---|
| 22 | | - <dependency> |
|---|
| 23 | | - <groupId>javax.servlet</groupId> |
|---|
| 24 | | - <artifactId>javax.servlet-api</artifactId> |
|---|
| 25 | | - <version>3.1.0</version> |
|---|
| 26 | | - <scope>provided</scope> |
|---|
| 27 | | - </dependency> |
|---|
| 28 | | - <dependency> |
|---|
| 29 | | - <groupId>org.jboss.resteasy</groupId> |
|---|
| 30 | | - <artifactId>resteasy-multipart-provider</artifactId> |
|---|
| 31 | | - <version>3.0.13.Final</version> |
|---|
| 32 | | - </dependency> |
|---|
| 33 | | - <dependency> |
|---|
| 34 | | - <groupId>org.jboss.resteasy</groupId> |
|---|
| 35 | | - <artifactId>resteasy-jaxrs</artifactId> |
|---|
| 36 | | - <version>3.0.13.Final</version> |
|---|
| 37 | | - </dependency> |
|---|
| 38 | | - <dependency> |
|---|
| 39 | | - <groupId>org.jboss.weld.servlet</groupId> |
|---|
| 40 | | - <artifactId>weld-servlet</artifactId> |
|---|
| 41 | | - <version>2.2.9.Final</version> |
|---|
| 42 | | - </dependency> |
|---|
| 43 | | - <dependency> |
|---|
| 44 | | - <groupId>org.jboss</groupId> |
|---|
| 45 | | - <artifactId>jandex</artifactId> |
|---|
| 46 | | - <version>1.2.2.Final</version> |
|---|
| 47 | | - </dependency> |
|---|
| 48 | | - <dependency> |
|---|
| 49 | 49 | <groupId>net.curisit.integrity</groupId> |
|---|
| 50 | 50 | <artifactId>commons-curis</artifactId> |
|---|
| 51 | | - <version>3.3.0</version> |
|---|
| 51 | + <version>${curistec.internal.version}</version> |
|---|
| 52 | 52 | <exclusions> |
|---|
| 53 | 53 | <exclusion> |
|---|
| 54 | 54 | <groupId>org.apache.logging.log4j</groupId> |
|---|
| .. | .. |
|---|
| 65 | 65 | </exclusions> |
|---|
| 66 | 66 | </dependency> |
|---|
| 67 | 67 | <dependency> |
|---|
| 68 | | - <groupId>org.hibernate</groupId> |
|---|
| 69 | | - <artifactId>hibernate-entitymanager</artifactId> |
|---|
| 70 | | - <version>4.3.6.Final</version> |
|---|
| 71 | | - </dependency> |
|---|
| 72 | | - <dependency> |
|---|
| 73 | 68 | <groupId>net.curisit</groupId> |
|---|
| 74 | 69 | <artifactId>securis-client</artifactId> |
|---|
| 75 | | - <version>1.2.0</version> |
|---|
| 70 | + <version>${securis.version}</version> |
|---|
| 76 | 71 | <exclusions> |
|---|
| 77 | 72 | <exclusion> |
|---|
| 78 | 73 | <artifactId>jackson-databind</artifactId> |
|---|
| .. | .. |
|---|
| 80 | 75 | </exclusion> |
|---|
| 81 | 76 | </exclusions> |
|---|
| 82 | 77 | </dependency> |
|---|
| 78 | + |
|---|
| 79 | + <dependency> |
|---|
| 80 | + <groupId>org.apache.logging.log4j</groupId> |
|---|
| 81 | + <artifactId>log4j-web</artifactId> |
|---|
| 82 | + <version>${log4j.version}</version> |
|---|
| 83 | + </dependency> |
|---|
| 84 | + <dependency> |
|---|
| 85 | + <groupId>org.hibernate</groupId> |
|---|
| 86 | + <artifactId>hibernate-entitymanager</artifactId> |
|---|
| 87 | + <version>${hibernate.version}</version> |
|---|
| 88 | + </dependency> |
|---|
| 83 | 89 | <dependency> |
|---|
| 84 | 90 | <groupId>org.apache.httpcomponents</groupId> |
|---|
| 85 | 91 | <artifactId>httpclient</artifactId> |
|---|
| 86 | | - <version>4.4-beta1</version> |
|---|
| 92 | + <version>${httpclient.version}</version> |
|---|
| 87 | 93 | </dependency> |
|---|
| 88 | 94 | <dependency> |
|---|
| 89 | 95 | <groupId>org.apache.httpcomponents</groupId> |
|---|
| 90 | 96 | <artifactId>httpmime</artifactId> |
|---|
| 91 | | - <version>4.4-beta1</version> |
|---|
| 97 | + <version>${httpmime.version}</version> |
|---|
| 98 | + </dependency> |
|---|
| 99 | + <dependency> |
|---|
| 100 | + <groupId>commons-lang</groupId> |
|---|
| 101 | + <artifactId>commons-lang</artifactId> |
|---|
| 102 | + <version>${lang.version}</version> |
|---|
| 103 | + </dependency> |
|---|
| 104 | + <dependency> |
|---|
| 105 | + <groupId>javax.enterprise</groupId> |
|---|
| 106 | + <artifactId>cdi-api</artifactId> |
|---|
| 107 | + <version>1.2</version> |
|---|
| 108 | + <scope>provided</scope> |
|---|
| 109 | + </dependency> |
|---|
| 110 | + <dependency> |
|---|
| 111 | + <groupId>javax.servlet</groupId> |
|---|
| 112 | + <artifactId>javax.servlet-api</artifactId> |
|---|
| 113 | + <version>${javax.servlet.version}</version> |
|---|
| 114 | + <scope>provided</scope> |
|---|
| 115 | + </dependency> |
|---|
| 116 | + <dependency> |
|---|
| 117 | + <groupId>org.jboss.resteasy</groupId> |
|---|
| 118 | + <artifactId>resteasy-multipart-provider</artifactId> |
|---|
| 119 | + <version>${jboss.version}</version> |
|---|
| 120 | + </dependency> |
|---|
| 121 | + <dependency> |
|---|
| 122 | + <groupId>org.jboss.resteasy</groupId> |
|---|
| 123 | + <artifactId>resteasy-jaxrs</artifactId> |
|---|
| 124 | + <version>${jboss.version}</version> |
|---|
| 125 | + </dependency> |
|---|
| 126 | + <dependency> |
|---|
| 127 | + <groupId>org.jboss.weld.servlet</groupId> |
|---|
| 128 | + <artifactId>weld-servlet</artifactId> |
|---|
| 129 | + <version>${jboss-weld.version}</version> |
|---|
| 130 | + </dependency> |
|---|
| 131 | + <dependency> |
|---|
| 132 | + <groupId>org.jboss</groupId> |
|---|
| 133 | + <artifactId>jandex</artifactId> |
|---|
| 134 | + <version>${jboss-jandex.version}</version> |
|---|
| 92 | 135 | </dependency> |
|---|
| 93 | 136 | <dependency> |
|---|
| 94 | 137 | <groupId>org.jboss.resteasy</groupId> |
|---|
| 95 | 138 | <artifactId>resteasy-jackson2-provider</artifactId> |
|---|
| 96 | | - <version>3.0.13.Final</version> |
|---|
| 139 | + <version>${jboss.version}</version> |
|---|
| 97 | 140 | <exclusions> |
|---|
| 98 | 141 | <exclusion> |
|---|
| 99 | 142 | <artifactId>jackson-core</artifactId> |
|---|
| .. | .. |
|---|
| 106 | 149 | </exclusions> |
|---|
| 107 | 150 | </dependency> |
|---|
| 108 | 151 | <dependency> |
|---|
| 109 | | - <groupId>org.apache.logging.log4j</groupId> |
|---|
| 110 | | - <artifactId>log4j-web</artifactId> |
|---|
| 111 | | - <version>2.17.2</version> |
|---|
| 112 | | - </dependency> |
|---|
| 113 | | - <dependency> |
|---|
| 114 | | - <groupId>javax.enterprise</groupId> |
|---|
| 115 | | - <artifactId>cdi-api</artifactId> |
|---|
| 116 | | - <version>1.2</version> |
|---|
| 117 | | - <scope>provided</scope> |
|---|
| 118 | | - </dependency> |
|---|
| 119 | | - <dependency> |
|---|
| 120 | 152 | <groupId>org.jboss.resteasy</groupId> |
|---|
| 121 | 153 | <artifactId>resteasy-cdi</artifactId> |
|---|
| 122 | | - <version>3.0.13.Final</version> |
|---|
| 154 | + <version>${jboss.version}</version> |
|---|
| 123 | 155 | </dependency> |
|---|
| 124 | 156 | <dependency> |
|---|
| 125 | 157 | <groupId>com.fasterxml.jackson.jaxrs</groupId> |
|---|
| 126 | 158 | <artifactId>jackson-jaxrs-json-provider</artifactId> |
|---|
| 127 | | - <version>2.4.1</version> |
|---|
| 159 | + <version>${jackson.version}</version> |
|---|
| 128 | 160 | </dependency> |
|---|
| 129 | 161 | <dependency> |
|---|
| 130 | 162 | <groupId>com.fasterxml.jackson.core</groupId> |
|---|
| 131 | 163 | <artifactId>jackson-annotations</artifactId> |
|---|
| 132 | | - <version>2.4.1</version> |
|---|
| 164 | + <version>${jackson.version}</version> |
|---|
| 133 | 165 | </dependency> |
|---|
| 134 | 166 | </dependencies> |
|---|
| 167 | + |
|---|
| 135 | 168 | <build> |
|---|
| 136 | 169 | <plugins> |
|---|
| 137 | | - <plugin> |
|---|
| 170 | + <plugin> |
|---|
| 138 | 171 | <groupId>org.apache.maven.plugins</groupId> |
|---|
| 139 | 172 | <artifactId>maven-compiler-plugin</artifactId> |
|---|
| 140 | | - <version>${maven.version}</version> |
|---|
| 141 | | - <configuration> |
|---|
| 142 | | - <source>1.8</source> |
|---|
| 143 | | - <target>1.8</target> |
|---|
| 173 | + <version>${maven.version}</version> |
|---|
| 174 | + <configuration> |
|---|
| 175 | + <source>${maven.compiler.source}</source> |
|---|
| 176 | + <target>${maven.compiler.target}</target> |
|---|
| 177 | + <encoding>${project.build.sourceEncoding}</encoding> |
|---|
| 178 | + <debug>true</debug> |
|---|
| 179 | + <showDeprecation>true</showDeprecation> |
|---|
| 180 | + <showWarnings>true</showWarnings> |
|---|
| 144 | 181 | </configuration> |
|---|
| 145 | 182 | </plugin> |
|---|
| 146 | 183 | <plugin> |
|---|
| 147 | 184 | <artifactId>maven-assembly-plugin</artifactId> |
|---|
| 148 | | - <version>2.4</version> |
|---|
| 185 | + <version>${maven-assembly-plugin.version}</version> |
|---|
| 149 | 186 | <configuration> |
|---|
| 150 | 187 | <formats> |
|---|
| 151 | 188 | <format>zip</format> |
|---|
| .. | .. |
|---|
| 159 | 196 | </plugin> |
|---|
| 160 | 197 | </plugins> |
|---|
| 161 | 198 | </build> |
|---|
| 199 | + |
|---|
| 162 | 200 | <repositories> |
|---|
| 163 | 201 | <repository> |
|---|
| 164 | 202 | <id>internal</id> |
|---|