Repository: activemq Updated Branches: refs/heads/trunk 9d76668f7 -> 5d511975f
remove duplicate shiro deps https://issues.apache.org/jira/browse/AMQ-3621 Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/5d511975 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/5d511975 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/5d511975 Branch: refs/heads/trunk Commit: 5d511975fcac4aaefe8615de5d8c069e8d6ffb3d Parents: 9d76668 Author: gtully <[email protected]> Authored: Mon Mar 3 15:49:21 2014 +0000 Committer: gtully <[email protected]> Committed: Mon Mar 3 15:49:21 2014 +0000 ---------------------------------------------------------------------- pom.xml | 15 --------------- 1 file changed, 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/5d511975/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 54b1d64..89a9423 100755 --- a/pom.xml +++ b/pom.xml @@ -109,7 +109,6 @@ <scala-bundle-version>2.9.1_3</scala-bundle-version> <shiro-version>1.2.2</shiro-version> <scalatest-version>1.8</scalatest-version> - <shiro-version>1.2.2</shiro-version> <slf4j-version>1.7.5</slf4j-version> <snappy-version>1.1.0.1</snappy-version> <spring-version>3.2.5.RELEASE</spring-version> @@ -690,20 +689,6 @@ <optional>true</optional> </dependency> - <!-- Optional Shiro Support --> - <dependency> - <groupId>org.apache.shiro</groupId> - <artifactId>shiro-core</artifactId> - <version>${shiro-version}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>org.apache.shiro</groupId> - <artifactId>shiro-spring</artifactId> - <version>${shiro-version}</version> - <optional>true</optional> - </dependency> - <!-- Optional Spring Support --> <dependency> <groupId>org.springframework</groupId>
