You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2020/02/22 22:45:33 UTC

[sling-org-apache-sling-scripting-thymeleaf] 01/02: add missing scope

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-thymeleaf.git

commit f10bf1956942b76c60708f99547fe70cec0d18eb
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Feb 22 23:42:30 2020 +0100

    add missing scope
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 831df11..8a04ce4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -242,6 +242,7 @@
     <dependency>
       <groupId>org.jetbrains</groupId>
       <artifactId>annotations</artifactId>
+      <scope>provided</scope>
     </dependency>
     <!-- logging -->
     <dependency>