Browse Source

SEC-2537: Add nekohtml to openid module

pull/90/head
Rob Winch 12 years ago
parent
commit
9a4c50035c
  1. 3
      openid/openid.gradle
  2. 6
      openid/pom.xml

3
openid/openid.gradle

@ -18,5 +18,6 @@ dependencies { @@ -18,5 +18,6 @@ dependencies {
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'
}

6
openid/pom.xml

@ -128,6 +128,12 @@ @@ -128,6 +128,12 @@
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.sourceforge.nekohtml</groupId>
<artifactId>nekohtml</artifactId>
<version>1.9.20</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>

Loading…
Cancel
Save