You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2020/01/29 19:38:41 UTC

[isis] 12/25: ISIS-2273: fixing classpath for shiro

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

danhaywood pushed a commit to branch ISIS-2062
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 2d22da9310dbb6c0fab71c962ee41c598828b2ca
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Jan 29 17:56:19 2020 +0000

    ISIS-2273: fixing classpath for shiro
---
 security/shiro/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/security/shiro/pom.xml b/security/shiro/pom.xml
index 6ef0ca5..e17ed06 100644
--- a/security/shiro/pom.xml
+++ b/security/shiro/pom.xml
@@ -73,6 +73,13 @@
 
         <dependency>
             <groupId>org.apache.isis.core</groupId>
+            <artifactId>isis-core-config</artifactId>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.isis.core</groupId>
             <artifactId>isis-core-unittestsupport</artifactId>
             <scope>test</scope>
         </dependency>