You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dependency <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> <version>${google.protobuf.version}</version> </dependency>
in the root pom.xml is duplicated. This causes a warning during maven build:
mvn clean install
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.jsmart:zerocode-tdd:jar:1.3.36-SNAPSHOT
[WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.google.protobuf:protobuf-java:jar -> duplicate declaration of version ${google.protobuf.version} @ org.jsmart:zerocode-tdd-parent:1.3.36-SNAPSHOT, /home/al/eclipse-workspace-zerocode/zerocode/pom.xml, line 276, column 16
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
The text was updated successfully, but these errors were encountered:
The dependency
<dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> <version>${google.protobuf.version}</version> </dependency>
in the root pom.xml is duplicated. This causes a warning during maven build:
mvn clean install
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.jsmart:zerocode-tdd:jar:1.3.36-SNAPSHOT
[WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.google.protobuf:protobuf-java:jar -> duplicate declaration of version ${google.protobuf.version} @ org.jsmart:zerocode-tdd-parent:1.3.36-SNAPSHOT, /home/al/eclipse-workspace-zerocode/zerocode/pom.xml, line 276, column 16
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
The text was updated successfully, but these errors were encountered: