This is an automated email from the ASF dual-hosted git repository.
ffang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new 0771d7c086 [CXF-9151]use io.github.littleproxy:littleproxy instead of
org.littleshoot:littleproxy
0771d7c086 is described below
commit 0771d7c0866333051dd34146f884fa36470e82bb
Author: Freeman Fang <[email protected]>
AuthorDate: Mon Jul 14 15:03:29 2025 -0400
[CXF-9151]use io.github.littleproxy:littleproxy instead of
org.littleshoot:littleproxy
---
parent/pom.xml | 4 ++--
systests/jaxws/pom.xml | 2 +-
systests/transports/pom.xml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index bcc0d61e2d..f131b33717 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -171,7 +171,7 @@
<cxf.junit5.version>5.13.3</cxf.junit5.version>
<cxf.kerby.version>2.0.3</cxf.kerby.version>
<cxf.ldapsdk.version>7.0.3</cxf.ldapsdk.version>
- <cxf.littleproxy.version>1.1.2</cxf.littleproxy.version>
+ <cxf.littleproxy.version>2.4.3</cxf.littleproxy.version>
<cxf.logback.classic.version>1.5.18</cxf.logback.classic.version>
<cxf.lucene.version>9.12.1</cxf.lucene.version>
<cxf.maven.core.version>3.9.10</cxf.maven.core.version>
@@ -1798,7 +1798,7 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.littleshoot</groupId>
+ <groupId>io.github.littleproxy</groupId>
<artifactId>littleproxy</artifactId>
<version>${cxf.littleproxy.version}</version>
<exclusions>
diff --git a/systests/jaxws/pom.xml b/systests/jaxws/pom.xml
index 79d1df0eed..e0d4924684 100644
--- a/systests/jaxws/pom.xml
+++ b/systests/jaxws/pom.xml
@@ -303,7 +303,7 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.littleshoot</groupId>
+ <groupId>io.github.littleproxy</groupId>
<artifactId>littleproxy</artifactId>
<scope>test</scope>
</dependency>
diff --git a/systests/transports/pom.xml b/systests/transports/pom.xml
index 49c1eaae7c..3076eac406 100644
--- a/systests/transports/pom.xml
+++ b/systests/transports/pom.xml
@@ -352,7 +352,7 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.littleshoot</groupId>
+ <groupId>io.github.littleproxy</groupId>
<artifactId>littleproxy</artifactId>
<scope>test</scope>
</dependency>