Skip to content

Commit

Permalink
fix upperbound dependency
Browse files Browse the repository at this point in the history
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
  • Loading branch information
olamy committed Nov 24, 2020
1 parent a6111cd commit bb08e71
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions javadoc/pom.xml
Expand Up @@ -452,5 +452,11 @@
<version>4.2.2.Final</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sun.activation</groupId>
<artifactId>jakarta.activation</artifactId>
<version>2.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

0 comments on commit bb08e71

Please sign in to comment.