Skip to content

Commit

Permalink
Exclude cassandra-all dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
asha15 committed Nov 8, 2024
1 parent 2ca4901 commit e52967e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@
<groupId>org.wso2.carbon.commons</groupId>
<artifactId>org.wso2.carbon.logging.service</artifactId>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.apache.cassandra</groupId>
<artifactId>cassandra-all</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,12 @@
<groupId>org.wso2.carbon.commons</groupId>
<artifactId>org.wso2.carbon.logging.service</artifactId>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.apache.cassandra</groupId>
<artifactId>cassandra-all</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Expand Down

0 comments on commit e52967e

Please sign in to comment.