summaryrefslogtreecommitdiff
path: root/qpid/java/management/common
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/management/common')
-rw-r--r--qpid/java/management/common/pom.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/qpid/java/management/common/pom.xml b/qpid/java/management/common/pom.xml
index ee8fcabb83..2489dd0680 100644
--- a/qpid/java/management/common/pom.xml
+++ b/qpid/java/management/common/pom.xml
@@ -28,37 +28,9 @@
<artifactId>qpid-management-common</artifactId>
<dependencies>
-<!--
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <version>1.6.4</version>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.16</version>
- <scope>test</scope>
- </dependency> -->
</dependencies>
<build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <!--version specified via parent poms -->
- <configuration>
- <source>${java.source}</source>
- <target>${java.target}</target>
- <optimize>true</optimize>
- <showDeprecation>true</showDeprecation>
- <showWarnings>true</showWarnings>
- </configuration>
- </plugin>
- </plugins>
</build>
</project>