|
14 | 14 | <packaging>hpi</packaging> |
15 | 15 |
|
16 | 16 | <properties> |
17 | | - <revision>5.8.1</revision> |
| 17 | + <revision>6.2.0</revision> |
18 | 18 | <changelist>999999-SNAPSHOT</changelist> |
19 | 19 | <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ --> |
20 | | - <jenkins.baseline>2.492</jenkins.baseline> |
| 20 | + <jenkins.baseline>2.504</jenkins.baseline> |
21 | 21 | <jenkins.version>${jenkins.baseline}.3</jenkins.version> |
22 | 22 | <gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo> |
23 | | - <hpi.bundledArtifacts>gitlab4j-api</hpi.bundledArtifacts> |
| 23 | + <hpi.bundledArtifacts>gitlab4j-api,gitlab4j-models</hpi.bundledArtifacts> |
24 | 24 | <hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts> |
25 | 25 | </properties> |
26 | 26 |
|
|
29 | 29 | <url>https://github.com/jenkinsci/${project.artifactId}-plugin</url> |
30 | 30 |
|
31 | 31 | <issueManagement> |
32 | | - <url>https://issues.jenkins-ci.org/browse/JENKINS-57445?jql=project%20%3D%20JENKINS%20AND%20component%20%3D%20gitlab-api-plugin</url> |
| 32 | + <url>https://issues.jenkins.io/issues/?jql=resolution%20is%20EMPTY%20and%20component%3D25128</url> |
33 | 33 | <system>JIRA</system> |
34 | 34 | </issueManagement> |
35 | 35 |
|
|
61 | 61 | <dependency> |
62 | 62 | <groupId>io.jenkins.tools.bom</groupId> |
63 | 63 | <artifactId>bom-${jenkins.baseline}.x</artifactId> |
64 | | - <version>5473.vb_9533d9e5d88</version> |
| 64 | + <version>5659.vecf9e2dc5a_ed</version> |
65 | 65 | <type>pom</type> |
66 | 66 | <scope>import</scope> |
67 | 67 | </dependency> |
|
71 | 71 | <dependencies> |
72 | 72 | <dependency> |
73 | 73 | <groupId>io.jenkins.plugins</groupId> |
74 | | - <artifactId>javax-activation-api</artifactId> |
| 74 | + <artifactId>jakarta-activation-api</artifactId> |
75 | 75 | </dependency> |
76 | 76 | <dependency> |
77 | 77 | <groupId>io.jenkins.plugins</groupId> |
78 | | - <artifactId>jersey2-api</artifactId> |
| 78 | + <artifactId>jersey3-api</artifactId> |
79 | 79 | </dependency> |
80 | 80 | <dependency> |
81 | 81 | <groupId>org.gitlab4j</groupId> |
82 | 82 | <artifactId>gitlab4j-api</artifactId> |
83 | 83 | <version>${revision}</version> |
84 | 84 | <exclusions> |
85 | | - <!-- Provided by javax-activation-api plugin --> |
86 | | - <exclusion> |
87 | | - <groupId>jakarta.activation</groupId> |
88 | | - <artifactId>jakarta.activation-api</artifactId> |
89 | | - </exclusion> |
90 | 85 | <!-- Provided by core --> |
91 | 86 | <exclusion> |
92 | 87 | <groupId>jakarta.servlet</groupId> |
93 | 88 | <artifactId>jakarta.servlet-api</artifactId> |
94 | 89 | </exclusion> |
95 | | - <!-- Provided by jersey2-api plugin --> |
96 | | - <exclusion> |
97 | | - <groupId>org.glassfish.jersey.connectors</groupId> |
98 | | - <artifactId>jersey-apache-connector</artifactId> |
99 | | - </exclusion> |
| 90 | + <!-- Provided by jersey3-api plugin --> |
100 | 91 | <exclusion> |
101 | 92 | <groupId>org.glassfish.jersey.core</groupId> |
102 | 93 | <artifactId>jersey-client</artifactId> |
103 | 94 | </exclusion> |
104 | | - <exclusion> |
105 | | - <groupId>org.glassfish.jersey.inject</groupId> |
106 | | - <artifactId>jersey-hk2</artifactId> |
107 | | - </exclusion> |
108 | | - <exclusion> |
109 | | - <groupId>org.glassfish.jersey.media</groupId> |
110 | | - <artifactId>jersey-media-json-jackson</artifactId> |
111 | | - </exclusion> |
112 | | - <exclusion> |
113 | | - <groupId>org.glassfish.jersey.media</groupId> |
114 | | - <artifactId>jersey-media-multipart</artifactId> |
115 | | - </exclusion> |
116 | | - <!-- TODO Unneeded test library https://github.com/gitlab4j/gitlab4j-api/pull/840 --> |
117 | | - <exclusion> |
118 | | - <groupId>uk.org.webcompere</groupId> |
119 | | - <artifactId>system-stubs-jupiter</artifactId> |
120 | | - </exclusion> |
121 | 95 | </exclusions> |
122 | 96 | </dependency> |
123 | | - <!-- Needed by jersey-apache-connector, but jersey2-api plugin declares it as optional --> |
124 | | - <dependency> |
125 | | - <groupId>org.jenkins-ci.plugins</groupId> |
126 | | - <artifactId>apache-httpcomponents-client-4-api</artifactId> |
127 | | - </dependency> |
128 | 97 | <dependency> |
129 | 98 | <groupId>org.jenkins-ci.plugins</groupId> |
130 | 99 | <artifactId>jackson2-api</artifactId> |
|
0 commit comments