File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
spring-boot-starters/spring-boot-starter-remote-shell Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments