From b824f72c54636fd447b9c9e590d4ae83adac1a3f Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Fri, 20 Mar 2020 13:34:24 -0400 Subject: [PATCH 1/2] Fix bad merge --- pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/pom.xml b/pom.xml index 75951959b..35744186f 100644 --- a/pom.xml +++ b/pom.xml @@ -48,6 +48,12 @@ github-api 1.106 + + + io.jenkins.temp.jelly + multiline-secrets-ui + 1.0 + com.coravy.hudson.plugins.github github @@ -70,6 +76,23 @@ ${jjwt.version} runtime + + io.jsonwebtoken + jjwt-api + ${jjwt.version} + + + io.jsonwebtoken + jjwt-impl + ${jjwt.version} + runtime + + + io.jsonwebtoken + jjwt-jackson + ${jjwt.version} + runtime + org.jenkins-ci.plugins scm-api From 03cbfebce29b41971004ab8d4881275bfb096137 Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Fri, 20 Mar 2020 13:41:54 -0400 Subject: [PATCH 2/2] f7e66733dccf04c413ffb976224861e3a4aec5bf already fixed half of the problem --- pom.xml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/pom.xml b/pom.xml index 35744186f..4993390a1 100644 --- a/pom.xml +++ b/pom.xml @@ -76,23 +76,6 @@ ${jjwt.version} runtime - - io.jsonwebtoken - jjwt-api - ${jjwt.version} - - - io.jsonwebtoken - jjwt-impl - ${jjwt.version} - runtime - - - io.jsonwebtoken - jjwt-jackson - ${jjwt.version} - runtime - org.jenkins-ci.plugins scm-api