Skip to content

Commit

Permalink
Fixing upper bounds issue
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
  • Loading branch information
joakime committed May 31, 2022
1 parent 3cf9ce1 commit 40ba7ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/jetty-asciidoctor-extensions/pom.xml
Expand Up @@ -17,11 +17,11 @@
<artifactId>asciidoctorj</artifactId>
<exclusions>
<exclusion>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
</exclusion>
<!--
the pom of this dependencies has an unknow repository protocol
the pom of this dependencies has an unknown repository protocol
https://issues.apache.org/jira/browse/MENFORCER-393
it fail enforcer plugin
-->
Expand Down
6 changes: 6 additions & 0 deletions documentation/jetty-documentation/pom.xml
Expand Up @@ -26,6 +26,12 @@
<groupId>org.eclipse.jetty.documentation</groupId>
<artifactId>jetty-asciidoctor-extensions</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down

0 comments on commit 40ba7ba

Please sign in to comment.