File tree 1 file changed +0
-11
lines changed
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 23
23
24
24
<properties >
25
25
<jline .version>3.21.0</jline .version>
26
- <assertj .version>3.8.0</assertj .version>
27
- <java .version>1.8</java .version>
28
26
<jcommander .version>1.81</jcommander .version>
29
27
</properties >
30
28
42
40
43
41
<dependencyManagement >
44
42
<dependencies >
45
- <!-- SUB MODULES -->
46
43
<dependency >
47
44
<groupId >org.springframework.shell</groupId >
48
45
<artifactId >spring-shell-core</artifactId >
78
75
<artifactId >spring-shell-table</artifactId >
79
76
<version >3.0.0-SNAPSHOT</version >
80
77
</dependency >
81
- <!-- OTHER DEPS -->
82
78
<dependency >
83
79
<groupId >org.jline</groupId >
84
80
<artifactId >jline</artifactId >
96
92
<version >${jcommander.version} </version >
97
93
<optional >true</optional >
98
94
</dependency >
99
- <dependency >
100
- <groupId >org.assertj</groupId >
101
- <artifactId >assertj-core</artifactId >
102
- <version >${assertj.version} </version >
103
- <scope >test</scope >
104
- </dependency >
105
-
106
95
</dependencies >
107
96
</dependencyManagement >
108
97
You can’t perform that action at this time.
0 commit comments