Skip to content

Commit

Permalink
Upgrade to hamcrest 2.x #950 (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshikawaa authored and btyanagawamg committed Jan 14, 2020
1 parent 007100e commit 1af023c
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 50 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,6 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions terasoluna-gfw-common-libraries/terasoluna-gfw-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,6 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
<!-- == End Unit Test == -->

<!-- == Begin Database == -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,6 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions terasoluna-gfw-common-libraries/terasoluna-gfw-string/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,6 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions terasoluna-gfw-common-libraries/terasoluna-gfw-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,6 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down
10 changes: 0 additions & 10 deletions terasoluna-gfw-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -502,14 +502,6 @@
</dependency>
<!-- == End Other JavaEE/SE APIs == -->

<!-- == Begin Unit Test == -->
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>${hamcrest.version}</version>
</dependency>
<!-- == Begin Unit Test == -->

</dependencies>
</dependencyManagement>
<properties>
Expand Down Expand Up @@ -563,8 +555,6 @@
<javax-inject.version>1</javax-inject.version>
<javax-jsp.version>2.3.3</javax-jsp.version>
<taglibs-standard.version>1.2.5</taglibs-standard.version>
<!-- == Unit Test == -->
<hamcrest.version>1.3</hamcrest.version>
<!-- == Project Properties == -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<archetype.test.skip>true</archetype.test.skip>
Expand Down

0 comments on commit 1af023c

Please sign in to comment.