Skip to content

Commit ce97d6c

Browse files
committed
Exclude unused dependencies
1 parent 91875fc commit ce97d6c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.opsgenie.plugin.graylog</groupId>
88
<artifactId>opsgenie-graylog-alarmcallback</artifactId>
9-
<version>1.3.13-RELEASE</version>
9+
<version>1.3.14-RELEASE</version>
1010
<packaging>jar</packaging>
1111

1212
<name>${project.artifactId}</name>
@@ -79,12 +79,12 @@
7979
<groupId>org.bouncycastle</groupId>
8080
</exclusion>
8181
<exclusion>
82-
<artifactId>org.mongodb</artifactId>
83-
<groupId>mongodb-driver-sync</groupId>
82+
<artifactId>mongodb-driver-sync</artifactId>
83+
<groupId>org.mongodb</groupId>
8484
</exclusion>
8585
<exclusion>
86-
<artifactId>org.apache.shiro</artifactId>
87-
<groupId>shiro-core</groupId>
86+
<artifactId>shiro-core</artifactId>
87+
<groupId>org.apache.shiro</groupId>
8888
</exclusion>
8989
</exclusions>
9090
</dependency>

0 commit comments

Comments
 (0)