Skip to content

Commit

Permalink
HDDS-10534. Removed objenesis dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Myskov committed Mar 16, 2024
1 parent f16b1af commit 064227c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<guice.version>6.0.0</guice.version>
<gson.version>2.9.0</gson.version>

<objenesis.version>1.0</objenesis.version>
<okhttp.version>2.7.5</okhttp.version>
<okio.version>3.6.0</okio.version>
<mockito.version>4.11.0</mockito.version>
Expand Down Expand Up @@ -1295,11 +1294,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<artifactId>compile-testing</artifactId>
<version>${compile-testing.version}</version>
</dependency>
<dependency>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
<version>${objenesis.version}</version>
</dependency>
<dependency>
<groupId>com.google.re2j</groupId>
<artifactId>re2j</artifactId>
Expand Down

0 comments on commit 064227c

Please sign in to comment.