Skip to content

Commit a2f3dd9

Browse files
committed
Remove assertj dep handling
1 parent af838ca commit a2f3dd9

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323

2424
<properties>
2525
<jline.version>3.21.0</jline.version>
26-
<assertj.version>3.8.0</assertj.version>
27-
<java.version>1.8</java.version>
2826
<jcommander.version>1.81</jcommander.version>
2927
</properties>
3028

@@ -42,7 +40,6 @@
4240

4341
<dependencyManagement>
4442
<dependencies>
45-
<!-- SUB MODULES -->
4643
<dependency>
4744
<groupId>org.springframework.shell</groupId>
4845
<artifactId>spring-shell-core</artifactId>
@@ -78,7 +75,6 @@
7875
<artifactId>spring-shell-table</artifactId>
7976
<version>3.0.0-SNAPSHOT</version>
8077
</dependency>
81-
<!-- OTHER DEPS -->
8278
<dependency>
8379
<groupId>org.jline</groupId>
8480
<artifactId>jline</artifactId>
@@ -96,13 +92,6 @@
9692
<version>${jcommander.version}</version>
9793
<optional>true</optional>
9894
</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-
10695
</dependencies>
10796
</dependencyManagement>
10897

0 commit comments

Comments
 (0)