Skip to content

Commit

Permalink
WINDUP-1200: rolled back excluded rewrite dependency in bootstrap (#1029
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mareknovotny authored and jsight committed Oct 21, 2016
1 parent a21fb41 commit f557907
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions bootstrap/pom.xml
Expand Up @@ -19,23 +19,14 @@
<dependency>
<groupId>org.jboss.windup.config</groupId>
<artifactId>windup-config-api</artifactId>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.ocpsoft.rewrite</groupId>
<artifactId>rewrite-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.windup.exec</groupId>
<artifactId>windup-exec-api</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jboss.windup.graph</groupId>
<artifactId>windup-graph-api</artifactId>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>com.tinkerpop.gremlin</groupId>
Expand All @@ -54,7 +45,6 @@
<dependency>
<groupId>org.jboss.windup.rules.apps</groupId>
<artifactId>windup-rules-java-api</artifactId>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.jboss.forge.roaster</groupId>
Expand Down Expand Up @@ -86,7 +76,6 @@
<groupId>org.jboss.windup.utils</groupId>
<artifactId>windup-utils</artifactId>
<classifier>forge-addon</classifier>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>commons-io</groupId>
Expand Down

0 comments on commit f557907

Please sign in to comment.