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