mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-29 07:12:32 +00:00
SEC-2537: Add nekohtml to openid module
This commit is contained in:
parent
13c5750f5d
commit
3f24210a2a
@ -18,5 +18,6 @@ dependencies {
|
|||||||
|
|
||||||
provided "javax.servlet:javax.servlet-api:$servletApiVersion"
|
provided "javax.servlet:javax.servlet-api:$servletApiVersion"
|
||||||
|
|
||||||
runtime 'org.apache.httpcomponents:httpclient:4.2.3'
|
runtime 'org.apache.httpcomponents:httpclient:4.2.3',
|
||||||
|
'net.sourceforge.nekohtml:nekohtml:1.9.20'
|
||||||
}
|
}
|
||||||
|
@ -128,6 +128,12 @@
|
|||||||
<version>3.0.1</version>
|
<version>3.0.1</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>net.sourceforge.nekohtml</groupId>
|
||||||
|
<artifactId>nekohtml</artifactId>
|
||||||
|
<version>1.9.20</version>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.httpcomponents</groupId>
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
<artifactId>httpclient</artifactId>
|
<artifactId>httpclient</artifactId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user