diff options
Diffstat (limited to 'id/server')
3 files changed, 10 insertions, 4 deletions
| diff --git a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/PhyPersonMandateContainer.java b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/PhyPersonMandateContainer.java index ba89663ab..2ea6cce00 100644 --- a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/PhyPersonMandateContainer.java +++ b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/PhyPersonMandateContainer.java @@ -127,5 +127,4 @@ public class PhyPersonMandateContainer extends MandateContainer {      public void setPhyPersMandatorIdentificationType(String phyPersMandatorIdentificationType) {          this.phyPersMandatorIdentificationType = phyPersMandatorIdentificationType;      } -  } diff --git a/id/server/stork2-commons/pom.xml b/id/server/stork2-commons/pom.xml index 555d6cec7..86b37a143 100644 --- a/id/server/stork2-commons/pom.xml +++ b/id/server/stork2-commons/pom.xml @@ -13,7 +13,7 @@  	<properties>  		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>  		<stork.version>1.4.0</stork.version> -		<opensaml.version>2.6.3</opensaml.version> +		<opensaml.version>2.6.1</opensaml.version>  	</properties>  	<version>${stork.version}</version>    <description> @@ -62,7 +62,7 @@  			</exclusions>  		</dependency> -		<dependency> +        <dependency>    		<groupId>org.opensaml</groupId>    		<artifactId>opensaml</artifactId>  			<exclusions> @@ -89,6 +89,7 @@  			</exclusions>			  		</dependency> +  		<!-- Bouncy Castle -->  		<dependency>  			<groupId>org.bouncycastle</groupId> diff --git a/id/server/stork2-saml-engine/pom.xml b/id/server/stork2-saml-engine/pom.xml index 30f2bff7c..1979c770e 100644 --- a/id/server/stork2-saml-engine/pom.xml +++ b/id/server/stork2-saml-engine/pom.xml @@ -17,7 +17,7 @@  		<samlspec.version>0.5.2</samlspec.version>
  		<samlspecacept.version>0.5.1</samlspecacept.version>
  		<commons.version>1.4.0</commons.version>
 -		<opensaml.version>2.6.2</opensaml.version>
 +		<opensaml.version>2.6.0</opensaml.version>
  		<timestamp>${maven.build.timestamp}</timestamp>
  		<repositoryPath>${basedir}/../../../repository</repositoryPath>
  	</properties>
 @@ -89,6 +89,12 @@  			</exclusions>
  		</dependency>
 +        <!--
 +        <dependency>
 +            <groupId>org.opensaml</groupId>
 +            <artifactId>xmltooling</artifactId>
 +        </dependency>
 +        -->
  		<dependency>
  			<groupId>org.slf4j</groupId>
  			<artifactId>slf4j-api</artifactId>
 | 
