Skip to content

Commit

Permalink
Merge pull request #9844 from IQSS/9810-unf6
Browse files Browse the repository at this point in the history
switch to UNF 6.0 on Maven Central
  • Loading branch information
landreev authored Sep 7, 2023
2 parents 2246d66 + 6f7f814 commit f8bf5cb
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 24 deletions.
8 changes: 1 addition & 7 deletions doc/sphinx-guides/source/developers/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,7 @@ Repositories
------------

Maven receives all dependencies from *repositories*. These can be public like `Maven Central <https://search.maven.org/>`_
and others, but you can also use a private repository on premises or in the cloud. Last but not least, you can use
local repositories, which can live next to your application code (see ``local_lib`` dir within the Dataverse Software codebase).
and others, but you can also use a private repository on premises or in the cloud.

Repositories are defined within the Dataverse Software POM like this:

Expand All @@ -364,11 +363,6 @@ Repositories are defined within the Dataverse Software POM like this:
<url>http://repository.primefaces.org</url>
<layout>default</layout>
</repository>
<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>
</repositories>
You can also add repositories to your local Maven settings, see `docs <https://maven.apache.org/ref/3.6.0/maven-settings/settings.html>`_.
Expand Down
Binary file removed local_lib/org/dataverse/unf/6.0/unf-6.0.jar
Binary file not shown.
1 change: 0 additions & 1 deletion local_lib/org/dataverse/unf/6.0/unf-6.0.jar.md5

This file was deleted.

1 change: 0 additions & 1 deletion local_lib/org/dataverse/unf/6.0/unf-6.0.jar.sha1

This file was deleted.

8 changes: 0 additions & 8 deletions local_lib/org/dataverse/unf/6.0/unf-6.0.pom

This file was deleted.

1 change: 0 additions & 1 deletion local_lib/org/dataverse/unf/6.0/unf-6.0.pom.md5

This file was deleted.

1 change: 0 additions & 1 deletion local_lib/org/dataverse/unf/6.0/unf-6.0.pom.sha1

This file was deleted.

5 changes: 0 additions & 5 deletions modules/dataverse-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -414,11 +414,6 @@
<name>Unidata All</name>
<url>https://artifacts.unidata.ucar.edu/repository/unidata-all/</url>
</repository>
<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>
<!-- Uncomment when using snapshot releases from Maven Central -->
<repository>
<id>oss-sonatype</id>
Expand Down

0 comments on commit f8bf5cb

Please sign in to comment.