Skip to content

Commit

Permalink
[JENKINS-68471] Prepare SAML for removal of JAXB and Java 11 requirem…
Browse files Browse the repository at this point in the history
…ent (#206)
  • Loading branch information
basil authored May 10, 2022
1 parent 0016349 commit 1adff8e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ under the License.
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>apache-httpcomponents-client-4-api</artifactId>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>jaxb</artifactId>
<version>2.3.6-1</version>
</dependency>
<dependency>
<groupId>org.pac4j</groupId>
<artifactId>pac4j-saml</artifactId>
Expand Down Expand Up @@ -278,6 +283,12 @@ under the License.
<artifactId>woodstox-core</artifactId>
<version>6.2.7</version>
</dependency>
<!-- requireUpperBoundDeps between jaxb and mailer -->
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>javax-activation-api</artifactId>
<version>1.2.0-3</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
Expand Down

0 comments on commit 1adff8e

Please sign in to comment.