Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 6.5.0 #9

Merged
merged 7 commits into from
Dec 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
106 changes: 58 additions & 48 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>it.eng.parer</groupId>
<artifactId>parer-pom</artifactId>
<version>6.4.2-SNAPSHOT</version>
<version>6.5.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Parer pom</name>
<description>Parer POM di base
Expand All @@ -13,26 +13,30 @@
<organization>
<name>Engineering</name>
</organization>
<scm>
<scm>
<developerConnection>scm:git:https://github.com/RegioneER/parer-framework-parerpom.git</developerConnection>
<tag>HEAD</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- third party libraries -->
<!-- spring -->
<!-- spring -->
<spring.version>5.3.39</spring.version>
<spring.security.version>5.8.14</spring.security.version>
<spring.security.saml.version>1.0.10.RELEASE</spring.security.saml.version>
<!-- logging -->
<slf4j.version>2.0.13</slf4j.version>
<logback.version>1.3.8</logback.version>
<jboss-jakartaee-8.0.version>1.0.1.Final-redhat-00008</jboss-jakartaee-8.0.version>
<jboss-eap-jakartaee8-with-tools.version>7.4.17.GA</jboss-eap-jakartaee8-with-tools.version>
<!--
Utilizzo del BOM per JBoss EAP 7.4 (jboss-eap-jakartaee8),
che gestisce le dipendenze per Jakarta EE 8 in JBoss EAP 7.4.
-->
<version.bom>7.4.18.GA</version.bom>
<jboss-vfs.version>3.2.15.Final-redhat-00001</jboss-vfs.version>
<javax.servlet.jsp-api.version>2.3.3</javax.servlet.jsp-api.version>
<!-- jboss 6 -->
<jakarta.servlet-api.version>6.0.0.redhat-00006</jakarta.servlet-api.version>
<javax.servlet-api.version>4.0.1</javax.servlet-api.version>
<!-- commons -->
<commons-logging.version>1.3.3</commons-logging.version>
Expand All @@ -47,10 +51,10 @@
<!-- http -->
<httpclient.version>4.5.14</httpclient.version>
<httpmime.version>4.5.14</httpmime.version>
<httpcore.version>4.4.16</httpcore.version>
<!-- miscelenous -->
<httpcore.version>4.4.16</httpcore.version>
<!-- miscelenous -->
<joda-time.version>2.12.5</joda-time.version> <!-- era 2.10.14 -->
<jettison.version>1.5.4</jettison.version>
<jettison.version>1.5.4</jettison.version>
<poi.version>5.3.0</poi.version>
<jackson-core.version>2.13.5</jackson-core.version>
<xalan.version>2.7.3</xalan.version>
Expand All @@ -66,20 +70,23 @@
<junit.version>4.13.2</junit.version>
<taglibs-standard-jstlel.version>1.2.5</taglibs-standard-jstlel.version>
<!-- xml -->
<xmlsec.version>4.0.2</xmlsec.version>
<!--JDK11-->
<xmlsec.version>4.0.2</xmlsec.version>
<!--JDK11-->
<jaxws-api.version>2.3.1</jaxws-api.version>
<xml-apis.version>1.4.01</xml-apis.version>
<!-- javax.jws to jakarta -->
<jboss-jakarta-xml-ws-api.version>1.0.0.Final-redhat-00001</jboss-jakarta-xml-ws-api.version>
</properties>

<distributionManagement>
<distributionManagement>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/RegioneER/parer-framework-parerpom</url>
</repository>
<id>github</id>
<url>https://maven.pkg.github.com/RegioneER/parer-framework-parerpom</url>
</repository>
</distributionManagement>

<repositories>

