Skip to content

Commit 0688b1b

Browse files
committed
Merge branch '1.1.x'
2 parents 493f3e4 + ac1d0ca commit 0688b1b

File tree

1 file changed

+22
-0
lines changed
  • spring-boot-starters/spring-boot-starter-remote-shell

1 file changed

+22
-0
lines changed

spring-boot-starters/spring-boot-starter-remote-shell/pom.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@
4747
<dependency>
4848
<groupId>org.crashub</groupId>
4949
<artifactId>crash.connectors.ssh</artifactId>
50+
<exclusions>
51+
<exclusion>
52+
<groupId>org.codehaus.groovy</groupId>
53+
<artifactId>groovy-all</artifactId>
54+
</exclusion>
55+
</exclusions>
5056
</dependency>
5157
<dependency>
5258
<groupId>org.crashub</groupId>
@@ -75,15 +81,31 @@
7581
<artifactId>spring-web</artifactId>
7682
<groupId>org.springframework</groupId>
7783
</exclusion>
84+
<exclusion>
85+
<groupId>org.codehaus.groovy</groupId>
86+
<artifactId>groovy-all</artifactId>
87+
</exclusion>
7888
</exclusions>
7989
</dependency>
8090
<dependency>
8191
<groupId>org.crashub</groupId>
8292
<artifactId>crash.plugins.cron</artifactId>
93+
<exclusions>
94+
<exclusion>
95+
<groupId>org.codehaus.groovy</groupId>
96+
<artifactId>groovy-all</artifactId>
97+
</exclusion>
98+
</exclusions>
8399
</dependency>
84100
<dependency>
85101
<groupId>org.crashub</groupId>
86102
<artifactId>crash.plugins.mail</artifactId>
103+
<exclusions>
104+
<exclusion>
105+
<groupId>org.codehaus.groovy</groupId>
106+
<artifactId>groovy-all</artifactId>
107+
</exclusion>
108+
</exclusions>
87109
</dependency>
88110
<dependency>
89111
<groupId>org.crashub</groupId>

0 commit comments

Comments
 (0)