Skip to content

Commit f66f4f6

Browse files
committed
Remove gxClassR dependency from CloudStorage
1 parent 95d9f06 commit f66f4f6

File tree

5 files changed

+1
-21
lines changed

5 files changed

+1
-21
lines changed

gxcloudstorage-awss3/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
<name>GeneXus AWS S3 Cloud Storage</name>
1515

1616
<dependencies>
17-
<dependency>
18-
<groupId>${project.groupId}</groupId>
19-
<artifactId>gxclassR</artifactId>
20-
<version>${project.version}</version>
21-
</dependency>
2217
<dependency>
2318
<groupId>com.genexus</groupId>
2419
<artifactId>gxcloudstorage-common</artifactId>

gxcloudstorage-azureblob/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
<name>GeneXus Azure Blob Cloud Storage</name>
1515

1616
<dependencies>
17-
<dependency>
18-
<groupId>${project.groupId}</groupId>
19-
<artifactId>gxclassR</artifactId>
20-
<version>${project.version}</version>
21-
</dependency>
2217
<dependency>
2318
<groupId>com.genexus</groupId>
2419
<artifactId>gxcloudstorage-common</artifactId>

gxcloudstorage-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependencies>
1717
<dependency>
1818
<groupId>${project.groupId}</groupId>
19-
<artifactId>gxclassR</artifactId>
19+
<artifactId>gxcommon</artifactId>
2020
<version>${project.version}</version>
2121
</dependency>
2222
</dependencies>

gxcloudstorage-googlecloudstorage/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
<name>GeneXus Google Cloud Storage</name>
1515

1616
<dependencies>
17-
<dependency>
18-
<groupId>${project.groupId}</groupId>
19-
<artifactId>gxclassR</artifactId>
20-
<version>${project.version}</version>
21-
</dependency>
2217
<dependency>
2318
<groupId>com.genexus</groupId>
2419
<artifactId>gxcloudstorage-common</artifactId>

gxcloudstorage-ibmcos/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
<name>GeneXus IBM Cloud Storage</name>
1515

1616
<dependencies>
17-
<dependency>
18-
<groupId>${project.groupId}</groupId>
19-
<artifactId>gxclassR</artifactId>
20-
<version>${project.version}</version>
21-
</dependency>
2217
<dependency>
2318
<groupId>com.genexus</groupId>
2419
<artifactId>gxcloudstorage-common</artifactId>

0 commit comments

Comments
 (0)