This is an automated email from the ASF dual-hosted git repository.

tv pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git

commit 18a924e72f29cdcf8089da6c6608853da99e0835
Author: Thomas Vandahl <[email protected]>
AuthorDate: Sun Feb 1 17:10:51 2026 +0100

    Further cleanup
---
 commons-jcs4-core/pom.xml | 13 -------------
 pom.xml                   |  1 -
 2 files changed, 14 deletions(-)

diff --git a/commons-jcs4-core/pom.xml b/commons-jcs4-core/pom.xml
index 4271d664..5e540941 100644
--- a/commons-jcs4-core/pom.xml
+++ b/commons-jcs4-core/pom.xml
@@ -85,14 +85,6 @@
       <scope>test</scope>
     </dependency>
 
-    <!-- Exclude for now -->
-    <!-- dependency>
-      <groupId>org.jgroups</groupId>
-      <artifactId>jgroups</artifactId>
-      <version>3.4.1.Final</version>
-      <optional>true</optional>
-    </dependency -->
-
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
@@ -139,11 +131,6 @@
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
           <version>${commons.rat.version}</version>
-          <configuration>
-            <inputExcludes combine.children="append">
-              <inputExclude>**/zipcodes.txt</inputExclude>
-            </inputExcludes>
-          </configuration>
         </plugin>
       </plugins>
     </pluginManagement>
diff --git a/pom.xml b/pom.xml
index 626a3e46..601f27d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -236,7 +236,6 @@
           -->
           <inputExcludes combine.children="append">
             <inputExclude>.java-version</inputExclude>
-            <inputExclude>**/zipcodes.txt</inputExclude>
             <inputExclude>**/.gitignore</inputExclude>
             <inputExclude>**/derby.log</inputExclude>
             <inputExclude>**/META-INF/services/javax.*</inputExclude>

Reply via email to