We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 891a148 commit 70a37c4Copy full SHA for 70a37c4
spring-shell-core/pom.xml
@@ -41,11 +41,6 @@
41
<artifactId>spring-messaging</artifactId>
42
<version>${spring-framework.version}</version>
43
</dependency>
44
- <dependency>
45
- <groupId>org.antlr</groupId>
46
- <artifactId>ST4</artifactId>
47
- <version>${antlr-st4.version}</version>
48
- </dependency>
49
<dependency>
50
<groupId>io.projectreactor</groupId>
51
<artifactId>reactor-core</artifactId>
spring-shell-jline/pom.xml
@@ -41,6 +41,11 @@
<artifactId>jline</artifactId>
<version>${jline.version}</version>
+ <dependency>
+ <groupId>org.antlr</groupId>
+ <artifactId>ST4</artifactId>
+ <version>${antlr-st4.version}</version>
+ </dependency>
<!-- Test dependencies -->
0 commit comments