You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2019/01/13 22:29:13 UTC

[directory-ldap-api] 02/02: Temporary add snapshot repository here to be able to resolve snapshot parent pom

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

seelmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-ldap-api.git

commit 45c79638179b744df2ba952e4de283a5995a2f7e
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Sun Jan 13 23:28:48 2019 +0100

    Temporary add snapshot repository here to be able to resolve snapshot parent pom
---
 pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/pom.xml b/pom.xml
index be02c96..a2fe365 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,18 @@
     <relativePath />
   </parent>
 
+  <!-- Temporary add snapshot repository here to be able to resolve snapshot parent pom -->
+  <repositories>
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>https://repository.apache.org/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+
   <groupId>org.apache.directory.api</groupId>
   <artifactId>api-parent</artifactId>
   <name>Apache Directory LDAP API</name>