summaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-06-22 13:37:31 +0200
committerjonmv <venstad@gmail.com>2022-06-22 13:37:31 +0200
commita4e09691e522d5953884abdbb4626ec006bc2a7e (patch)
treed0abcd9711d492f9cac1f1582e68623bd6f7b583 /container-test
parent30a5ca20915488d9648327abba232573c7a52ad6 (diff)
Reorder and add a comment to describe by bouncycastle is re-declared in container-test
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>