Old `org.gcube` root package war still wrongly referred instead of new `org.gcube.iam` in some POMs dependencies, causing compilation errors

This commit is contained in:
Mauro Mugnaini 2021-12-27 13:08:14 +01:00
parent e5e1ded8ce
commit 07ab470445
5 changed files with 27 additions and 27 deletions

View File

@ -19,7 +19,7 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.gcube</groupId> <groupId>org.gcube.iam</groupId>
<artifactId>avatar-storage</artifactId> <artifactId>avatar-storage</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<scope>provided</scope> <scope>provided</scope>

View File

@ -21,7 +21,7 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.gcube</groupId> <groupId>org.gcube.iam</groupId>
<artifactId>avatar-storage</artifactId> <artifactId>avatar-storage</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<scope>provided</scope> <scope>provided</scope>

View File

@ -26,16 +26,16 @@
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version> <version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube</groupId> <groupId>org.gcube.iam</groupId>
<artifactId>event-listener-provider</artifactId> <artifactId>event-listener-provider</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<scope>provided</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube</groupId> <groupId>org.gcube.iam</groupId>
<artifactId>avatar-storage</artifactId> <artifactId>avatar-storage</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<scope>provided</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.googlecode.json-simple</groupId> <groupId>com.googlecode.json-simple</groupId>

View File

@ -21,38 +21,38 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.gcube</groupId> <groupId>org.gcube.iam</groupId>
<artifactId>avatar-importer</artifactId> <artifactId>avatar-importer</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube</groupId> <groupId>org.gcube.iam</groupId>
<artifactId>avatar-realm-resource</artifactId> <artifactId>avatar-realm-resource</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube</groupId> <groupId>org.gcube.iam</groupId>
<artifactId>avatar-storage</artifactId> <artifactId>avatar-storage</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube</groupId> <groupId>org.gcube.iam</groupId>
<artifactId>delete-account</artifactId> <artifactId>delete-account</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube</groupId> <groupId>org.gcube.iam</groupId>
<artifactId>event-listener-provider</artifactId> <artifactId>event-listener-provider</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube</groupId> <groupId>org.gcube.iam</groupId>
<artifactId>identity-provider-mapper</artifactId> <artifactId>identity-provider-mapper</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube</groupId> <groupId>org.gcube.iam</groupId>
<artifactId>ldap-storage-mapper</artifactId> <artifactId>ldap-storage-mapper</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
@ -75,42 +75,42 @@
<defaultLibBundleDir>lib</defaultLibBundleDir> <defaultLibBundleDir>lib</defaultLibBundleDir>
<modules> <modules>
<jarModule> <jarModule>
<groupId>org.gcube</groupId> <groupId>org.gcube.iam</groupId>
<artifactId>avatar-importer</artifactId> <artifactId>avatar-importer</artifactId>
<includeInApplicationXml>true</includeInApplicationXml> <includeInApplicationXml>true</includeInApplicationXml>
<bundleFileName>avatar-importer.jar</bundleFileName> <bundleFileName>avatar-importer.jar</bundleFileName>
<bundleDir>/</bundleDir> <bundleDir>/</bundleDir>
</jarModule> </jarModule>
<jarModule> <jarModule>
<groupId>org.gcube</groupId> <groupId>org.gcube.iam</groupId>
<artifactId>avatar-realm-resource</artifactId> <artifactId>avatar-realm-resource</artifactId>
<includeInApplicationXml>true</includeInApplicationXml> <includeInApplicationXml>true</includeInApplicationXml>
<bundleFileName>avatar-realm-resource.jar</bundleFileName> <bundleFileName>avatar-realm-resource.jar</bundleFileName>
<bundleDir>/</bundleDir> <bundleDir>/</bundleDir>
</jarModule> </jarModule>
<jarModule> <jarModule>
<groupId>org.gcube</groupId> <groupId>org.gcube.iam</groupId>
<artifactId>delete-account</artifactId> <artifactId>delete-account</artifactId>
<includeInApplicationXml>true</includeInApplicationXml> <includeInApplicationXml>true</includeInApplicationXml>
<bundleFileName>delete-account.jar</bundleFileName> <bundleFileName>delete-account.jar</bundleFileName>
<bundleDir>/</bundleDir> <bundleDir>/</bundleDir>
</jarModule> </jarModule>
<jarModule> <jarModule>
<groupId>org.gcube</groupId> <groupId>org.gcube.iam</groupId>
<artifactId>event-listener-provider</artifactId> <artifactId>event-listener-provider</artifactId>
<includeInApplicationXml>true</includeInApplicationXml> <includeInApplicationXml>true</includeInApplicationXml>
<bundleFileName>event-listener-provider.jar</bundleFileName> <bundleFileName>event-listener-provider.jar</bundleFileName>
<bundleDir>/</bundleDir> <bundleDir>/</bundleDir>
</jarModule> </jarModule>
<jarModule> <jarModule>
<groupId>org.gcube</groupId> <groupId>org.gcube.iam</groupId>
<artifactId>identity-provider-mapper</artifactId> <artifactId>identity-provider-mapper</artifactId>
<includeInApplicationXml>true</includeInApplicationXml> <includeInApplicationXml>true</includeInApplicationXml>
<bundleFileName>identity-provider-mapper.jar</bundleFileName> <bundleFileName>identity-provider-mapper.jar</bundleFileName>
<bundleDir>/</bundleDir> <bundleDir>/</bundleDir>
</jarModule> </jarModule>
<jarModule> <jarModule>
<groupId>org.gcube</groupId> <groupId>org.gcube.iam</groupId>
<artifactId>ldap-storage-mapper</artifactId> <artifactId>ldap-storage-mapper</artifactId>
<includeInApplicationXml>true</includeInApplicationXml> <includeInApplicationXml>true</includeInApplicationXml>
<bundleFileName>ldap-storage-mapper.jar</bundleFileName> <bundleFileName>ldap-storage-mapper.jar</bundleFileName>

16
pom.xml
View File

@ -1,6 +1,4 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -41,11 +39,13 @@
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
<scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection> <scm>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection> <connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
<url>https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url> <developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection>
</scm> <url>https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url>
</scm>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>