[
https://issues.apache.org/jira/browse/CAMEL-12018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16262548#comment-16262548
]
ASF GitHub Bot commented on CAMEL-12018:
----------------------------------------
oscerd closed pull request #2109: "CAMEL-12018:camel-shiro - Upgrade to 1.4.0"
URL: https://github.com/apache/camel/pull/2109
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/components/camel-shiro/pom.xml b/components/camel-shiro/pom.xml
index b36174bcd87..889c74e9be6 100644
--- a/components/camel-shiro/pom.xml
+++ b/components/camel-shiro/pom.xml
@@ -76,6 +76,11 @@
<artifactId>log4j-slf4j-impl</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>
diff --git a/parent/pom.xml b/parent/pom.xml
index fc7f3f07cbf..afeb324bb39 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -612,7 +612,7 @@
<servicemix-specs-version>2.9.0</servicemix-specs-version>
<servlet-api-3.0-version>1.0</servlet-api-3.0-version>
<servlet-version-range>[3,4)</servlet-version-range>
- <shiro-version>1.3.2</shiro-version>
+ <shiro-version>1.4.0</shiro-version>
<shrinkwrap-descriptors-version>2.0.0-alpha-10</shrinkwrap-descriptors-version>
<shrinkwrap-resolver-version>2.2.4</shrinkwrap-resolver-version>
<shrinkwrap-version>1.2.3</shrinkwrap-version>
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> camel-shiro - Upgrade to 1.4.0
> ------------------------------
>
> Key: CAMEL-12018
> URL: https://issues.apache.org/jira/browse/CAMEL-12018
> Project: Camel
> Issue Type: Improvement
> Components: camel-shiro
> Reporter: Claus Ibsen
> Fix For: 2.21.0
>
>
> We should upgrade to the newer 1.4.0 release
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)