authorization-client-legacy-jdk8 instead of authorization-client
This commit is contained in:
parent
929a9ff594
commit
1c4e038717
|
@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
## [v5.4.0-SNAPSHOT] - 2024-09-26
|
## [v5.4.0-SNAPSHOT] - 2024-09-26
|
||||||
|
|
||||||
- updated pom, maven parent and BOM
|
- updated pom, maven parent and BOM
|
||||||
|
- authorization-client-legacy-jdk8 instead of authorization-client (fix patch problem)
|
||||||
|
|
||||||
## [v5.3.0] - 2023-12-04
|
## [v5.3.0] - 2023-12-04
|
||||||
|
|
||||||
|
|
13
pom.xml
13
pom.xml
|
@ -31,11 +31,12 @@
|
||||||
<tomcat.version>7.0.62</tomcat.version>
|
<tomcat.version>7.0.62</tomcat.version>
|
||||||
<distroDirectory>distro</distroDirectory>
|
<distroDirectory>distro</distroDirectory>
|
||||||
<cassandra.driver.oss.version>4.13.0</cassandra.driver.oss.version>
|
<cassandra.driver.oss.version>4.13.0</cassandra.driver.oss.version>
|
||||||
|
<toreplace-artifactsid>authorization-client</toreplace-artifactsid>
|
||||||
<asl-artifactsid>aslcore,aslsocial</asl-artifactsid>
|
<asl-artifactsid>aslcore,aslsocial</asl-artifactsid>
|
||||||
<fws-artifactsid>
|
<fws-artifactsid>
|
||||||
common-clients,common-configuration-scanner,common-fw-clients,common-gcore-resources,
|
common-clients,common-configuration-scanner,common-fw-clients,common-gcore-resources,
|
||||||
common-gcore-stubs,common-scope,common-scope-maps,common-uri,discovery-client,ic-client,
|
common-gcore-stubs,common-scope,common-scope-maps,common-uri,discovery-client,ic-client,
|
||||||
registry-publisher,common-authorization,authorization-client,document-store-lib,
|
registry-publisher,common-authorization,authorization-client-legacy-jdk8,document-store-lib,
|
||||||
accounting-lib,threadlocal-vars-cleaner,common-generic-clients,
|
accounting-lib,threadlocal-vars-cleaner,common-generic-clients,
|
||||||
event-publisher-library,event-publisher-portal,oidc-library,oidc-library-portal,common-gcube-calls</fws-artifactsid>
|
event-publisher-library,event-publisher-portal,oidc-library,oidc-library-portal,common-gcube-calls</fws-artifactsid>
|
||||||
<snl-artifactsid>
|
<snl-artifactsid>
|
||||||
|
@ -137,6 +138,9 @@
|
||||||
<outputDirectory>
|
<outputDirectory>
|
||||||
${basedir}/Portal-Bundle/gCube/lib/_misc</outputDirectory>
|
${basedir}/Portal-Bundle/gCube/lib/_misc</outputDirectory>
|
||||||
<includeArtifactIds>${staging-plugins-artifactsid}</includeArtifactIds>
|
<includeArtifactIds>${staging-plugins-artifactsid}</includeArtifactIds>
|
||||||
|
<excludeArtifactIds>
|
||||||
|
${toreplace-artifactsid}
|
||||||
|
</excludeArtifactIds>
|
||||||
<overWriteReleases>false</overWriteReleases>
|
<overWriteReleases>false</overWriteReleases>
|
||||||
<overWriteSnapshots>false</overWriteSnapshots>
|
<overWriteSnapshots>false</overWriteSnapshots>
|
||||||
<overWriteIfNewer>true</overWriteIfNewer>
|
<overWriteIfNewer>true</overWriteIfNewer>
|
||||||
|
@ -155,7 +159,7 @@
|
||||||
<outputDirectory>
|
<outputDirectory>
|
||||||
${basedir}/Portal-Bundle/gCube/lib/_misc</outputDirectory>
|
${basedir}/Portal-Bundle/gCube/lib/_misc</outputDirectory>
|
||||||
<excludeArtifactIds>
|
<excludeArtifactIds>
|
||||||
${asl-artifactsid},${fws-artifactsid},${snl-artifactsid},${ep-artifactsid},${custom-plugins-artifactsid},social-networking-library</excludeArtifactIds>
|
${toreplace-artifactsid},${asl-artifactsid},${fws-artifactsid},${snl-artifactsid},${ep-artifactsid},${custom-plugins-artifactsid},social-networking-library</excludeArtifactIds>
|
||||||
<overWriteIfNewer>true</overWriteIfNewer>
|
<overWriteIfNewer>true</overWriteIfNewer>
|
||||||
<excludeTypes>war, gar, tar.gz</excludeTypes>
|
<excludeTypes>war, gar, tar.gz</excludeTypes>
|
||||||
<stripVersion>false</stripVersion>
|
<stripVersion>false</stripVersion>
|
||||||
|
@ -178,7 +182,7 @@
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
|
@ -313,7 +317,8 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.common</groupId>
|
<groupId>org.gcube.common</groupId>
|
||||||
<artifactId>authorization-client</artifactId>
|
<artifactId>authorization-client-legacy-jdk8</artifactId>
|
||||||
|
<version>[2.0.8-SNAPSHOT,3.0.0-SNAPSHOT)</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue