Fixing upper bounds issue
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
3cf9ce19b9
commit
40ba7bae6e
|
@ -17,11 +17,11 @@
|
||||||
<artifactId>asciidoctorj</artifactId>
|
<artifactId>asciidoctorj</artifactId>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>javax.annotation</groupId>
|
<groupId>jakarta.annotation</groupId>
|
||||||
<artifactId>javax.annotation-api</artifactId>
|
<artifactId>jakarta.annotation-api</artifactId>
|
||||||
</exclusion>
|
</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
|
https://issues.apache.org/jira/browse/MENFORCER-393
|
||||||
it fail enforcer plugin
|
it fail enforcer plugin
|
||||||
-->
|
-->
|
||||||
|
|
|
@ -26,6 +26,12 @@
|
||||||
<groupId>org.eclipse.jetty.documentation</groupId>
|
<groupId>org.eclipse.jetty.documentation</groupId>
|
||||||
<artifactId>jetty-asciidoctor-extensions</artifactId>
|
<artifactId>jetty-asciidoctor-extensions</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>jakarta.annotation</groupId>
|
||||||
|
<artifactId>jakarta.annotation-api</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.httpcomponents</groupId>
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
|
|
Loading…
Reference in New Issue