Skip to content

Commit e04268e

Browse files
authored
Improve MAVEN build Performance (#277)
1 parent e0b3865 commit e04268e

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

pom.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -79,19 +79,7 @@
7979
<artifactId>wiremock</artifactId>
8080
<version>2.27.2</version>
8181
<scope>test</scope>
82-
</dependency>
83-
<dependency>
84-
<groupId>org.skyscreamer</groupId>
85-
<artifactId>jsonassert</artifactId>
86-
<version>1.5.0</version>
87-
<scope>test</scope>
88-
</dependency>
89-
<dependency>
90-
<groupId>org.slf4j</groupId>
91-
<artifactId>slf4j-simple</artifactId>
92-
<version>1.7.32</version>
93-
<scope>test</scope>
94-
</dependency>
82+
</dependency>
9583
<dependency>
9684
<groupId>com.fasterxml.jackson.jr</groupId>
9785
<artifactId>jackson-jr-objects</artifactId>

0 commit comments

Comments
 (0)