diff options
Diffstat (limited to 'id/server/idserverlib/pom.xml')
| -rw-r--r-- | id/server/idserverlib/pom.xml | 357 | 
1 files changed, 85 insertions, 272 deletions
| diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index 23335290d..c1533eeb7 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -30,20 +30,15 @@  		<dependency>
  			<groupId>org.testng</groupId>
  			<artifactId>testng</artifactId>
 -			<version>6.1.1</version>
 +			<version>6.9.10</version>
  			<scope>test</scope>
  		</dependency>
 -<!-- 	<dependency>
 -		<groupId>eu.stork</groupId>
 -		<artifactId>oasis-dss-api</artifactId>
 -		<version>1.0.0-RELEASE</version>
 -		<exclusions>
 -			<exclusion>
 -				<groupId>org.apache.commons</groupId>
 -				<artifactId>commons-io</artifactId>
 -			</exclusion>
 -		</exclusions>
 -	</dependency> -->
 +		    
 +    <dependency>
 +			<groupId>com.google.guava</groupId>
 +			<artifactId>guava</artifactId>
 +			<version>19.0</version>
 +		</dependency>
      <dependency>
      	<groupId>at.gv.egiz.components</groupId>
 @@ -58,20 +53,37 @@      </dependency>
      <dependency>
 +    	<groupId>at.gv.egiz.components</groupId>
 +    	<artifactId>egiz-spring-api</artifactId>
 +    	<version>0.1</version>
 +    </dependency>
 +    
 +    <dependency>
 +    	<groupId>MOA.id.server</groupId>
 +  		<artifactId>moa-id-frontend-resources</artifactId>
 +    </dependency>
 +    <dependency>
      		<groupId>MOA.id.server</groupId>
      		<artifactId>moa-id-commons</artifactId>
 -<!--     		<exclusions>
 -    			<exclusion>
 -    				<artifactId>hyperjaxb3-ejb-runtime</artifactId>
 -    				<groupId>org.jvnet.hyperjaxb3</groupId>
 -    			</exclusion>
 -    		</exclusions> -->
 +    </dependency>
 +    
 +    <dependency>
 +    		<groupId>MOA.id.server</groupId>
 +    		<artifactId>moa-id-commons</artifactId>
 +    		<type>test-jar</type>
 +				<scope>test</scope>
      </dependency>
          <dependency>
              <groupId>org.hibernate</groupId>
              <artifactId>hibernate-core</artifactId>
              <version>${hibernate.version}</version>
 +            <exclusions>
 +            	<exclusion>
 +            		<artifactId>xml-apis</artifactId>
 +            		<groupId>xml-apis</groupId>
 +            	</exclusion>
 +            </exclusions>
          </dependency>
          <dependency>
              <groupId>org.hibernate</groupId>
 @@ -83,59 +95,32 @@              <artifactId>hibernate-entitymanager</artifactId>
              <version>${hibernate.version}</version>
          </dependency>
 -
 -    
 -<!--         <dependency>
 -            <groupId>eu.stork</groupId>
 -            <artifactId>Commons</artifactId>
 -            <version>1.4.0</version>
 -        </dependency> -->
 -<!--         <dependency>
 -            <groupId>eu.stork</groupId>
 -            <artifactId>SamlEngine</artifactId>
 -            <version>1.5.1</version>
 -        </dependency> -->
 -
 -		<dependency>
 -			<groupId>MOA</groupId>
 -			<artifactId>moa-common</artifactId>
 -			<type>jar</type>
 -		</dependency>
 -
 -		<dependency>
 -			<groupId>MOA</groupId>
 -			<artifactId>moa-common</artifactId>
 -			<type>test-jar</type>
 -			<scope>test</scope>
 -		</dependency>
 -		<dependency>
 -			<groupId>MOA.spss.server</groupId>
 -			<artifactId>moa-spss-lib</artifactId>
 -			<exclusions>
 -				<exclusion>
 -					<artifactId>iaik_pki_module</artifactId>
 -					<groupId>iaik</groupId>
 -				</exclusion>
 -				<exclusion>
 -					<groupId>javax.servlet</groupId>
 -					<artifactId>servlet-api</artifactId>
 -				</exclusion>
 -				<exclusion>
 -					<artifactId>axis-wsdl4j</artifactId>
 -					<groupId>axis</groupId>
 -				</exclusion>
 -				<exclusion>
 -					<artifactId>jaxb-impl</artifactId>
 -					<groupId>com.sun.xml.bind</groupId>
 -				</exclusion>
 -			</exclusions>
 -		</dependency>
 -		<dependency>
 -			<groupId>axis</groupId>
 -			<artifactId>axis</artifactId>
 -		</dependency>
 -		
 -
 +	
 +			<dependency>
 +				<groupId>MOA.id</groupId>
 +  			<artifactId>moa-spss-container</artifactId>
 +  			<exclusions>
 +					<exclusion>
 +						<artifactId>iaik_pki_module</artifactId>
 +						<groupId>iaik</groupId>
 +					</exclusion>
 +					<exclusion>
 +						<groupId>commons-logging</groupId>
 +						<artifactId>commons-logging</artifactId>
 +					</exclusion>
 +					<exclusion>
 +						<artifactId>axis-wsdl4j</artifactId>
 +						<groupId>axis</groupId>
 +					</exclusion>
 +				</exclusions>
 +			</dependency>
 +  
 +  		<dependency>
 +				<groupId>jakarta-regexp</groupId>
 +				<artifactId>jakarta-regexp</artifactId>
 +				<version>1.4</version>
 +			</dependency>
 +  
  		   <dependency>
              <groupId>at.gv.util</groupId>
              <artifactId>egovutils</artifactId>
 @@ -164,9 +149,18 @@                  	<artifactId>jaxb-core</artifactId>
                  	<groupId>com.sun.xml.bind</groupId>
                  </exclusion>
 +                <exclusion>
 +                	<artifactId>xml-apis</artifactId>
 +                	<groupId>xml-apis</groupId>
 +                </exclusion>
              </exclusions>
          </dependency>
 +				<dependency>
 +					<groupId>commons-collections</groupId>
 +					<artifactId>commons-collections</artifactId>
 +				</dependency>
 +				
  		  <dependency>
          	<groupId>org.apache.cxf</groupId>
          	<artifactId>cxf-rt-frontend-jaxws</artifactId>
 @@ -176,6 +170,11 @@          	<artifactId>cxf-rt-transports-http</artifactId>
      	</dependency>
 +		<dependency>
 +			<groupId>xalan-bin-dist</groupId>
 +			<artifactId>xml-apis</artifactId>
 +		</dependency>
 +		
  		<dependency>
  			<groupId>javax.xml.bind</groupId>
 @@ -183,94 +182,17 @@  		</dependency>
  		<!-- Required for MOA-SPSS API access -->
 -		<dependency>
 +<!-- 		<dependency>
  			<groupId>com.sun.xml.rpc</groupId>
  			<artifactId>jaxrpc-impl</artifactId>
  			<version>1.1.3_01</version>
 -		</dependency>
 +		</dependency> -->
  		<dependency>
  			<groupId>javax.mail</groupId>
  			<artifactId>mail</artifactId>
  		</dependency>
 -		<!--
 -		<dependency>
 -			<groupId>javax.servlet</groupId>
 -			<artifactId>servlet-api</artifactId>
 -			<scope>provided</scope>
 -		</dependency>
 -		-->
 -		
 -        <dependency>
 -            <groupId>xalan-bin-dist</groupId>
 -            <artifactId>xalan</artifactId>
 -            <!-- should be provided by the container or jre -->
 -            <scope>provided</scope>
 -            <exclusions>
 -            	<exclusion>
 -            		<artifactId>serializer</artifactId>
 -            		<groupId>xalan</groupId>
 -            	</exclusion>
 -            </exclusions>
 -        </dependency>
 -        <dependency>
 -            <groupId>xerces</groupId>
 -            <artifactId>xercesImpl</artifactId>
 -            <!-- should be provided by the container or jre -->
 -            <scope>provided</scope>
 -        </dependency>
 -        <dependency>
 -            <groupId>xalan-bin-dist</groupId>
 -            <artifactId>xml-apis</artifactId>
 -            <!-- should be provided by the container or jre -->
 -            <scope>provided</scope>
 -        </dependency>
 -        <dependency>
 -            <groupId>xalan-bin-dist</groupId>
 -            <artifactId>serializer</artifactId>
 -            <!-- should be provided by the container or jre -->
 -            <scope>provided</scope>
 -        </dependency>
 -        <dependency>
 -            <groupId>iaik.prod</groupId>
 -            <artifactId>iaik_jce_full</artifactId>
 -            <!-- should be in the ext directory of the jre -->
 -            <scope>provided</scope>
 -        </dependency>
 -        <dependency>
 -            <groupId>iaik.prod</groupId>
 -            <artifactId>iaik_ecc</artifactId>
 -            <!-- should be in the ext directory of the jre -->
 -            <scope>provided</scope>
 -        </dependency>
 -
 -
 -<!--         <dependency>
 -            <groupId>org.slf4j</groupId>
 -            <artifactId>slf4j-api</artifactId>
 -            <version>1.7.7</version>
 -        </dependency> -->
 -<!--         <dependency>
 -            <groupId>org.slf4j</groupId>
 -            <artifactId>slf4j-simple</artifactId>
 -            <version>1.7.6</version>
 -        </dependency> -->
 -<!--         <dependency>
 -            <groupId>org.slf4j</groupId>
 -            <artifactId>jcl-over-slf4j</artifactId>
 -            <version>1.7.6</version>
 -        </dependency> -->
 -<!--          <dependency>
 -            <groupId>org.slf4j</groupId>
 -            <artifactId>log4j-over-slf4j</artifactId>
 -            <version>1.7.6</version>
 -        </dependency> -->
 -<!--         <dependency>
 -            <groupId>org.slf4j</groupId>
 -            <artifactId>jul-to-slf4j</artifactId>
 -            <version>1.7.6</version>
 -        </dependency> -->
  		<dependency>
  			<groupId>org.easymock</groupId>
 @@ -282,12 +204,12 @@  			<artifactId>unitils-core</artifactId>
  			<scope>test</scope>
  		</dependency>
 -		<dependency>
 +<!-- 		<dependency>
  			<groupId>MOA</groupId>
  			<artifactId>moa-common</artifactId>
  			<type>test-jar</type>
  			<scope>test</scope>
 -		</dependency>
 +		</dependency> -->
   		<dependency>
  			<groupId>commons-logging</groupId>
  			<artifactId>commons-logging</artifactId>
 @@ -311,33 +233,7 @@  		<dependency>
  			<groupId>httpsclient</groupId>
  			<artifactId>httpsclient</artifactId>
 -		</dependency>
 -		<dependency>
 -			<groupId>iaik.prod</groupId>
 -			<artifactId>iaik_moa</artifactId>
 -		</dependency>
 -		<dependency>
 -			<groupId>iaik.prod</groupId>
 -			<artifactId>iaik_ixsil</artifactId>
 -		</dependency>
 -		<dependency>
 -			<groupId>iaik.prod</groupId>
 -			<artifactId>iaik_X509TrustManager</artifactId>
 -		</dependency>
 -		<!-- <dependency> <groupId>iaik</groupId> <artifactId>moa</artifactId> 
 -			<version>1.28</version> </dependency> -->
 -<!-- 		<dependency>
 -			<groupId>edu.internet2.middleware</groupId>
 -			<artifactId>shibboleth-common</artifactId>
 -			<version>1.4.0</version>
 -			<exclusions>
 -				<exclusion>
 -					<artifactId>logback-classic</artifactId>
 -					<groupId>ch.qos.logback</groupId>
 -				</exclusion>
 -			</exclusions>
 -		</dependency> -->
 -		
 +		</dependency>		
  	<dependency>
    		<groupId>org.opensaml</groupId>
    		<artifactId>opensaml</artifactId>
 @@ -388,95 +284,6 @@  	    <version>2.0.5</version>
  	</dependency>
 -<!-- 	<dependency>
 -			<groupId>regexp</groupId>
 -			<artifactId>regexp</artifactId>
 -		</dependency> -->
 -		
 -		<!-- <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> 
 -			</dependency> -->
 -		<!-- <dependency> <groupId>at.gv.egovernment.moa.id</groupId> <artifactId>mandate-validate</artifactId> 
 -			<version>1.1</version> </dependency> -->
 -        <!--
 -        <dependency>
 -			<groupId>commons-lang</groupId>
 -			<artifactId>commons-lang</artifactId>
 -			<version>2.6</version>
 -		</dependency>
 -        -->
 -
 -
 -
 -		<!-- JSON JWT implementation -->
 -		<dependency>
 -			<groupId>com.googlecode.jsontoken</groupId>
 -			<artifactId>jsontoken</artifactId>
 -			<version>1.1</version>
 -			<exclusions>
 -				<exclusion>
 -					<groupId>javax.servlet</groupId>
 -					<artifactId>servlet-api</artifactId>
 -				</exclusion>
 -				<exclusion>
 -					<artifactId>google-collections</artifactId>
 -					<groupId>com.google.collections</groupId>
 -				</exclusion>
 -			</exclusions>
 -		</dependency>
 -
 -		<dependency>
 -			<groupId>com.google.guava</groupId>
 -			<artifactId>guava</artifactId>
 -			<version>18.0</version>
 -		</dependency>
 -
 -		<dependency>
 -			<groupId>commons-codec</groupId>
 -			<artifactId>commons-codec</artifactId>
 -			<version>1.10</version>
 -		</dependency>
 -
 -		<!-- Google OAuth Client -->
 -		<dependency>
 -			<groupId>com.google.http-client</groupId>
 -			<artifactId>google-http-client-jackson2</artifactId>
 -			<version>1.19.0</version>
 -			<scope>test</scope>
 -		</dependency>
 -		<dependency>
 -			<groupId>com.google.oauth-client</groupId>
 -			<artifactId>google-oauth-client-jetty</artifactId>
 -			<version>1.19.0</version>
 -			<scope>test</scope>
 -			<exclusions>
 -				<exclusion>
 -					<groupId>org.mortbay.jetty</groupId>
 -					<artifactId>servlet-api</artifactId>
 -				</exclusion>
 -			</exclusions>
 -		</dependency>
 -
 -<!-- 		<dependency>
 -			<groupId>eu.stork</groupId>
 -			<artifactId>DocumentService</artifactId>
 -			<version>0.0.1-SNAPSHOT</version>
 -			<classifier>classes</classifier>
 -			<exclusions>
 -				<exclusion>
 -					<artifactId>axis</artifactId>
 -					<groupId>org.apache.axis</groupId>
 -				</exclusion>
 -				<exclusion>
 -					<artifactId>bcprov-jdk16</artifactId>
 -					<groupId>org.bouncycastle</groupId>
 -				</exclusion>
 -				<exclusion>
 -					<artifactId>jaxws-tools</artifactId>
 -					<groupId>com.sun.xml.ws</groupId>
 -				</exclusion>
 -			</exclusions>
 -		</dependency> -->
 -
  		<!-- the core, which includes Streaming API, shared low-level abstractions (but NOT data-binding) -->
  		<dependency>
  			<groupId>com.fasterxml.jackson.core</groupId>
 @@ -510,8 +317,8 @@  		<dependency>
  			<groupId>com.h2database</groupId>
  			<artifactId>h2</artifactId>
 -			<version>1.4.178</version>
 -			<scope>runtime</scope>
 +			<version>1.4.191</version>
 +			<scope>test</scope>
  		</dependency>
  		<!-- tools -->
 @@ -543,6 +350,12 @@  		</dependency> -->
 +<!--         <dependency>
 +            <groupId>eu.stork</groupId>
 +            <artifactId>SamlEngine</artifactId>
 +            <version>1.5.1</version>
 +        </dependency> -->
 +
  		<!-- spring -->
  		<dependency>
 @@ -678,11 +491,11 @@  						<artifactId>surefire-junit47</artifactId>
  						<version>${surefire.version}</version>
  					</dependency>
 -					<dependency>
 +<!-- 					<dependency>
  						<groupId>org.apache.maven.surefire</groupId>
  						<artifactId>surefire-testng</artifactId>
  						<version>${surefire.version}</version>
 -					</dependency>
 +					</dependency> -->
  				</dependencies>
  			</plugin>
 | 
