Skip to content

Commit

Permalink
PDFBOX-5695: remove no longer needed dependency/scope definitions
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1914551 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
lehmi committed Dec 12, 2023
1 parent a9453ba commit cdfb8fe
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 61 deletions.
15 changes: 0 additions & 15 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,32 +37,17 @@
<groupId>${project.groupId}</groupId>
<artifactId>pdfbox-tools</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>${bouncycastle.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>${bouncycastle.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons-io.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>jbig2-imageio</artifactId>
<version>${jbig2.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>

<build>
Expand Down
1 change: 0 additions & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j2.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>

Expand Down
15 changes: 0 additions & 15 deletions debugger-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,32 +37,17 @@
<groupId>${project.groupId}</groupId>
<artifactId>pdfbox-debugger</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j2.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>${bouncycastle.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>${bouncycastle.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>jbig2-imageio</artifactId>
<version>${jbig2.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>

<build>
Expand Down
2 changes: 0 additions & 2 deletions debugger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,11 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j2.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>jbig2-imageio</artifactId>
<version>${jbig2.version}</version>
<scope>test</scope>
</dependency>
<!-- For legal reasons (incompatible license), these two dependencies
are to be used only in the tests and may not be distributed.
Expand Down
11 changes: 0 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,6 @@

<dependencyManagement>
<dependencies>
<!-- dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j2.version}</version>
<scope>provided</scope>
</dependency -->
<!-- not used directly, updated to have less output from versions plugin -->
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
Expand Down
17 changes: 0 additions & 17 deletions tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,6 @@
<artifactId>pdfbox-debugger</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j2.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand All @@ -70,12 +59,6 @@
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>jbig2-imageio</artifactId>
<version>${jbig2.version}</version>
<scope>test</scope>
</dependency>
<!-- For legal reasons (incompatible license), these two dependencies
are to be used only in the tests and may not be distributed.
See also LEGAL-195 -->
Expand Down

0 comments on commit cdfb8fe

Please sign in to comment.