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

enorman pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-jackrabbit-usermanager.git


The following commit(s) were added to refs/heads/master by this push:
     new b8f9ee5  Only one method invocation is expected when testing checked 
exceptions
b8f9ee5 is described below

commit b8f9ee561fb9cef2f2460263bb1c01cfde3cedbe
Author: Eric Norman <[email protected]>
AuthorDate: Mon Oct 12 13:27:16 2020 -0700

    Only one method invocation is expected when testing checked exceptions
---
 pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d12d347..5d13602 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,12 @@
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.service.metatype.annotations</artifactId>
         </dependency>
-    
+        <dependency>
+            <groupId>org.jetbrains</groupId>
+            <artifactId>annotations</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>javax.servlet-api</artifactId>

Reply via email to