You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by am...@apache.org on 2021/03/10 10:27:27 UTC

[aries-rsa] 02/04: ARIES-2042 - Add missing local discovery dependency to repository

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

amichai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-rsa.git

commit 9ea56cbf008b5d6f9dc0f8a37782abdd2421d9a5
Author: Amichai Rothman <am...@apache.org>
AuthorDate: Tue Mar 9 15:50:21 2021 +0200

    ARIES-2042 - Add missing local discovery dependency to repository
---
 repository/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/repository/pom.xml b/repository/pom.xml
index 8eb83a0..1ce09ff 100644
--- a/repository/pom.xml
+++ b/repository/pom.xml
@@ -50,6 +50,11 @@
         </dependency>
         <dependency>
             <groupId>org.apache.aries.rsa.discovery</groupId>
+            <artifactId>org.apache.aries.rsa.discovery.local</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.aries.rsa.discovery</groupId>
             <artifactId>org.apache.aries.rsa.discovery.zookeeper</artifactId>
             <version>${project.version}</version>
         </dependency>