You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2019/06/05 03:04:23 UTC

[james-project] 06/09: JAMES-2155 Avoid JPA dependency in all products

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 a650028680f3def1fefac5ec7bbe468059770f00
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Thu May 30 17:29:58 2019 +0700

    JAMES-2155 Avoid JPA dependency in all products
---
 server/container/guice/guice-common/pom.xml                           | 4 ----
 .../java/org/apache/james/modules/data/SieveJPARepositoryModules.java | 0
 2 files changed, 4 deletions(-)

diff --git a/server/container/guice/guice-common/pom.xml b/server/container/guice/guice-common/pom.xml
index 3826a3e..fd3dd31 100644
--- a/server/container/guice/guice-common/pom.xml
+++ b/server/container/guice/guice-common/pom.xml
@@ -51,10 +51,6 @@
         </dependency>
         <dependency>
             <groupId>${james.groupId}</groupId>
-            <artifactId>james-server-data-jpa</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>${james.groupId}</groupId>
             <artifactId>james-server-data-memory</artifactId>
         </dependency>
         <dependency>
diff --git a/server/container/guice/guice-common/src/main/java/org/apache/james/modules/data/SieveJPARepositoryModules.java b/server/container/guice/jpa-common-guice/src/main/java/org/apache/james/modules/data/SieveJPARepositoryModules.java
similarity index 100%
rename from server/container/guice/guice-common/src/main/java/org/apache/james/modules/data/SieveJPARepositoryModules.java
rename to server/container/guice/jpa-common-guice/src/main/java/org/apache/james/modules/data/SieveJPARepositoryModules.java


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org