Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building of jargon-mdquery produces warning #482

Open
korydraughn opened this issue Sep 3, 2024 · 0 comments
Open

Building of jargon-mdquery produces warning #482

korydraughn opened this issue Sep 3, 2024 · 0 comments
Assignees
Milestone

Comments

@korydraughn
Copy link
Collaborator

Bug Report

The following is printed during the build.

[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.irods.jargon:jargon-mdquery:jar:4.3.4.0-RELEASE
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: junit:junit:jar -> duplicate declaration of version (?) @ line 26, column 15
[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 warning is due to the pom.xml file for jargon-mdquery containing two <dependency> elements for junit.

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>

@korydraughn korydraughn added this to the 4.3.5.0 milestone Sep 3, 2024
@korydraughn korydraughn self-assigned this Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant