summaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index 591f8ee829f..9e0ea06c801 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -36,14 +36,16 @@
</exclusion>
</exclusions>
</dependency>
-
- <!-- All dependencies that should be visible in test classpath, but not compile classpath,
- for user projects must be added in compile scope here. These dependencies are explicitly excluded
- (or set to non-compile scope) in the container and/or container-dev modules. -->
+ <!-- Excluded above, and re-declared here, to work around a presumed Maven bug which otherwise puts this
+ in provided scope when container-test is declared before, and together with, the container artifact -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
</dependency>
+
+ <!-- All dependencies that should be visible in test classpath, but not compile classpath,
+ for user projects must be added in compile scope here. These dependencies are explicitly excluded
+ (or set to non-compile scope) in the container and/or container-dev modules. -->
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>