Skip to content

Commit

Permalink
Issue mojohaus#74: Going back to maven-embedder internal
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejj0 committed Feb 18, 2023
1 parent e9eed03 commit b23329a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 182 deletions.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
<module>versions-maven-plugin</module>
<module>versions-model-report</module>
<module>versions-model</module>
<module>versions-model-core-extensions</module>
<module>versions-test</module>
</modules>

Expand Down
4 changes: 4 additions & 0 deletions versions-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-embedder</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-provider-api</artifactId>
Expand Down
63 changes: 0 additions & 63 deletions versions-model-core-extensions/pom.xml

This file was deleted.

118 changes: 0 additions & 118 deletions versions-model-core-extensions/src/main/mdo/core-extensions.mdo

This file was deleted.

0 comments on commit b23329a

Please sign in to comment.