Skip to content

Commit

Permalink
deps: remove separate hamcrest dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Aug 5, 2024
1 parent 33afc35 commit 79649c8
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
<findbugs.version>3.0.2</findbugs.version>
<truth.version>1.4.4</truth.version>
<mockito.version>4.11.0</mockito.version>
<hamcrest.version>3.0</hamcrest.version>
<opencensus.version>0.31.1</opencensus.version>
</properties>

Expand Down Expand Up @@ -182,23 +181,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>${mockito.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 79649c8

Please sign in to comment.