Skip to content

Commit a2d6e59

Browse files
committed
Update dependencies
1 parent 115ad8c commit a2d6e59

File tree

3 files changed

+1
-32
lines changed

3 files changed

+1
-32
lines changed

snap-compile/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,7 @@
2626
<artifactId>junit</artifactId>
2727
<version>3.8.1</version>
2828
<scope>test</scope>
29-
</dependency>
30-
<dependency>
31-
<groupId>org.apache.commons</groupId>
32-
<artifactId>commons-lang3</artifactId>
33-
<version>3.4</version>
34-
<scope>test</scope>
35-
</dependency>
29+
</dependency>
3630
</dependencies>
3731
<build>
3832
<plugins>

snap-compile/src/test/java/org/snapscript/compile/StringUtilsTest.java

Lines changed: 0 additions & 19 deletions
This file was deleted.

snap-tree/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@
1515
<groupId>org.snapscript</groupId>
1616
<artifactId>snap-parse</artifactId>
1717
<version>1.0.2</version>
18-
</dependency>
19-
<dependency>
20-
<groupId>org.simpleframework</groupId>
21-
<artifactId>simple-http</artifactId>
22-
<version>6.0.1</version>
23-
<scope>test</scope>
2418
</dependency>
2519
<dependency>
2620
<groupId>junit</groupId>

0 commit comments

Comments
 (0)