Force shiro deps to inherit from odlparent 33/31933/1
authorRyan Goulding <ryandgoulding@gmail.com>
Tue, 29 Dec 2015 13:52:19 +0000 (08:52 -0500)
committerRyan Goulding <ryandgoulding@gmail.com>
Tue, 29 Dec 2015 13:53:50 +0000 (08:53 -0500)
Shiro dependencies should inherit from odlparent, as they are
used across projects (netconf & AAA), and should be the same
to avoid version skew.

Change-Id: I35a79b9ef5b7e9699e105dfac09376eabc5a0ffb
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
aaa-shiro/pom.xml

index 8d42e261005099a46ffa2aeac76b26f1616fdb43..013e7e94ac6ac4b40403931108aee9c27e89b3b5 100644 (file)
     <dependency>
       <groupId>org.apache.shiro</groupId>
       <artifactId>shiro-core</artifactId>
-      <version>1.2.3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.shiro</groupId>
       <artifactId>shiro-web</artifactId>
-      <version>1.2.3</version>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>