This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new 7cda677ec3 Remove juneau-bct from shaded jars
7cda677ec3 is described below
commit 7cda677ec3161101e7760ee9eff8c698c8437c05
Author: James Bognar <[email protected]>
AuthorDate: Sun Jan 11 21:09:13 2026 -0500
Remove juneau-bct from shaded jars
---
juneau-shaded/README.md | 3 ---
juneau-shaded/juneau-shaded-core/pom.xml | 7 +------
juneau-shaded/juneau-shaded-rest-client/pom.xml | 7 +------
juneau-shaded/juneau-shaded-rest-server/pom.xml | 7 +------
4 files changed, 3 insertions(+), 21 deletions(-)
diff --git a/juneau-shaded/README.md b/juneau-shaded/README.md
index cd609ef38d..f018dd9076 100644
--- a/juneau-shaded/README.md
+++ b/juneau-shaded/README.md
@@ -15,7 +15,6 @@ This module contains shaded (uber) JAR artifacts that bundle
multiple Juneau mod
**Includes**:
- juneau-commons
- juneau-assertions
-- juneau-bct (Bean-Centric Testing)
- juneau-config
- juneau-marshall
@@ -46,7 +45,6 @@ maven_jar(
- All modules from juneau-shaded-core
- juneau-rest-common
- juneau-rest-client
-- juneau-rest-mock
**Maven Usage**:
```xml
@@ -76,7 +74,6 @@ maven_jar(
- juneau-rest-common
- juneau-rest-server
- juneau-rest-server-rdf
-- juneau-rest-mock
**Maven Usage**:
```xml
diff --git a/juneau-shaded/juneau-shaded-core/pom.xml
b/juneau-shaded/juneau-shaded-core/pom.xml
index c0a587f0a0..3741f10179 100644
--- a/juneau-shaded/juneau-shaded-core/pom.xml
+++ b/juneau-shaded/juneau-shaded-core/pom.xml
@@ -29,7 +29,7 @@
<name>Apache Juneau Core (Shaded)</name>
<description>
Shaded JAR containing all juneau-core submodules for general
marshalling work.
- Includes: juneau-commons, juneau-assertions, juneau-bct,
juneau-config, and juneau-marshall.
+ Includes: juneau-commons, juneau-assertions, juneau-config, and
juneau-marshall.
This artifact is useful for projects that need core Juneau
functionality without managing multiple dependencies.
</description>
@@ -45,11 +45,6 @@
<artifactId>juneau-assertions</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.juneau</groupId>
- <artifactId>juneau-bct</artifactId>
- <version>${project.version}</version>
- </dependency>
<dependency>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-config</artifactId>
diff --git a/juneau-shaded/juneau-shaded-rest-client/pom.xml
b/juneau-shaded/juneau-shaded-rest-client/pom.xml
index c5d644b725..3aa624e248 100644
--- a/juneau-shaded/juneau-shaded-rest-client/pom.xml
+++ b/juneau-shaded/juneau-shaded-rest-client/pom.xml
@@ -28,7 +28,7 @@
<artifactId>juneau-shaded-rest-client</artifactId>
<name>Apache Juneau REST Client (Shaded)</name>
<description>
- Shaded JAR containing juneau-core modules plus
juneau-rest-common, juneau-rest-client, and juneau-rest-mock.
+ Shaded JAR containing juneau-core modules plus
juneau-rest-common and juneau-rest-client.
This artifact provides everything needed for REST client
development with Juneau.
</description>
@@ -51,11 +51,6 @@
<artifactId>juneau-rest-client</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.juneau</groupId>
- <artifactId>juneau-rest-mock</artifactId>
- <version>${project.version}</version>
- </dependency>
</dependencies>
<build>
diff --git a/juneau-shaded/juneau-shaded-rest-server/pom.xml
b/juneau-shaded/juneau-shaded-rest-server/pom.xml
index bfdf6c5950..218e7108a0 100644
--- a/juneau-shaded/juneau-shaded-rest-server/pom.xml
+++ b/juneau-shaded/juneau-shaded-rest-server/pom.xml
@@ -28,7 +28,7 @@
<artifactId>juneau-shaded-rest-server</artifactId>
<name>Apache Juneau REST Server (Shaded)</name>
<description>
- Shaded JAR containing juneau-core modules plus
juneau-rest-common, juneau-rest-server, and juneau-rest-mock.
+ Shaded JAR containing juneau-core modules plus
juneau-rest-common and juneau-rest-server.
This artifact provides everything needed for REST server
development with Juneau.
</description>
@@ -51,11 +51,6 @@
<artifactId>juneau-rest-server</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.juneau</groupId>
- <artifactId>juneau-rest-mock</artifactId>
- <version>${project.version}</version>
- </dependency>
</dependencies>
<build>