diff options
author | mcentner <mcentner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-08 14:06:55 +0000 |
---|---|---|
committer | mcentner <mcentner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-08 14:06:55 +0000 |
commit | bb444223c1b737319f473f6816566fa28b658cf5 (patch) | |
tree | 3aa41350cd20d9641695619087388743f208fe88 /id/server/idserverlib/pom.xml | |
parent | 5a188a18d5df4a778d6f60362d357caec46d46a0 (diff) | |
download | moa-id-spss-bb444223c1b737319f473f6816566fa28b658cf5.tar.gz moa-id-spss-bb444223c1b737319f473f6816566fa28b658cf5.tar.bz2 moa-id-spss-bb444223c1b737319f473f6816566fa28b658cf5.zip |
id mavenized
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@917 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id/server/idserverlib/pom.xml')
-rw-r--r-- | id/server/idserverlib/pom.xml | 164 |
1 files changed, 164 insertions, 0 deletions
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml new file mode 100644 index 000000000..a10f5eead --- /dev/null +++ b/id/server/idserverlib/pom.xml @@ -0,0 +1,164 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <parent> + <groupId>MOA.id</groupId> + <artifactId>server</artifactId> + <version>1.4.0</version> + </parent> + + <modelVersion>4.0.0</modelVersion> + <groupId>MOA.id.server</groupId> + <artifactId>idserverlib</artifactId> + <packaging>jar</packaging> + <version>1.4.0</version> + <name>MOA ID Serverlibrary</name> + + <properties> + <thirdPartyLib>${basedir}/../../../buildhelper</thirdPartyLib> + </properties> + + <dependencies> + <dependency> + <groupId>javaext</groupId> + <artifactId>activation</artifactId> + </dependency> + <dependency> + <groupId>axis</groupId> + <artifactId>axis</artifactId> + <version>1.4</version> + </dependency> + <dependency> + <groupId>javax.xml</groupId> + <artifactId>jaxrpc-api</artifactId> + </dependency> + <dependency> + <groupId>mail</groupId> + <artifactId>mail</artifactId> +<!-- <version>1.5</version>--> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> +<!-- <version>2.3-fcs</version>--> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>saaj</groupId> + <artifactId>saaj</artifactId> + </dependency> + <dependency> + <groupId>jaxp</groupId> + <artifactId>jaxp-api</artifactId> + </dependency> + <dependency> + <groupId>jaxp</groupId> + <artifactId>dom</artifactId> + </dependency> + <dependency> + <groupId>jaxp</groupId> + <artifactId>sax</artifactId> + </dependency> + <dependency> + <groupId>xerces</groupId> + <artifactId>xercesImpl</artifactId> + </dependency> + <dependency> + <groupId>xerces</groupId> + <artifactId>xmlParserAPIs</artifactId> + </dependency> + <dependency> + <groupId>jaxen</groupId> + <artifactId>jaxen-core</artifactId> + </dependency> + <dependency> + <groupId>jaxen</groupId> + <artifactId>jaxen-dom</artifactId> + </dependency> + <dependency> + <groupId>jaxen</groupId> + <artifactId>saxpath</artifactId> + </dependency> + <dependency> + <groupId>xalan</groupId> + <artifactId>xalan</artifactId> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </dependency> + <dependency> + <groupId>jsse</groupId> + <artifactId>jsse</artifactId> + </dependency> + <dependency> + <groupId>jsse</groupId> + <artifactId>jnet</artifactId> + </dependency> + <dependency> + <groupId>jsse</groupId> + <artifactId>jcert</artifactId> + </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> + <dependency> + <groupId>commons-discovery</groupId> + <artifactId>commons-discovery</artifactId> + </dependency> + <dependency> + <groupId>commons-fileupload</groupId> + <artifactId>commons-fileupload</artifactId> + </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + </dependency> + <dependency> + <groupId>dav4j</groupId> + <artifactId>dav4j</artifactId> + </dependency> + <dependency> + <groupId>httpsclient</groupId> + <artifactId>httpsclient</artifactId> + </dependency> + <dependency> + <groupId>MOA</groupId> + <artifactId>common</artifactId> + </dependency> + <dependency> + <groupId>MOA</groupId> + <artifactId>common-test</artifactId> + </dependency> + <dependency> + <groupId>MOA.spss.server</groupId> + <artifactId>serverlib</artifactId> + </dependency> + <dependency> + <groupId>iaik.prod</groupId> + <artifactId>iaik_moa_full</artifactId> + </dependency> + <dependency> + <groupId>iaik.prod</groupId> + <artifactId>iaik_ecc</artifactId> + </dependency> + <dependency> + <groupId>iaik.prod</groupId> + <artifactId>iaik_jce_full</artifactId> +<!-- <version>3.14</version>--> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>iaik.prod</groupId> + <artifactId>iaik_ixsil</artifactId> + </dependency> + <dependency> + <groupId>iaik.prod</groupId> + <artifactId>iaik_X509TrustManager</artifactId> + </dependency> + <dependency> + <groupId>iaik.prod</groupId> + <artifactId>iaik_ldap</artifactId> + </dependency> + </dependencies> +</project> |