Skip to content

Commit

Permalink
Removed Jersey deps from opennms-model because Jersey's ASM was causi…
Browse files Browse the repository at this point in the history
…ng problems

in Karaf. Fixed projects that were relying on transitive deps from Jersey.
  • Loading branch information
soleger committed Feb 26, 2015
1 parent a3d88a1 commit 1bc8bc7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions features/events/daemon/pom.xml
Expand Up @@ -44,6 +44,10 @@
<groupId>org.opennms</groupId>
<artifactId>opennms-dao-api</artifactId>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
Expand Up @@ -35,7 +35,11 @@
<groupId>org.opennms</groupId>
<artifactId>opennms-dao</artifactId>
<scope>compile</scope>
</dependency>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
</dependency>
<dependency>
<groupId>org.opennms.features.events</groupId>
<artifactId>org.opennms.features.events.api</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions opennms-model/pom.xml
Expand Up @@ -75,11 +75,6 @@
<artifactId>jaxb-dependencies</artifactId>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.opennms.dependencies</groupId>
<artifactId>jersey-dependencies</artifactId>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.opennms.dependencies</groupId>
<artifactId>snmp-dependencies</artifactId>
Expand Down

0 comments on commit 1bc8bc7

Please sign in to comment.