Skip to content

Commit

Permalink
remove jsr305/javax.annotation dependency
Browse files Browse the repository at this point in the history
leftover from 8e4109b
  • Loading branch information
dadza authored and asturio committed Aug 21, 2023
1 parent b9d3a98 commit 50f9a6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions openpdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
<version>73.1</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
<jakarta.servlet-api.version>5.0.0</jakarta.servlet-api.version>
<jcommon.version>1.0.24</jcommon.version>
<jfreechart.version>1.5.4</jfreechart.version>
<jsr305.version>3.0.2</jsr305.version>
<pdf-renderer.version>1.0.5</pdf-renderer.version>

<!-- test-dependencies -->
Expand All @@ -110,11 +109,6 @@
<artifactId>bcpkix-jdk18on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>${jsr305.version}</version>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop</artifactId>
Expand Down

0 comments on commit 50f9a6c

Please sign in to comment.