ARTEMIS-2601 Update jetty version to 9.4.26.v20200117

Add required dependency org.apache.geronimo.specs:geronimo-jaspic_1.0_spec.
This commit is contained in:
brusdev 2020-01-27 12:17:46 +01:00
parent 20ca545555
commit 7a087de266
3 changed files with 10 additions and 0 deletions

View File

@ -232,6 +232,10 @@
<groupId>org.apache.johnzon</groupId>
<artifactId>johnzon-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jaspic_1.0_spec</artifactId>
</dependency>
</dependencies>
<build>

View File

@ -107,6 +107,7 @@
<include>com.sun.xml.bind:jaxb-impl</include>
<include>com.sun.xml.bind:jaxb-core</include>
<include>javax.activation:activation</include>
<include>org.apache.geronimo.specs:geronimo-jaspic_1.0_spec</include>
</includes>
<!--excludes>
<exclude>org.apache.activemq:artemis-website</exclude>

View File

@ -822,6 +822,11 @@
<version>${guava.version}</version>
<!-- License: Apache 2.0 -->
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jaspic_1.0_spec</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
</dependencyManagement>