Skip to content

Commit

Permalink
org.jboss.windup.engine.core.utils in Legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraZizka committed Jun 4, 2014
1 parent f03d561 commit af917d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion addons/server/ServerMigrationUtils/pom.xml
Expand Up @@ -39,7 +39,7 @@

<!-- Project deps -->
<dependency>
<groupId>org.jboss.windup.addon</groupId>
<groupId>org.jboss.windup.engine.core.utils</groupId>
<artifactId>utils</artifactId>
<classifier>forge-addon</classifier>
<version>${project.version}</version>
Expand Down
2 changes: 1 addition & 1 deletion legacy/application/addon/pom.xml
Expand Up @@ -34,7 +34,7 @@


<dependency>
<groupId>org.jboss.windup.addon</groupId>
<groupId>org.jboss.windup.engine.core.utils</groupId>
<artifactId>utils</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
8 changes: 2 additions & 6 deletions legacy/server/pom.xml
Expand Up @@ -28,13 +28,9 @@
<execution>
<id>create-forge-addon</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<goals> <goal>jar</goal> </goals>
<inherited>false</inherited>
<configuration>
<classifier>forge-addon</classifier>
</configuration>
<configuration> <classifier>forge-addon</classifier> </configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit af917d1

Please sign in to comment.