Skip to content

Commit cf8b96c

Browse files
Bump org.eclipse.jetty:jetty-reactive-httpclient from 1.1.18 to 2.0.0 (#739)
* Bump org.eclipse.jetty:jetty-reactive-httpclient from 1.1.18 to 2.0.0 Bumps [org.eclipse.jetty:jetty-reactive-httpclient](https://github.com/jetty-project/jetty-reactive-httpclient) from 1.1.18 to 2.0.0. - [Commits](jetty-project/jetty-reactive-httpclient@1.1.18...2.0.0) --- updated-dependencies: - dependency-name: org.eclipse.jetty:jetty-reactive-httpclient dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Ensure testing compatibility between jetty-reactive-httpclient and jetty 9.x --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hakky54 <hakangoudberg@hotmail.com>
1 parent edafb44 commit cf8b96c

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

ayza-for-jetty/pom.xml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
<properties>
3939
<version.jetty>9.4.57.v20241219</version.jetty>
40-
<version.jetty-reactive-httpclient>1.1.18</version.jetty-reactive-httpclient>
40+
<version.jetty-reactive-httpclient>2.0.0</version.jetty-reactive-httpclient>
4141
</properties>
4242

4343
<dependencies>
@@ -77,6 +77,30 @@
7777
<artifactId>jetty-reactive-httpclient</artifactId>
7878
<version>${version.jetty-reactive-httpclient}</version>
7979
<scope>test</scope>
80+
<exclusions>
81+
<exclusion>
82+
<groupId>org.eclipse.jetty</groupId>
83+
<artifactId>jetty-client</artifactId>
84+
</exclusion>
85+
<exclusion>
86+
<groupId>org.eclipse.jetty</groupId>
87+
<artifactId>jetty-http</artifactId>
88+
</exclusion>
89+
<exclusion>
90+
<groupId>org.eclipse.jetty</groupId>
91+
<artifactId>jetty-io</artifactId>
92+
</exclusion>
93+
<exclusion>
94+
<groupId>org.eclipse.jetty</groupId>
95+
<artifactId>jetty-util</artifactId>
96+
</exclusion>
97+
</exclusions>
98+
</dependency>
99+
<dependency>
100+
<groupId>org.eclipse.jetty</groupId>
101+
<artifactId>jetty-client</artifactId>
102+
<version>${version.jetty}</version>
103+
<scope>test</scope>
80104
</dependency>
81105
<dependency>
82106
<groupId>io.github.hakky54</groupId>

0 commit comments

Comments
 (0)