Skip to content

Commit

Permalink
Squashable commit
Browse files Browse the repository at this point in the history
Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
  • Loading branch information
ljnelson committed Jul 28, 2022
1 parent 7bf5e06 commit 97ba6a0
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions integrations/oci/sdk/cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
</description>

<properties>
<!-- See, e.g., https://github.com/oracle/oci-java-sdk/blob/v2.35.0/pom.xml#L51 -->
<bouncycastle.version>1.70</bouncycastle.version>
<spotbugs.exclude>etc/spotbugs/exclude.xml</spotbugs.exclude>
</properties>

Expand All @@ -46,11 +44,6 @@
<artifactId>oci-java-sdk-shaded-full</artifactId>
<version>${version.lib.oci}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -124,16 +117,6 @@
<artifactId>helidon-microprofile-tests-junit5</artifactId>
<scope>test</scope>
</dependency>
<!--
This is a transitive dependency of the manually-installed
oci-java-sdk-shaded-full artifact and so must be
explicitly mentioned here.
-->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
Expand Down

0 comments on commit 97ba6a0

Please sign in to comment.