Add Multi-Realm class handling
[aaf/cadi.git] / shiro / pom.xml
index 09078cc..6488034 100644 (file)
@@ -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>
 
                        <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>