We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7bf0f commit 8a0bc4bCopy full SHA for 8a0bc4b
1 file changed
gp-res-filter/pom.xml
@@ -83,17 +83,19 @@
83
<version>2.6.3</version>
84
</dependency>
85
86
+ <!-- StringEscapeUtils -->
87
+ <dependency>
88
+ <groupId>org.apache.commons</groupId>
89
+ <artifactId>commons-lang3</artifactId>
90
+ <version>3.4</version>
91
+ </dependency>
92
+
93
<!-- JUnit -->
94
<dependency>
95
<groupId>junit</groupId>
96
<artifactId>junit</artifactId>
97
<version>4.12</version>
98
<scope>test</scope>
99
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- <version>3.5</version>
- </dependency>
100
</dependencies>
101
</project>
0 commit comments