Skip to content

Commit

Permalink
Migrate from Ivy to MIMA for resolving pkg:maven libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcsmith-net committed Jul 10, 2024
1 parent 95da91f commit 9c42756
Show file tree
Hide file tree
Showing 13 changed files with 333 additions and 534 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<module>praxiscore-gui</module>
<module>praxiscore-midi</module>
<module>praxiscore-osc</module>
<module>praxiscore-code-ivy</module>
<module>praxiscore-code-mima</module>
<module>praxiscore-launcher-jline</module>
<module>praxiscore-purl</module>
<module>praxiscore-bin</module>
Expand Down
2 changes: 1 addition & 1 deletion praxiscore-bin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>praxiscore-code-ivy</artifactId>
<artifactId>praxiscore-code-mima</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
36 changes: 0 additions & 36 deletions praxiscore-code-ivy/pom.xml

This file was deleted.

12 changes: 0 additions & 12 deletions praxiscore-code-ivy/src/main/java/module-info.java

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9c42756

Please sign in to comment.