Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
[BZ 185375] fix transitive dependency conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
John Sanda committed Mar 2, 2015
1 parent 870e575 commit 67ec07d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions modules/enterprise/server/installer/pom.xml
Expand Up @@ -60,6 +60,20 @@
<groupId>org.rhq</groupId>
<artifactId>rhq-cassandra-schema</artifactId>
<version>${rhq-cassandra-schema.version}</version>
<exclusions>
<exclusion>
<groupId>com.netflix.astyanax</groupId>
<artifactId>astyanax-core</artifactId>
</exclusion>
<exclusion>
<groupId>com.netflix.astyanax</groupId>
<artifactId>astyanax-thrift</artifactId>
</exclusion>
<exclusion>
<groupId>com.netflix.astyanax</groupId>
<artifactId>astyanax-recipes</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 67ec07d

Please sign in to comment.