You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by ch...@apache.org on 2017/05/12 05:20:10 UTC

svn commit: r1794921 - /jackrabbit/oak/trunk/oak-core/pom.xml

Author: chetanm
Date: Fri May 12 05:20:10 2017
New Revision: 1794921

URL: http://svn.apache.org/viewvc?rev=1794921&view=rev
Log:
OAK-6179 - Simplify collecting Oak setup details via Felix Inventory

Add optional dependency to org.apache.felix.inventory

Modified:
    jackrabbit/oak/trunk/oak-core/pom.xml

Modified: jackrabbit/oak/trunk/oak-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/pom.xml?rev=1794921&r1=1794920&r2=1794921&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-core/pom.xml Fri May 12 05:20:10 2017
@@ -268,6 +268,13 @@
       <artifactId>slf4j-api</artifactId>
     </dependency>
 
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.inventory</artifactId>
+      <version>1.0.4</version>
+      <optional>true</optional>
+    </dependency>
+
     <!-- Findbugs annotations -->
     <dependency>
       <groupId>com.google.code.findbugs</groupId>