feature/jakrtaee10 (#1)
Co-authored-by: Joern Muehlencord <joern.muehlencord@vitroconnect.com> Reviewed-on: https://jomu.timelord.de/git/jomu/shared/pulls/1
This commit is contained in:
142
pom.xml
142
pom.xml
@ -20,7 +20,7 @@ limitations under the License.
|
||||
|
||||
<groupId>de.muehlencord</groupId>
|
||||
<artifactId>shared</artifactId>
|
||||
<version>1.3.2-SNAPSHOT</version>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<name>shared</name>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
@ -29,7 +29,6 @@ limitations under the License.
|
||||
<module>network</module>
|
||||
<module>util</module>
|
||||
<module>jeeutil</module>
|
||||
<module>shiro-faces</module>
|
||||
<module>poi-util</module>
|
||||
<module>db</module>
|
||||
</modules>
|
||||
@ -56,17 +55,6 @@ limitations under the License.
|
||||
<url>https://jomu.timelord.de/git/jomu/shared/</url>
|
||||
</scm>
|
||||
|
||||
<!-- <distributionManagement>
|
||||
<repository>
|
||||
<id>ossrh</id>
|
||||
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>ossrh</id>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>-->
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>gitea</id>
|
||||
@ -99,32 +87,39 @@ limitations under the License.
|
||||
<maven.compiler.release>17</maven.compiler.release>
|
||||
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<slf4j.version>2.0.6</slf4j.version>
|
||||
<jackson.version>2.14.2</jackson.version>
|
||||
<shiro.version>1.11.0</shiro.version>
|
||||
<lombok.version>1.18.26</lombok.version>
|
||||
<junit.version>5.9.2</junit.version>
|
||||
<primefaces.version>12.0.0</primefaces.version>
|
||||
<adminfaces-template.version>1.6.1</adminfaces-template.version>
|
||||
<omnifaces.version>4.0.1</omnifaces.version>
|
||||
<poi.version>5.2.3</poi.version>
|
||||
<commons-net.version>3.9.0</commons-net.version>
|
||||
<slf4j.version>2.0.9</slf4j.version>
|
||||
<jackson.version>2.16.0</jackson.version>
|
||||
<lombok.version>1.18.30</lombok.version>
|
||||
<junit.version>5.10.1</junit.version>
|
||||
|
||||
<poi.version>5.2.5</poi.version>
|
||||
<commons-net.version>3.10.0</commons-net.version>
|
||||
<commons-lang.version>3.14.0</commons-lang.version>
|
||||
<gson.version>2.10.1</gson.version>
|
||||
<fusionauth.version>5.2.2</fusionauth.version>
|
||||
<fusionauth.version>5.3.1</fusionauth.version>
|
||||
<bouncycastle.version>1.70</bouncycastle.version>
|
||||
<hibernate.version>6.1.7.Final</hibernate.version>
|
||||
<hibernate.version>6.2.15.Final</hibernate.version>
|
||||
<com-sun-mail.version>1.6.2</com-sun-mail.version>
|
||||
|
||||
<jakarta-faces.version>4.0.5</jakarta-faces.version>
|
||||
<joinfaces.version>5.1.6</joinfaces.version>
|
||||
<jakarta.interceptor-api.version>2.1.0</jakarta.interceptor-api.version>
|
||||
<jakarta-inject-api.version>2.0.1</jakarta-inject-api.version>
|
||||
<jaxws-api.version>2.3.1</jaxws-api.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<artifactId>shared-db</artifactId>
|
||||
<groupId>de.muehlencord.shared</groupId>
|
||||
<type>ejb</type>
|
||||
<version>${project.version}</version>
|
||||
<groupId>org.joinfaces</groupId>
|
||||
<artifactId>joinfaces-dependencies</artifactId>
|
||||
<version>${joinfaces.version}</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<artifactId>shared-shiro-faces</artifactId>
|
||||
<artifactId>shared-db</artifactId>
|
||||
<groupId>de.muehlencord.shared</groupId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
@ -138,11 +133,8 @@ limitations under the License.
|
||||
<groupId>de.muehlencord.shared</groupId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<artifactId>commons-codec</artifactId>
|
||||
<groupId>commons-codec</groupId>
|
||||
<version>1.15</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Apache Commons -->
|
||||
<dependency>
|
||||
<artifactId>commons-net</artifactId>
|
||||
<groupId>commons-net</groupId>
|
||||
@ -151,13 +143,10 @@ limitations under the License.
|
||||
<dependency>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<version>3.12.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<groupId>commons-io</groupId>
|
||||
<version>2.11.0</version>
|
||||
<version>${commons-lang.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- logging -->
|
||||
<dependency>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
<groupId>org.slf4j</groupId>
|
||||
@ -174,16 +163,36 @@ limitations under the License.
|
||||
<version>${slf4j.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- mail -->
|
||||
<dependency>
|
||||
<artifactId>javax.mail</artifactId>
|
||||
<groupId>com.sun.mail</groupId>
|
||||
<version>1.6.2</version>
|
||||
<version>${com-sun-mail.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<artifactId>ews-java-api</artifactId>
|
||||
<groupId>com.microsoft.ews-java-api</groupId>
|
||||
<version>2.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Faces -->
|
||||
<dependency>
|
||||
<groupId>org.glassfish</groupId>
|
||||
<artifactId>jakarta.faces</artifactId>
|
||||
<version>${jakarta-faces.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jakarta.interceptor</groupId>
|
||||
<artifactId>jakarta.interceptor-api</artifactId>
|
||||
<version>${jakarta.interceptor-api.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jakarta.inject</groupId>
|
||||
<artifactId>jakarta.inject-api</artifactId>
|
||||
<version>${jakarta-inject-api.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- mixed tools -->
|
||||
<dependency>
|
||||
<artifactId>gson</artifactId>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
@ -207,26 +216,11 @@ limitations under the License.
|
||||
<version>${jackson.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<artifactId>shiro-core</artifactId>
|
||||
<groupId>org.apache.shiro</groupId>
|
||||
<version>${shiro.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<artifactId>shiro-web</artifactId>
|
||||
<groupId>org.apache.shiro</groupId>
|
||||
<version>${shiro.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<artifactId>javaee-api</artifactId>
|
||||
<groupId>javax</groupId>
|
||||
<version>8.0.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<artifactId>javaee-web-api</artifactId>
|
||||
<groupId>javax</groupId>
|
||||
<scope>provided</scope>
|
||||
<version>8.0.1</version>
|
||||
<artifactId>jaxws-api</artifactId>
|
||||
<groupId>javax.xml.ws</groupId>
|
||||
<version>${jaxws-api.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<artifactId>scrypt</artifactId>
|
||||
<groupId>com.lambdaworks</groupId>
|
||||
@ -244,21 +238,6 @@ limitations under the License.
|
||||
<type>jar</type>
|
||||
<version>${hibernate.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<artifactId>primefaces</artifactId>
|
||||
<groupId>org.primefaces</groupId>
|
||||
<version>${primefaces.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<artifactId>admin-template</artifactId>
|
||||
<groupId>com.github.adminfaces</groupId>
|
||||
<version>${adminfaces-template.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<artifactId>omnifaces</artifactId>
|
||||
<groupId>org.omnifaces</groupId>
|
||||
<version>${omnifaces.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<artifactId>poi-ooxml</artifactId>
|
||||
<groupId>org.apache.poi</groupId>
|
||||
@ -423,10 +402,11 @@ limitations under the License.
|
||||
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-release-plugin</artifactId>
|
||||
<configuration>
|
||||
<tagNameFormat>v@{project.version}</tagNameFormat>
|
||||
@ -434,8 +414,14 @@ limitations under the License.
|
||||
<version>2.5.3</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
<version>3.6.1</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
Reference in New Issue
Block a user