Skip to content

Commit

Permalink
Fix upper bound dep error
Browse files Browse the repository at this point in the history
  • Loading branch information
res0nance committed May 8, 2021
1 parent d7cc37b commit 45df903
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions integrations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,11 @@
<artifactId>jackson2-api</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>1.2.0</version>
</dependency>

<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit 45df903

Please sign in to comment.