Skip to content

Commit 71799de

Browse files
committed
Add starters to the BOM
1 parent bf0b9cf commit 71799de

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

spring-shell-dependencies/pom.xml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,41 @@
6767
<artifactId>spring-shell-test-autoconfigure</artifactId>
6868
<version>${project.parent.version}</version>
6969
</dependency>
70+
<dependency>
71+
<groupId>org.springframework.shell</groupId>
72+
<artifactId>spring-shell-jline</artifactId>
73+
<version>${project.parent.version}</version>
74+
</dependency>
75+
<dependency>
76+
<groupId>org.springframework.shell</groupId>
77+
<artifactId>spring-shell-starter</artifactId>
78+
<version>${project.parent.version}</version>
79+
</dependency>
80+
<dependency>
81+
<groupId>org.springframework.shell</groupId>
82+
<artifactId>spring-shell-starter-ffm</artifactId>
83+
<version>${project.parent.version}</version>
84+
</dependency>
85+
<dependency>
86+
<groupId>org.springframework.shell</groupId>
87+
<artifactId>spring-shell-starter-jansi</artifactId>
88+
<version>${project.parent.version}</version>
89+
</dependency>
90+
<dependency>
91+
<groupId>org.springframework.shell</groupId>
92+
<artifactId>spring-shell-starter-jna</artifactId>
93+
<version>${project.parent.version}</version>
94+
</dependency>
95+
<dependency>
96+
<groupId>org.springframework.shell</groupId>
97+
<artifactId>spring-shell-starter-jni</artifactId>
98+
<version>${project.parent.version}</version>
99+
</dependency>
100+
<dependency>
101+
<groupId>org.springframework.shell</groupId>
102+
<artifactId>spring-shell-starter-test</artifactId>
103+
<version>${project.parent.version}</version>
104+
</dependency>
70105
</dependencies>
71106
</dependencyManagement>
72107

0 commit comments

Comments
 (0)