summaryrefslogtreecommitdiffstats
path: root/shiro/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'shiro/pom.xml')
-rw-r--r--shiro/pom.xml18
1 files changed, 11 insertions, 7 deletions
diff --git a/shiro/pom.xml b/shiro/pom.xml
index 09078cc..6488034 100644
--- a/shiro/pom.xml
+++ b/shiro/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onap.aaf.cadi</groupId>
<artifactId>parent</artifactId>
- <version>2.1.12-SNAPSHOT</version>
+ <version>2.1.13-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
@@ -90,18 +90,22 @@
<groupId>org.onap.aaf.authz</groupId>
<artifactId>aaf-cadi-aaf</artifactId>
</dependency>
- <!--<dependency>
- <groupId>org.apache.shiro</groupId>
- <artifactId>shiro-core</artifactId>
- <version>1.4.0</version>
- </dependency> -->
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-core</artifactId>
- <version>1.3.2</version>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<plugins>