Browse Source

Added missing HttpClient version information to openid bundlor template file.

pull/1/head
Luke Taylor 15 years ago
parent
commit
23df97f44a
  1. 3
      gradle/javaprojects.gradle
  2. 1
      openid/template.mf

3
gradle/javaprojects.gradle

@ -25,7 +25,8 @@ bundlorProperties = [ @@ -25,7 +25,8 @@ bundlorProperties = [
apacheDSRange: '[1.5.5, 1.6)',
apacheDSSharedRange: '[0.9.15, 1.0)',
ldapSdkRange: '[4.1, 5.0)',
aopAllianceRange: '[1.0.0, 2.0.0)'
aopAllianceRange: '[1.0.0, 2.0.0)',
commonsHttpRange: '[3.1.0, 4.0.0)'
]
configurations {

1
openid/template.mf

@ -10,6 +10,7 @@ Ignored-Existing-Headers: @@ -10,6 +10,7 @@ Ignored-Existing-Headers:
Export-Package
Import-Template:
org.apache.commons.logging.*;version="${cloggingRange}",
org.apache.commons.httpclient;version="${commonsHttpRange}",
org.springframework.security.core.*;version="${secRange}",
org.springframework.security.authentication.*;version="${secRange}",
org.springframework.security.web.*;version="${secRange}",

Loading…
Cancel
Save