Merge branch 'stable-2.5' into stable-2.6
* stable-2.5: Bump openid4java dependency to 0.9.8 Change-Id: Ia946c4a5a81106d6158016ac336ba7c9b7247911
This commit is contained in:
@@ -51,8 +51,7 @@ limitations under the License.
|
|||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.openid4java</groupId>
|
<groupId>org.openid4java</groupId>
|
||||||
<artifactId>openid4java-consumer</artifactId>
|
<artifactId>openid4java</artifactId>
|
||||||
<type>pom</type>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@@ -38,10 +38,8 @@ log4j.logger.eu.medsea.mimeutil=WARN
|
|||||||
|
|
||||||
# Silence non-critical messages from openid4java
|
# Silence non-critical messages from openid4java
|
||||||
#
|
#
|
||||||
|
log4j.logger.org.apache.http=WARN
|
||||||
log4j.logger.org.apache.xml=WARN
|
log4j.logger.org.apache.xml=WARN
|
||||||
log4j.logger.httpclient.wire=WARN
|
|
||||||
log4j.logger.org.apache.commons.httpclient=WARN
|
|
||||||
log4j.logger.org.apache.commons.httpclient.HttpMethodBase=ERROR
|
|
||||||
log4j.logger.org.openid4java=WARN
|
log4j.logger.org.openid4java=WARN
|
||||||
log4j.logger.org.openid4java.consumer.ConsumerManager=FATAL
|
log4j.logger.org.openid4java.consumer.ConsumerManager=FATAL
|
||||||
log4j.logger.org.openid4java.discovery.Discovery=ERROR
|
log4j.logger.org.openid4java.discovery.Discovery=ERROR
|
||||||
|
|||||||
11
pom.xml
11
pom.xml
@@ -538,9 +538,8 @@ limitations under the License.
|
|||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.openid4java</groupId>
|
<groupId>org.openid4java</groupId>
|
||||||
<artifactId>openid4java-consumer</artifactId>
|
<artifactId>openid4java</artifactId>
|
||||||
<version>0.9.6</version>
|
<version>0.9.8</version>
|
||||||
<type>pom</type>
|
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<!-- conflicts with our use of guice 3.0 -->
|
<!-- conflicts with our use of guice 3.0 -->
|
||||||
@@ -586,12 +585,6 @@ limitations under the License.
|
|||||||
<version>0.6.0</version>
|
<version>0.6.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.httpcomponents</groupId>
|
|
||||||
<artifactId>httpclient</artifactId>
|
|
||||||
<version>4.0</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.jcraft</groupId>
|
<groupId>com.jcraft</groupId>
|
||||||
<artifactId>jsch</artifactId>
|
<artifactId>jsch</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user