Skip to content

Commit

Permalink
build(commons): add missing commons-lang dep which is used via transi…
Browse files Browse the repository at this point in the history
…tive import (#497)
  • Loading branch information
andrewazores authored Oct 1, 2024
1 parent f35e374 commit 5e896bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@

<io.cryostat.libcryostat.version>4.0.0-SNAPSHOT</io.cryostat.libcryostat.version>

<org.apache.commons.lang3.version>3.14.0</org.apache.commons.lang3.version>
<org.apache.commons.io.version>2.16.1</org.apache.commons.io.version>
<org.apache.httpcomponents.httpclient.version>4.5.14</org.apache.httpcomponents.httpclient.version>
<org.apache.httpcomponents.httpmime.version>${org.apache.httpcomponents.httpclient.version}</org.apache.httpcomponents.httpmime.version>
Expand Down Expand Up @@ -192,6 +193,11 @@
<artifactId>protobuf-java</artifactId>
<version>${com.google.protobuf-java.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${org.apache.commons.lang3.version}</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down

0 comments on commit 5e896bc

Please sign in to comment.