Author: tilman
Date: Sat Aug 8 09:25:08 2026
New Revision: 1936990
Log:
PDFBOX-5660: update bc, introduce bom
Modified:
pdfbox/branches/2.0/app/pom.xml
pdfbox/branches/2.0/debugger-app/pom.xml
pdfbox/branches/2.0/debugger/pom.xml
pdfbox/branches/2.0/examples/pom.xml
pdfbox/branches/2.0/pdfbox/pom.xml
pdfbox/branches/2.0/preflight-app/pom.xml
Modified: pdfbox/branches/2.0/app/pom.xml
==============================================================================
--- pdfbox/branches/2.0/app/pom.xml Sat Aug 8 08:51:30 2026
(r1936989)
+++ pdfbox/branches/2.0/app/pom.xml Sat Aug 8 09:25:08 2026
(r1936990)
@@ -48,13 +48,11 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
- <version>${bouncycastle.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
- <version>${bouncycastle.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: pdfbox/branches/2.0/debugger-app/pom.xml
==============================================================================
--- pdfbox/branches/2.0/debugger-app/pom.xml Sat Aug 8 08:51:30 2026
(r1936989)
+++ pdfbox/branches/2.0/debugger-app/pom.xml Sat Aug 8 09:25:08 2026
(r1936990)
@@ -48,13 +48,11 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
- <version>${bouncycastle.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
- <version>${bouncycastle.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: pdfbox/branches/2.0/debugger/pom.xml
==============================================================================
--- pdfbox/branches/2.0/debugger/pom.xml Sat Aug 8 08:51:30 2026
(r1936989)
+++ pdfbox/branches/2.0/debugger/pom.xml Sat Aug 8 09:25:08 2026
(r1936990)
@@ -57,8 +57,7 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-jdk18on</artifactId>
- <version>${bouncycastle.version}</version>
+ <artifactId>bcpkix-jdk15to18</artifactId>
</dependency>
<!-- For legal reasons (incompatible license), these two dependencies
are to be used only in the tests and may not be distributed.
Modified: pdfbox/branches/2.0/examples/pom.xml
==============================================================================
--- pdfbox/branches/2.0/examples/pom.xml Sat Aug 8 08:51:30 2026
(r1936989)
+++ pdfbox/branches/2.0/examples/pom.xml Sat Aug 8 09:25:08 2026
(r1936990)
@@ -72,12 +72,10 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
- <version>${bouncycastle.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
- <version>${bouncycastle.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Modified: pdfbox/branches/2.0/pdfbox/pom.xml
==============================================================================
--- pdfbox/branches/2.0/pdfbox/pom.xml Sat Aug 8 08:51:30 2026
(r1936989)
+++ pdfbox/branches/2.0/pdfbox/pom.xml Sat Aug 8 09:25:08 2026
(r1936990)
@@ -62,14 +62,12 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
- <version>${bouncycastle.version}</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
- <version>${bouncycastle.version}</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Modified: pdfbox/branches/2.0/preflight-app/pom.xml
==============================================================================
Binary file (source and/or target). No diff available.