Skip to content

Commit 70a37c4

Browse files
committed
Move ST4 dependency from core module to jline module
As of v4, ST4 is not used in the core module anymore.
1 parent 891a148 commit 70a37c4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

spring-shell-core/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@
4141
<artifactId>spring-messaging</artifactId>
4242
<version>${spring-framework.version}</version>
4343
</dependency>
44-
<dependency>
45-
<groupId>org.antlr</groupId>
46-
<artifactId>ST4</artifactId>
47-
<version>${antlr-st4.version}</version>
48-
</dependency>
4944
<dependency>
5045
<groupId>io.projectreactor</groupId>
5146
<artifactId>reactor-core</artifactId>

spring-shell-jline/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
<artifactId>jline</artifactId>
4242
<version>${jline.version}</version>
4343
</dependency>
44+
<dependency>
45+
<groupId>org.antlr</groupId>
46+
<artifactId>ST4</artifactId>
47+
<version>${antlr-st4.version}</version>
48+
</dependency>
4449

4550
<!-- Test dependencies -->
4651
<dependency>

0 commit comments

Comments
 (0)