Skip to content

Commit e0f9da5

Browse files
committed
Remove dependency management for Spring Shell
While the benign exception that Gemfire outputs is unfortunate, it isn't sufficient justification for adding dependency management for Spring Shell. Closes gh-5444
1 parent 6121d10 commit e0f9da5

File tree

2 files changed

+0
-14
lines changed
  • spring-boot-dependencies
  • spring-boot-samples/spring-boot-sample-data-gemfire

2 files changed

+0
-14
lines changed

spring-boot-dependencies/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@
151151
<spring-security-jwt.version>1.0.4.RELEASE</spring-security-jwt.version>
152152
<spring-security-oauth.version>2.0.9.RELEASE</spring-security-oauth.version>
153153
<spring-session.version>1.2.0.RC1</spring-session.version>
154-
<spring-shell.version>1.1.0.RELEASE</spring-shell.version>
155154
<spring-social.version>1.1.4.RELEASE</spring-social.version>
156155
<spring-social-facebook.version>2.0.3.RELEASE</spring-social-facebook.version>
157156
<spring-social-linkedin.version>1.0.2.RELEASE</spring-social-linkedin.version>
@@ -2042,11 +2041,6 @@
20422041
<artifactId>spring-session-data-redis</artifactId>
20432042
<version>${spring-session.version}</version>
20442043
</dependency>
2045-
<dependency>
2046-
<groupId>org.springframework.shell</groupId>
2047-
<artifactId>spring-shell</artifactId>
2048-
<version>${spring-shell.version}</version>
2049-
</dependency>
20502044
<dependency>
20512045
<groupId>org.springframework.social</groupId>
20522046
<artifactId>spring-social-config</artifactId>

spring-boot-samples/spring-boot-sample-data-gemfire/pom.xml

-8
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,11 @@
2323
<groupId>org.springframework.boot</groupId>
2424
<artifactId>spring-boot-starter-data-gemfire</artifactId>
2525
</dependency>
26-
27-
<dependency>
28-
<groupId>org.springframework.shell</groupId>
29-
<artifactId>spring-shell</artifactId>
30-
<scope>runtime</scope>
31-
</dependency>
32-
3326
<dependency>
3427
<groupId>org.springframework.boot</groupId>
3528
<artifactId>spring-boot-configuration-processor</artifactId>
3629
<optional>true</optional>
3730
</dependency>
38-
3931
<dependency>
4032
<groupId>org.springframework.boot</groupId>
4133
<artifactId>spring-boot-starter-test</artifactId>

0 commit comments

Comments
 (0)