Skip to content

Commit

Permalink
#12846 Demis - Error has occurred when User click on the download mes…
Browse files Browse the repository at this point in the history
…sage button
  • Loading branch information
Levente Gal committed Jan 25, 2024
1 parent 9462aca commit 2fdd17e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 23 deletions.
10 changes: 5 additions & 5 deletions sormas-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,11 @@
<artifactId>slf4j-api</artifactId>
</dependency>

<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
</dependency>

<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>3.0.0</version>
</dependency>

<!-- *** Domain libs END *** -->

Expand Down
7 changes: 0 additions & 7 deletions sormas-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1172,13 +1172,6 @@
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>3.0.0</version>
<scope>provided</scope>
</dependency>

<!-- *** Domain libs END *** -->

<!-- *** Compile dependencies *** -->
Expand Down
5 changes: 0 additions & 5 deletions sormas-serverlibs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -289,11 +289,6 @@
<artifactId>spring-context</artifactId>
</dependency>

<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
</dependency>

<!-- *** Exclude Payara modules *** (with explicite scope "runtime") -->

<dependency>
Expand Down
6 changes: 0 additions & 6 deletions sormas-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,12 +287,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<scope>test</scope>
</dependency>

<!-- *** Test dependencies END *** -->

</dependencies>
Expand Down

0 comments on commit 2fdd17e

Please sign in to comment.