Skip to content

Commit

Permalink
minor fixups: use test scope for logging implementation
Browse files Browse the repository at this point in the history
* dependency dup remove
* remove unneeded version specification on test dependency
  • Loading branch information
Brett Delle Grazie committed Jun 21, 2017
1 parent 37d0fe6 commit 7d40d16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
8 changes: 1 addition & 7 deletions metrics-agent-wildfly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,8 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-jms-client</artifactId>
<version>1.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>uk.gov.justice</groupId>
<artifactId>metrics-agent-common</artifactId>
<version>1.2.3-SNAPSHOT</version>
</dependency>
</dependencies>

<build>
Expand Down Expand Up @@ -69,4 +63,4 @@
</plugins>
</build>

</project>
</project>
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

<properties>
<common-bom.version>1.2.0</common-bom.version>
<test-utils.version>1.4.0</test-utils.version>
</properties>

<dependencyManagement>
Expand All @@ -39,8 +40,11 @@
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<groupId>uk.gov.justice.utils</groupId>
<artifactId>test-utils-logging-log4j</artifactId>
<version>${test-utils.version}</version>
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 7d40d16

Please sign in to comment.