Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Apr 18, 2024
1 parent 6e890f1 commit 79b725b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<url>https://rd.mpdl.mpg.de/nexus3/content/groups/public/</url>
</repository>
<repository>
<releases />
<releases/>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand Down Expand Up @@ -322,7 +322,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore />
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -335,7 +335,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore />
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -349,7 +349,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore />
<ignore/>
</action>
</pluginExecution>
</pluginExecutions>
Expand Down Expand Up @@ -389,7 +389,7 @@
<groupId>org.apache.jena</groupId>
<artifactId>apache-jena-libs</artifactId>
<type>pom</type>
<version>4.10.0</version>
<version>5.0.0</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down Expand Up @@ -515,7 +515,7 @@
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers-standard-package</artifactId>
<version>2.9.1</version>
<version>2.9.2</version>
</dependency>

<!--
Expand Down Expand Up @@ -590,7 +590,7 @@
<dependency>
<groupId>co.elastic.clients</groupId>
<artifactId>elasticsearch-java</artifactId>
<version>8.11.2</version>
<version>8.12.1</version>
</dependency>


Expand Down Expand Up @@ -700,9 +700,9 @@
<phase>install</phase>
<configuration>
<tasks>
<delete quiet="true" file="${tomcat.webapps}/${project.warName}.war" />
<delete quiet="true" dir="${tomcat.webapps}/${project.warName}" />
<copy overwrite="true" file="${project.build.directory}/${project.warName}.war" tofile="${tomcat.webapps}/${project.warName}.war" />
<delete quiet="true" file="${tomcat.webapps}/${project.warName}.war"/>
<delete quiet="true" dir="${tomcat.webapps}/${project.warName}"/>
<copy overwrite="true" file="${project.build.directory}/${project.warName}.war" tofile="${tomcat.webapps}/${project.warName}.war"/>
</tasks>
</configuration>
<goals>
Expand Down

0 comments on commit 79b725b

Please sign in to comment.