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
The following commit(s) were added to refs/heads/master by this push:
new 181af8b JAMES-2979 Remove leftover dependency of
james-server-queue-file (#786)
181af8b is described below
commit 181af8b90ef3497058f83b486a3d4b133d049468
Author: Karsten Otto <[email protected]>
AuthorDate: Fri Dec 10 03:44:25 2021 +0100
JAMES-2979 Remove leftover dependency of james-server-queue-file (#786)
---
pom.xml | 5 -----
server/apps/spring-app/pom.xml | 11 -----------
2 files changed, 16 deletions(-)
diff --git a/pom.xml b/pom.xml
index fe0c09b..4f4a4fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1719,11 +1719,6 @@
</dependency>
<dependency>
<groupId>${james.groupId}</groupId>
- <artifactId>james-server-queue-file</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>${james.groupId}</groupId>
<artifactId>james-server-queue-jms</artifactId>
<version>${project.version}</version>
</dependency>
diff --git a/server/apps/spring-app/pom.xml b/server/apps/spring-app/pom.xml
index 1b6f824..5ff52ce 100644
--- a/server/apps/spring-app/pom.xml
+++ b/server/apps/spring-app/pom.xml
@@ -434,17 +434,6 @@
</dependency>
<dependency>
<groupId>${james.groupId}</groupId>
- <artifactId>james-server-queue-file</artifactId>
- <scope>runtime</scope>
- <exclusions>
- <exclusion>
- <groupId>javax.mail</groupId>
- <artifactId>mail</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>${james.groupId}</groupId>
<artifactId>james-server-queue-jms</artifactId>
<scope>runtime</scope>
<exclusions>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]