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 am...@apache.org on 2021/02/26 07:56:44 UTC

svn commit: r1886947 - /jackrabbit/oak/trunk/oak-search-elastic/pom.xml

Author: amrverma
Date: Fri Feb 26 07:56:44 2021
New Revision: 1886947

URL: http://svn.apache.org/viewvc?rev=1886947&view=rev
Log:
OAK-9311 oak-search-elastic: use low-level client for critical operations
* Removing provided scope from jackson dependencies

Modified:
    jackrabbit/oak/trunk/oak-search-elastic/pom.xml

Modified: jackrabbit/oak/trunk/oak-search-elastic/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-search-elastic/pom.xml?rev=1886947&r1=1886946&r2=1886947&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-search-elastic/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-search-elastic/pom.xml Fri Feb 26 07:56:44 2021
@@ -211,12 +211,10 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-annotations</artifactId>
-      <scope>provided</scope>
     </dependency>
 
     <!-- Test Dependencies -->