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 014158eb25 TODO-351 B-client-4: remove empty juneau-sc-client module
(10.0 breaking-change window)
014158eb25 is described below
commit 014158eb25e8f44b49fd7c62a946007a268550c3
Author: James Bognar <[email protected]>
AuthorDate: Wed Aug 12 16:06:01 2026 -0400
TODO-351 B-client-4: remove empty juneau-sc-client module (10.0
breaking-change window)
---
juneau-bom/pom.xml | 1 -
juneau-distrib/pom.xml | 31 ----------------
juneau-sc/juneau-sc-client/.gitignore | 7 ----
juneau-sc/juneau-sc-client/main/java/empty.txt | 0
juneau-sc/juneau-sc-client/pom.xml | 50 --------------------------
juneau-sc/pom.xml | 1 -
6 files changed, 90 deletions(-)
diff --git a/juneau-bom/pom.xml b/juneau-bom/pom.xml
index a5e6c890f4..0543102615 100644
--- a/juneau-bom/pom.xml
+++ b/juneau-bom/pom.xml
@@ -108,7 +108,6 @@
<!--
=====================================================================================
-->
<!-- juneau-sc
-->
<!--
=====================================================================================
-->
-
<dependency><groupId>org.apache.juneau</groupId><artifactId>juneau-sc-client</artifactId><version>${project.version}</version></dependency>
<dependency><groupId>org.apache.juneau</groupId><artifactId>juneau-sc-server</artifactId><version>${project.version}</version></dependency>
<!--
=====================================================================================
-->
diff --git a/juneau-distrib/pom.xml b/juneau-distrib/pom.xml
index 5f3a13eb92..82ff0ed84c 100644
--- a/juneau-distrib/pom.xml
+++ b/juneau-distrib/pom.xml
@@ -279,12 +279,6 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.apache.juneau</groupId>
- <artifactId>juneau-sc-client</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
<dependency>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-sc-server</artifactId>
@@ -1248,31 +1242,6 @@
<destFileName>org.apache.juneau.microservice.tomcat_${project.version}.jar</destFileName>
</artifactItem>
- <!--
juneau-sc-client -->
- <artifactItem>
-
<outputDirectory>${project.build.directory}/src/lib</outputDirectory>
-
<groupId>org.apache.juneau</groupId>
-
<artifactId>juneau-sc-client</artifactId>
-
<version>${project.version}</version>
-
<type>jar</type>
-
<classifier>sources</classifier>
-
<destFileName>apache-juneau-sc-client-${project.version}-sources.jar</destFileName>
- </artifactItem>
- <artifactItem>
-
<outputDirectory>${project.build.directory}/bin/lib</outputDirectory>
-
<groupId>org.apache.juneau</groupId>
-
<artifactId>juneau-sc-client</artifactId>
-
<version>${project.version}</version>
-
<destFileName>apache-juneau-sc-client-${project.version}.jar</destFileName>
- </artifactItem>
- <artifactItem>
-
<outputDirectory>${project.build.directory}/bin/osgi</outputDirectory>
-
<groupId>org.apache.juneau</groupId>
-
<artifactId>juneau-sc-client</artifactId>
-
<version>${project.version}</version>
-
<destFileName>org.apache.juneau.sc.client_${project.version}.jar</destFileName>
- </artifactItem>
-
<!--
juneau-sc-server -->
<artifactItem>
<outputDirectory>${project.build.directory}/src/lib</outputDirectory>
diff --git a/juneau-sc/juneau-sc-client/.gitignore
b/juneau-sc/juneau-sc-client/.gitignore
deleted file mode 100644
index 869a190072..0000000000
--- a/juneau-sc/juneau-sc-client/.gitignore
+++ /dev/null
@@ -1,7 +0,0 @@
-/target/
-**/.DS_Store
-.classpath
-.project
-/.settings/
-/bin/
-derby.log
\ No newline at end of file
diff --git a/juneau-sc/juneau-sc-client/main/java/empty.txt
b/juneau-sc/juneau-sc-client/main/java/empty.txt
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/juneau-sc/juneau-sc-client/pom.xml
b/juneau-sc/juneau-sc-client/pom.xml
deleted file mode 100644
index 35a3656316..0000000000
--- a/juneau-sc/juneau-sc-client/pom.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
https://maven.apache.org/xsd/maven-4.0.0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <artifactId>juneau-sc-client</artifactId>
- <name>Apache Juneau Server Config Client</name>
- <description>Apache Juneau Server Config Client API</description>
-
- <parent>
- <groupId>org.apache.juneau</groupId>
- <artifactId>juneau-sc</artifactId>
- <version>10.0.0-SNAPSHOT</version>
- </parent>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-sources</id>
- <phase>verify</phase>
- <goals>
- <goal>jar-no-fork</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-</project>
-
diff --git a/juneau-sc/pom.xml b/juneau-sc/pom.xml
index ea93bc4751..02451f7950 100644
--- a/juneau-sc/pom.xml
+++ b/juneau-sc/pom.xml
@@ -32,7 +32,6 @@
<modules>
<module>juneau-sc-server</module>
- <module>juneau-sc-client</module>
</modules>
<build>