Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Move hamcrest to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
dadoonet committed Sep 18, 2014
1 parent c2c5865 commit 97a6b1a
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions pom.xml
Expand Up @@ -74,6 +74,18 @@ governing permissions and limitations under the License. -->
</issueManagement>

<dependencies>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.3.RC2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3.RC2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-test-framework</artifactId>
Expand All @@ -96,6 +108,7 @@ governing permissions and limitations under the License. -->
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>${elasticsearch.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
Expand All @@ -110,18 +123,6 @@ governing permissions and limitations under the License. -->
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.3.RC2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3.RC2</version>
<scope>test</scope>
</dependency>

</dependencies>

Expand Down

0 comments on commit 97a6b1a

Please sign in to comment.