Skip to content

Commit a5062e4

Browse files
authored
Remove duplicate dependency definition for "gxclassr.jar". (#311)
#Fix build warning: "Some problems were encountered while building the effective model for com.genexus:gxandroidpublisher:jar:101.9-SNAPSHOT Warning: 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: ${project.groupId}:gxclassR:jar -> duplicate declaration of version ${project.version} @ line 37, column 21"
1 parent 12656a9 commit a5062e4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

gxandroidpublisher/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@
3333
<version>4.12</version>
3434
<scope>test</scope>
3535
</dependency>
36-
37-
<dependency>
38-
<groupId>${project.groupId}</groupId>
39-
<artifactId>gxclassR</artifactId>
40-
<version>${project.version}</version>
41-
</dependency>
4236
</dependencies>
4337

4438
<build>

0 commit comments

Comments
 (0)