diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2006-11-20 15:07:02 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2006-11-20 15:07:02 +0000 |
| commit | 74f25dd6384b2a1f3154229c53cce16203a4bc72 (patch) | |
| tree | 3267140e841e8d3e126261e72cf5a2d453bd42b3 /java/cluster | |
| parent | aa0e730b43ede5532a238ad209d627e5b9e6abc9 (diff) | |
| download | qpid-python-74f25dd6384b2a1f3154229c53cce16203a4bc72.tar.gz | |
broker/pom.xml - removed test scope from junit to remove warning in build log.
TransportConnection.java/AMQQueue.java - change log level on a print statement from warn to info
log4j.properties - updated threashold to be 'all' so we can set the logging level with amqj.logging.level
client/pom.xml - fixed mvn test run output. It wasn't using our log4.properties file.
systests/pom.xml - added log4j.properties configuration
broker/pom.xml - added log4j.properties configuration
common/pom.xml - skipped tests as there are none, and it caused the build to fail
Also adjusted spaceing to be 4 space per tab (and no tabs)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@477214 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/cluster')
| -rw-r--r-- | java/cluster/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/cluster/pom.xml b/java/cluster/pom.xml index a7c38e923b..7b198a70d3 100644 --- a/java/cluster/pom.xml +++ b/java/cluster/pom.xml @@ -51,8 +51,7 @@ </dependency> <dependency> <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> + <artifactId>junit</artifactId> </dependency> <dependency> <groupId>ant</groupId> |
