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

remove local_lib (held jars checked into the code itself) #9858

Closed
pdurbin opened this issue Aug 30, 2023 · 0 comments · Fixed by #9844
Closed

remove local_lib (held jars checked into the code itself) #9858

pdurbin opened this issue Aug 30, 2023 · 0 comments · Fixed by #9844
Labels
Size: 0.5 A percentage of a sprint. 0.35 hours
Milestone

Comments

@pdurbin
Copy link
Member

pdurbin commented Aug 30, 2023

We added local_lib in 13b7ff0 but as part of the 6.0 release we've been working on removing it (by finding jars on Maven Central or putting them there). Only one library remains! Once it's gone, we can remove these lines from the parent pom:

    <repository>
        <id>dvn.private</id>
        <name>Local repository for hosting jars not available from network repositories.</name>
        <url>file://${project.basedir}/local_lib</url>
    </repository>
@pdurbin pdurbin added this to the 6.0 milestone Aug 30, 2023
@pdurbin pdurbin moved this from ▶ SPRINT READY to This Sprint 🏃‍♀️ 🏃 in IQSS/dataverse (TO BE RETIRED / DELETED in favor of project 34) Aug 30, 2023
@cmbz cmbz added the Size: 0.5 A percentage of a sprint. 0.35 hours label Aug 30, 2023
@pdurbin pdurbin moved this from This Sprint 🏃‍♀️ 🏃 to IQSS Team - In Progress 💻 in IQSS/dataverse (TO BE RETIRED / DELETED in favor of project 34) Sep 5, 2023
@pdurbin pdurbin self-assigned this Sep 5, 2023
pdurbin added a commit that referenced this issue Sep 6, 2023
@pdurbin pdurbin removed their assignment Sep 6, 2023
@pdurbin pdurbin removed this from IQSS Team - In Progress 💻 in IQSS/dataverse (TO BE RETIRED / DELETED in favor of project 34) Sep 6, 2023
pdurbin added a commit that referenced this issue Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Size: 0.5 A percentage of a sprint. 0.35 hours
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants