|
4 | 4 | <parent> |
5 | 5 | <groupId>org.jenkins-ci.plugins</groupId> |
6 | 6 | <artifactId>plugin</artifactId> |
7 | | - <version>4.88</version> |
| 7 | + <version>5.2</version> |
8 | 8 | <relativePath /> |
9 | 9 | </parent> |
10 | 10 |
|
|
46 | 46 | <revision>1.7.8</revision> |
47 | 47 | <changelist>-SNAPSHOT</changelist> |
48 | 48 | <gitHubRepo>jenkinsci/${project.artifactId}</gitHubRepo> |
49 | | - <jenkins.baseline>2.426</jenkins.baseline> |
50 | | - <jenkins.version>${jenkins.baseline}.3</jenkins.version> |
| 49 | + <jenkins.baseline>2.479</jenkins.baseline> |
| 50 | + <jenkins.version>${jenkins.baseline}.1</jenkins.version> |
51 | 51 | <spotbugs.effort>Max</spotbugs.effort> |
52 | 52 | <spotless.check.skip>false</spotless.check.skip> |
53 | 53 | </properties> |
|
57 | 57 | <dependency> |
58 | 58 | <groupId>io.jenkins.tools.bom</groupId> |
59 | 59 | <artifactId>bom-${jenkins.baseline}.x</artifactId> |
60 | | - <version>3208.vb_21177d4b_cd9</version> |
| 60 | + <version>3613.v584fca_12cf5c</version> |
61 | 61 | <type>pom</type> |
62 | 62 | <scope>import</scope> |
63 | 63 | </dependency> |
64 | 64 | </dependencies> |
65 | 65 | </dependencyManagement> |
66 | 66 |
|
67 | 67 | <dependencies> |
| 68 | + <!-- Repeat this from jenkins/core/pom.xml to avoid bundling Spring libraries already in core --> |
68 | 69 | <dependency> |
69 | | - <!-- to appear earlier in the test CP for purposes of PCT --> |
70 | | - <groupId>org.jenkins-ci.main</groupId> |
71 | | - <artifactId>jenkins-core</artifactId> |
72 | | - <version>${jenkins.version}</version> |
73 | | - </dependency> |
74 | | - <dependency> |
75 | | - <!-- for compatibility with https://github.com/jenkinsci/jenkins/pull/4848 --> |
76 | | - <groupId>org.acegisecurity</groupId> |
77 | | - <artifactId>acegi-security</artifactId> |
78 | | - <version>1.0.7</version> |
| 70 | + <groupId>org.springframework.security</groupId> |
| 71 | + <artifactId>spring-security-web</artifactId> |
| 72 | + <scope>provided</scope> |
79 | 73 | <exclusions> |
80 | | - <exclusion> |
81 | | - <groupId>commons-codec</groupId> |
82 | | - <artifactId>commons-codec</artifactId> |
83 | | - </exclusion> |
84 | | - <exclusion> |
85 | | - <groupId>commons-collections</groupId> |
86 | | - <artifactId>commons-collections</artifactId> |
87 | | - </exclusion> |
88 | | - <exclusion> |
89 | | - <groupId>commons-lang</groupId> |
90 | | - <artifactId>commons-lang</artifactId> |
91 | | - </exclusion> |
92 | | - <exclusion> |
93 | | - <groupId>log4j</groupId> |
94 | | - <artifactId>log4j</artifactId> |
95 | | - </exclusion> |
96 | | - <exclusion> |
97 | | - <groupId>org.springframework</groupId> |
98 | | - <artifactId>spring-core</artifactId> |
99 | | - </exclusion> |
100 | | - <exclusion> |
101 | | - <groupId>org.springframework</groupId> |
102 | | - <artifactId>spring-jdbc</artifactId> |
103 | | - </exclusion> |
104 | | - <exclusion> |
105 | | - <groupId>org.springframework</groupId> |
106 | | - <artifactId>spring-remoting</artifactId> |
107 | | - </exclusion> |
108 | 74 | <exclusion> |
109 | 75 | <groupId>org.springframework</groupId> |
110 | | - <artifactId>spring-support</artifactId> |
| 76 | + <artifactId>spring-jcl</artifactId> |
111 | 77 | </exclusion> |
112 | 78 | </exclusions> |
113 | 79 | </dependency> |
114 | 80 | <dependency> |
115 | | - <groupId>org.springframework</groupId> |
116 | | - <artifactId>spring-dao</artifactId> |
117 | | - <version>2.0.8</version> |
118 | | - <exclusions> |
119 | | - <exclusion> |
120 | | - <groupId>org.springframework</groupId> |
121 | | - <artifactId>spring-beans</artifactId> |
122 | | - </exclusion> |
123 | | - <exclusion> |
124 | | - <groupId>org.springframework</groupId> |
125 | | - <artifactId>spring-context</artifactId> |
126 | | - </exclusion> |
127 | | - <exclusion> |
128 | | - <groupId>org.springframework</groupId> |
129 | | - <artifactId>spring-core</artifactId> |
130 | | - </exclusion> |
131 | | - </exclusions> |
| 81 | + <groupId>org.springframework.security</groupId> |
| 82 | + <artifactId>spring-security-ldap</artifactId> |
132 | 83 | </dependency> |
133 | 84 | <dependency> |
134 | 85 | <groupId>org.jenkins-ci.plugins</groupId> |
|
191 | 142 | <configuration> |
192 | 143 | <pom> |
193 | 144 | <sortPom> |
194 | | - <sortDependencies>scope</sortDependencies> |
| 145 | + <sortDependencies>none</sortDependencies> |
195 | 146 | </sortPom> |
196 | 147 | </pom> |
197 | 148 | </configuration> |
|
0 commit comments