You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2023/05/17 04:13:28 UTC

[james-project] 01/04: [FIX] Remove bad snapshot dependency

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 3ad6b0d7c61311ffa0450b653e4518264d3194a4
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed May 17 10:14:50 2023 +0700

    [FIX] Remove bad snapshot dependency
    
    Causes release to fail
    
    There are still some remaining snapshot dependencies.
    : Do you want to resolve them now? (yes/no) no: : yes
    Dependency type to resolve,: specify the selection number ( 0:All 1:Project Dependencies 2:Plugins 3:Reports 4:Extensions ): (0/1/2/3) 1: : 0
    Dependency 'org.apache.james:james-server-guice-es-resporter' is a snapshot (3.8.0-SNAPSHOT)
---
 server/apps/cassandra-app/pom.xml        | 4 ----
 server/apps/distributed-app/pom.xml      | 4 ----
 server/apps/distributed-pop3-app/pom.xml | 9 ---------
 server/container/guice/pom.xml           | 5 -----
 4 files changed, 22 deletions(-)

diff --git a/server/apps/cassandra-app/pom.xml b/server/apps/cassandra-app/pom.xml
index 141e33acef..8c063bccd2 100644
--- a/server/apps/cassandra-app/pom.xml
+++ b/server/apps/cassandra-app/pom.xml
@@ -133,10 +133,6 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>${james.groupId}</groupId>
-            <artifactId>james-server-guice-es-resporter</artifactId>
-        </dependency>
         <dependency>
             <groupId>${james.groupId}</groupId>
             <artifactId>james-server-guice-imap</artifactId>
diff --git a/server/apps/distributed-app/pom.xml b/server/apps/distributed-app/pom.xml
index 969d5abe22..3c5fad01c2 100644
--- a/server/apps/distributed-app/pom.xml
+++ b/server/apps/distributed-app/pom.xml
@@ -168,10 +168,6 @@
             <groupId>${james.groupId}</groupId>
             <artifactId>james-server-guice-distributed</artifactId>
         </dependency>
-        <dependency>
-            <groupId>${james.groupId}</groupId>
-            <artifactId>james-server-guice-es-resporter</artifactId>
-        </dependency>
         <dependency>
             <groupId>${james.groupId}</groupId>
             <artifactId>james-server-guice-imap</artifactId>
diff --git a/server/apps/distributed-pop3-app/pom.xml b/server/apps/distributed-pop3-app/pom.xml
index 6d4daad448..d1f391f378 100644
--- a/server/apps/distributed-pop3-app/pom.xml
+++ b/server/apps/distributed-pop3-app/pom.xml
@@ -171,10 +171,6 @@
             <groupId>${james.groupId}</groupId>
             <artifactId>james-server-guice-distributed</artifactId>
         </dependency>
-        <dependency>
-            <groupId>${james.groupId}</groupId>
-            <artifactId>james-server-guice-es-resporter</artifactId>
-        </dependency>
         <dependency>
             <groupId>${james.groupId}</groupId>
             <artifactId>james-server-guice-imap</artifactId>
@@ -291,11 +287,6 @@
             <groupId>${james.groupId}</groupId>
             <artifactId>james-server-webadmin-rabbitmq</artifactId>
         </dependency>
-        <dependency>
-            <groupId>${james.groupId}</groupId>
-            <artifactId>metrics-es-reporter-v7</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>${james.groupId}</groupId>
             <artifactId>queue-rabbitmq-guice</artifactId>
diff --git a/server/container/guice/pom.xml b/server/container/guice/pom.xml
index 47608e0994..2bdb53b603 100644
--- a/server/container/guice/pom.xml
+++ b/server/container/guice/pom.xml
@@ -119,11 +119,6 @@
                 <artifactId>james-server-guice-distributed</artifactId>
                 <version>${project.version}</version>
             </dependency>
-            <dependency>
-                <groupId>${james.groupId}</groupId>
-                <artifactId>james-server-guice-es-resporter</artifactId>
-                <version>${project.version}</version>
-            </dependency>
             <dependency>
                 <groupId>${james.groupId}</groupId>
                 <artifactId>james-server-guice-jmap</artifactId>


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