Skip to content

Commit

Permalink
Merge pull request #282 from jfdenise/WFGP-269
Browse files Browse the repository at this point in the history
WFGP-269, Move the transformer module to the deployment transformer project
  • Loading branch information
jfdenise authored Apr 11, 2024
2 parents 0dd3682 + c068b8e commit 66d16ee
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 807 deletions.
14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
</licenses>

<modules>
<module>transformer</module>
<module>galleon-plugins</module>
<module>config-gen</module>
<module>maven-plugin</module>
Expand Down Expand Up @@ -90,7 +89,6 @@
<!-- Checkstyle configuration -->
<linkXRef>false</linkXRef>
<version.org.wildfly.checkstyle-config>1.0.8.Final</version.org.wildfly.checkstyle-config>
<version.org.wildfly.extras.batavia>1.0.12.Final</version.org.wildfly.extras.batavia>
<version.org.jboss.staxmapper>1.5.0.Final</version.org.jboss.staxmapper>

<!-- license-maven-plugin configuration -->
Expand Down Expand Up @@ -373,18 +371,6 @@
<version>${version.org.wildfly.core.wildfly-core}</version>
</dependency>

<dependency>
<groupId>org.wildfly.extras.batavia</groupId>
<artifactId>transformer-api</artifactId>
<version>${version.org.wildfly.extras.batavia}</version>
</dependency>

<dependency>
<groupId>org.wildfly.extras.batavia</groupId>
<artifactId>transformer-impl-eclipse</artifactId>
<version>${version.org.wildfly.extras.batavia}</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
97 changes: 0 additions & 97 deletions transformer/pom.xml

This file was deleted.

This file was deleted.

Loading

0 comments on commit 66d16ee

Please sign in to comment.