diff options
Diffstat (limited to 'id')
| -rw-r--r-- | id/server/idserverlib/pom.xml | 35 | 
1 files changed, 8 insertions, 27 deletions
| diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index 84d2ef6c7..e5e2b0dc6 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -36,18 +36,7 @@      		<artifactId>moa-id-commons</artifactId>
      		<version>${pom.version}</version>
      </dependency>
 -	  <!--
 -	   <dependency>
 -    		<groupId>MOA.id</groupId>
 -    		<artifactId>stork-saml-engine</artifactId>
 -    		<version>1.5.2</version>
 -    </dependency>
 -        <dependency>
 -            <groupId>MOA.id</groupId>
 -            <artifactId>mw-messages-api</artifactId>
 -            <version>2.0</version>
 -        </dependency>
 -       -->
 +    
          <dependency>
              <groupId>eu.stork</groupId>
              <artifactId>Commons</artifactId>
 @@ -59,11 +48,6 @@              <version>1.4.0</version>
          </dependency>
 -    <dependency>
 -    		<groupId>MOA.id.server</groupId>
 -    		<artifactId>moa-id-commons</artifactId>
 -    		<version>${pom.version}</version>
 -    </dependency>
  		<dependency>
  			<groupId>MOA</groupId>
  			<artifactId>moa-common</artifactId>
 @@ -84,21 +68,18 @@  			<artifactId>axis</artifactId>
  		</dependency>
 -		<dependency>
 + 		<dependency>
  			<groupId>com.sun</groupId>
  			<artifactId>webservices-tools</artifactId>
  			<version>2.0.1</version>
 -		</dependency>
 +		</dependency>		
  		<dependency>
  			<groupId>com.sun</groupId>
  			<artifactId>webservices-rt</artifactId>
  			<version>2.0.1</version>
 -		</dependency>
 -<!--<dependency>
 -			<groupId>javax.xml.bind</groupId>
 -			<artifactId>jaxb-api</artifactId>
 -		</dependency> -->
 -		
 +		</dependency>		
 +				
 +				
  		<dependency>
  			<groupId>javax.mail</groupId>
  			<artifactId>mail</artifactId>
 @@ -295,8 +276,8 @@  				<groupId>org.apache.maven.plugins</groupId>
  				<artifactId>maven-compiler-plugin</artifactId>
  				<configuration>
 -					<source>1.5</source>
 -					<target>1.5</target>
 +					<source>1.6</source>
 +					<target>1.6</target>
  				</configuration>
  			</plugin>
  			<plugin>
 | 
