This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit aab918da6f7853d6133f2c7ceca43c4e4cac54a6 Author: Benoit TELLIER <[email protected]> AuthorDate: Tue Sep 30 08:21:12 2025 +0200 [REMOVAL] Remove james-server-cassandra-app from dependency management --- pom.xml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/pom.xml b/pom.xml index 16bbf5d17b..8f14625752 100644 --- a/pom.xml +++ b/pom.xml @@ -1359,28 +1359,6 @@ <version>${project.version}</version> <type>test-jar</type> </dependency> - <dependency> - <groupId>${james.groupId}</groupId> - <artifactId>james-server-cassandra-app</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>${james.groupId}</groupId> - <artifactId>james-server-cassandra-app</artifactId> - <version>${project.version}</version> - <type>test-jar</type> - </dependency> - <dependency> - <groupId>${james.groupId}</groupId> - <artifactId>james-server-cassandra-app-ldap-tests</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>${james.groupId}</groupId> - <artifactId>james-server-cassandra-app-ldap-tests</artifactId> - <version>${project.version}</version> - <type>test-jar</type> - </dependency> <dependency> <groupId>${james.groupId}</groupId> <artifactId>james-server-cli</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
