Skip to content

Commit

Permalink
WINDUP-894 fixing windup-bom and removing useless import of windup-bom
Browse files Browse the repository at this point in the history
  • Loading branch information
mareknovotny committed Jan 22, 2016
1 parent 987464a commit af5d564
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
8 changes: 8 additions & 0 deletions bom/pom.xml
Expand Up @@ -288,6 +288,14 @@
<version>${project.version}</version>
</dependency>

<!-- Windup Engine - Bootstrap -->
<dependency>
<groupId>org.jboss.windup</groupId>
<artifactId>windup-bootstrap</artifactId>
<version>${project.version}</version>
</dependency>


<dependency>
<groupId>org.jboss.windup</groupId>
<artifactId>windup-test-harness</artifactId>
Expand Down
12 changes: 0 additions & 12 deletions bootstrap/pom.xml
Expand Up @@ -10,18 +10,6 @@

<name>Windup - Bootstrap module</name>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jboss.windup</groupId>
<artifactId>windup-bom</artifactId>
<type>pom</type>
<scope>import</scope>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.jboss.windup.config</groupId>
Expand Down

0 comments on commit af5d564

Please sign in to comment.