<repositories>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/RegioneER/parer-framework-parerpom/</url>
Expand All @@ -94,28 +101,29 @@
</repository>
<repository>
<id>central</id>
<url>https://repo1.maven.org/maven2/</url>
</repository>
<url>https://repo1.maven.org/maven2/</url>
</repository>
<repository>
<id>pentaho</id>
<url>https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn/</url>
</repository>
<repository>
<id>pentaho</id>
<url>https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn/</url>
</repository>
<id>cefdigital</id>
<name>cefdigital</name>
<url>https://ec.europa.eu/digital-building-blocks/artifact/content/repositories/esignaturedss/</url>
</repository>
<repository>
<id>cefdigital</id>
<name>cefdigital</name>
<url>https://ec.europa.eu/digital-building-blocks/artifact/content/repositories/esignaturedss/</url>
</repository>
<repository>
<id>rhga</id>
<url>https://maven.repository.redhat.com/ga</url>
</repository>
<repository>
<id>alfresco</id>
<url>https://artifacts.alfresco.com/nexus/content/repositories/public/</url>
</repository>
</repositories>
<id>alfresco</id>
<url>https://artifacts.alfresco.com/nexus/content/repositories/public/</url>
</repository>
</repositories>

<pluginRepositories>

<pluginRepositories>
<pluginRepository>
<id>central</id>
<url>https://repo1.maven.org/maven2/</url>
Expand All @@ -127,11 +135,11 @@
</releases>
</pluginRepository>
</pluginRepositories>

<build>
<pluginManagement>
<plugins>
<!-- plugin base di maven -->
<!-- plugin base di maven -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down Expand Up @@ -187,8 +195,8 @@
<artifactId>maven-ejb-plugin</artifactId>
<version>3.2.1</version>
<configuration>
<ejbVersion>3.2</ejbVersion>
</configuration>
<ejbVersion>3.2</ejbVersion>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -210,8 +218,8 @@
<artifactId>maven-ear-plugin</artifactId>
<version>3.3.0</version>
<configuration>
<outputFileNameMapping>@{artifactId}@-@{version}@.@{extension}@</outputFileNameMapping>
</configuration>
<outputFileNameMapping>@{artifactId}@-@{version}@.@{extension}@</outputFileNameMapping>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -221,8 +229,9 @@
<locales>it</locales>
</configuration>
<dependencies>
<!-- Nota bene: la versione 3.2.0 al momento non upgradabile vedi errore
: java.lang.NoSuchMethodError: org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.getBufferCapacityForTransfer -->
<!-- Nota bene: la versione 3.2.0 al momento non upgradabile vedi errore
: java.lang.NoSuchMethodError:
org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.getBufferCapacityForTransfer -->
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-webdav-jackrabbit</artifactId>
Expand All @@ -240,11 +249,11 @@
<artifactId>maven-release-plugin</artifactId>
<version>3.1.1</version>
</plugin>
<!-- plugin accessori esterni a maven -->
<!-- plugin accessori esterni a maven -->
<plugin>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-codegen-plugin</artifactId>
<version>3.3.0</version>
<version>3.6.4</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down Expand Up @@ -276,13 +285,14 @@
<nvdApiServerId>nvd</nvdApiServerId>
</configuration>
</plugin>
<!-- A partire dalla versione 3.1.0 verificare del classnotfound (SAX error) -->
<!-- A partire dalla versione 3.1.0 verificare del classnotfound (SAX error) -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.0.0</version>
</plugin>
<!-- Non aggiornabile 2.24.x: https://github.com/revelc/formatter-maven-plugin?tab=readme-ov-file#jdk-requirements -->
<!-- Non aggiornabile 2.24.x:
https://github.com/revelc/formatter-maven-plugin?tab=readme-ov-file#jdk-requirements -->
<plugin>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId>
Expand All @@ -302,7 +312,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1</version>
</plugin>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
Expand All @@ -324,7 +334,7 @@
<plugin>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId>
<!-- <configuration> <lineEnding>AUTO</lineEnding> </configuration> -->
<!-- <configuration> <lineEnding>AUTO</lineEnding> </configuration> -->
<executions>
<execution>
<goals>
Expand All @@ -333,7 +343,7 @@
</execution>
</executions>
</plugin>
<!-- JaCoCo plugin -->
<!-- JaCoCo plugin -->
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
Expand All @@ -343,7 +353,7 @@
<goal>prepare-agent</goal>
</goals>
</execution>
<!-- attached to Maven test phase -->
<!-- attached to Maven test phase -->
<execution>
<id>report</id>
<phase>test</phase>
Expand Down Expand Up @@ -400,4 +410,4 @@
</plugin>
</plugins>
</reporting>
</project>
</project>
Loading