Skip to content

Commit

Permalink
OAK-10389: remove commons-lang dependency (backport of b83ccfe to 1.2…
Browse files Browse the repository at this point in the history
…2) (#1095)
  • Loading branch information
reschke committed Sep 4, 2023
1 parent 39e2b09 commit 8a26afb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions oak-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,6 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions oak-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -591,11 +591,6 @@
<version>2.3.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand Down

0 comments on commit 8a26afb

Please sign in to comment.