Commits

njo@kvalitetsit.dk authored 8f3d6cf1aad
[SDS-4185] Exclude bouncycastle-dependency.

git-svn-id: https://svn.nspop.dk/svn/components/labsvar/trunk@6581 3203d48c-b89f-428c-a2b9-71f4dc330d7c
No tags

integrationtest/pom.xml

Modified
20 20 <dependency>
21 21 <groupId>org.openehealth.ipf.platform-camel</groupId>
22 22 <artifactId>ipf-platform-camel-ihe-xds</artifactId>
23 23 <version>${openehealth.version}</version>
24 24 <scope>test</scope>
25 25 <exclusions>
26 26 <exclusion>
27 27 <groupId>commons-codec</groupId>
28 28 <artifactId>commons-codec</artifactId>
29 29 </exclusion>
30 + <exclusion>
31 + <groupId>org.bouncycastle</groupId>
32 + <artifactId>bcprov-jdk15on</artifactId>
33 + </exclusion>
30 34 </exclusions>
31 35 </dependency>
32 36 <dependency>
33 37 <groupId>${project.groupId}</groupId>
34 38 <artifactId>sxa-documentmetadataprovider</artifactId>
35 39 <version>${project.version}</version>
36 40 <scope>test</scope>
37 41 </dependency>
38 42 <dependency>
39 43 <groupId>${project.groupId}</groupId>
59 63 <groupId>org.springframework</groupId>
60 64 <artifactId>spring-test</artifactId>
61 65 <version>4.3.11.RELEASE</version>
62 66 <scope>test</scope>
63 67 </dependency>
64 68
65 69 <!-- DDS - DGWS - HSUID -->
66 70 <dependency>
67 71 <groupId>dk.sosi.seal</groupId>
68 72 <artifactId>seal</artifactId>
69 - <version>2.5.10</version>
73 + <version>2.5.15</version>
70 74 <scope>test</scope>
71 75 <exclusions>
72 76 <exclusion>
73 77 <groupId>commons-codec</groupId>
74 78 <artifactId>commons-codec</artifactId>
75 79 </exclusion>
80 + <exclusion>
81 + <groupId>org.bouncycastle</groupId>
82 + <artifactId>bcprov-jdk15on</artifactId>
83 + </exclusion>
76 84 </exclusions>
77 85 </dependency>
78 86 <dependency>
79 87 <groupId>dk.nsi.ddsservices</groupId>
80 88 <artifactId>ddsservices-types</artifactId>
81 89 <version>2.0.0</version>
82 90 <scope>test</scope>
83 91 </dependency>
84 92 <dependency>
85 93 <groupId>dk.nsi.hsuid</groupId>

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut