Skip to content

Commit

Permalink
[BZ-1193473] fix the CNFE by removing ip-bom from depMgmt
Browse files Browse the repository at this point in the history
 * ip-bom overrides versions of some maven artifacts
   that are used by the arq/shrinkwrap, this causes the
   CNFE because of the differences between
   Sonatypy Aether vs Eclise Aether
 * the quickstarts should not use the ip-bom anyway, this
   needs to be reviewed
  • Loading branch information
Petr Siroky committed Feb 17, 2015
1 parent 5c8d72c commit fd286db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions helloworld-cep/pom.xml
Expand Up @@ -61,14 +61,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.jboss.integration-platform</groupId>
<artifactId>jboss-integration-platform-bom</artifactId>
<type>pom</type>
<version>${version.org.jboss.integration-platform}</version>
<scope>import</scope>
</dependency>

</dependencies>
</dependencyManagement>
<dependencies>
Expand Down
8 changes: 0 additions & 8 deletions stateful-ksession/pom.xml
Expand Up @@ -63,14 +63,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.jboss.integration-platform</groupId>
<artifactId>jboss-integration-platform-bom</artifactId>
<type>pom</type>
<version>${version.org.jboss.integration-platform}</version>
<scope>import</scope>
</dependency>

</dependencies>
</dependencyManagement>
<dependencies>
Expand Down

0 comments on commit fd286db

Please sign in to comment.