Skip to content

Commit

Permalink
GORA-164 Use <type> instead of <classifier> configuration for test de…
Browse files Browse the repository at this point in the history
…pendencies

git-svn-id: https://svn.apache.org/repos/asf/gora/trunk@1369882 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Lewis John McGibbney committed Aug 6, 2012
1 parent 33af553 commit 6698f7c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Gora Change Log

trunk (current development)

* GORA-164 Use <type> instead of <classifier> configuration for test dependencies (lewismc)

* GORA-XX ensure directory cleanup succeeds in gora-* (Simone Tripodi via lewismc)

0.2.1 release: 26/07/2012
Expand Down
2 changes: 1 addition & 1 deletion gora-accumulo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<dependency>
<groupId>org.apache.gora</groupId>
<artifactId>gora-core</artifactId>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Expand Down
3 changes: 2 additions & 1 deletion gora-cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@
<dependency>
<groupId>org.apache.gora</groupId>
<artifactId>gora-core</artifactId>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
</dependency>

<!-- Cassandra Dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion gora-hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<dependency>
<groupId>org.apache.gora</groupId>
<artifactId>gora-core</artifactId>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
</dependency>

Expand Down
5 changes: 3 additions & 2 deletions gora-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,11 @@
<artifactId>gora-core</artifactId>
</dependency>

<dependency>
<dependency>
<groupId>org.apache.gora</groupId>
<artifactId>gora-core</artifactId>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit 6698f7c

Please sign in to comment.