diff options
Diffstat (limited to 'java/sca')
-rw-r--r-- | java/sca/modules/compact-base/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/sca/modules/compact-base/pom.xml b/java/sca/modules/compact-base/pom.xml index 9f9417d0cd..7ef344bb12 100644 --- a/java/sca/modules/compact-base/pom.xml +++ b/java/sca/modules/compact-base/pom.xml @@ -243,6 +243,7 @@ <!-- these remaining dependencies are not required when using JDK6, maybe make them optional -->
+<!--
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-commonj_1.1_spec</artifactId>
@@ -296,7 +297,7 @@ <artifactId>jsr181-api</artifactId>
<version>1.0-MR1</version>
</dependency>
-
+-->
</dependencies>
<build>
|