Skip to content

Commit 1447d7c

Browse files
authored
Merge pull request #983 from apache/cortlepp/remove-commons-lang-from-demo
chore: remove unused commons-lang dependency from demo
2 parents bf880f0 + 4f06aaf commit 1447d7c

File tree

1 file changed

+0
-5
lines changed
  • modules/samples/userguide/src/userguide/springbootdemo

1 file changed

+0
-5
lines changed

modules/samples/userguide/src/userguide/springbootdemo/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,6 @@
152152
<artifactId>commons-codec</artifactId>
153153
<version>1.15</version>
154154
</dependency>
155-
<dependency>
156-
<groupId>commons-lang</groupId>
157-
<artifactId>commons-lang</artifactId>
158-
<version>2.6</version>
159-
</dependency>
160155
<dependency>
161156
<groupId>commons-validator</groupId>
162157
<artifactId>commons-validator</artifactId>

0 commit comments

Comments
 (0)