unicore-client-wrapper
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>eu.unicore</groupId> <artifactId>unicore-client-wrapper</artifactId> <version>1.7.2_1</version> </dependency>
<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"> <modelVersion>4.0.0</modelVersion> <groupId>eu.unicore</groupId> <artifactId>unicore-client-wrapper</artifactId> <packaging>jar</packaging> <version>1.7.2_1</version> <name>unicore-client-wrapper</name> <url>http://www.unicore.eu</url> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <properties> <compiler.fork>false</compiler.fork> <jetty.version>8.1.11.v20130520</jetty.version> <saxon.version>9.1.0.8</saxon.version> <slf4j.version>1.6.1</slf4j.version> <cxf.version>2.7.6</cxf.version> </properties> <dependencies> <dependency> <groupId>xalan</groupId> <artifactId>xalan</artifactId> <version>2.7.0</version> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.16</version> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>apache-log4j-extras</artifactId> <version>1.1</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.8.2</version> <scope>test</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.0.1</version> </dependency> <dependency> <groupId>org.apache.santuario</groupId> <artifactId>xmlsec</artifactId> <version>1.5.1</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> </dependency> <!-- XmlBeans --> <dependency> <groupId>org.apache.xmlbeans</groupId> <artifactId>xmlbeans</artifactId> <version>2.6.0</version> <exclusions> <exclusion> <groupId>xmlbeans</groupId> <artifactId>xmlbeans-jsr173-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.xmlbeans</groupId> <artifactId>xmlbeans-xpath</artifactId> <version>2.6.0</version> </dependency> <!-- Saxon (needed by XmlBeans for XPath support) --> <dependency> <groupId>net.sf.saxon</groupId> <artifactId>saxon</artifactId> <version>${saxon.version}</version> </dependency> <dependency> <groupId>net.sf.saxon</groupId> <artifactId>saxon-dom</artifactId> <version>${saxon.version}</version> </dependency> <dependency> <groupId>net.sf.saxon</groupId> <artifactId>saxon-xpath</artifactId> <version>${saxon.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-servlet</artifactId> <version>${jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-servlets</artifactId> <version>${jetty.version}</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.0.1</version> </dependency> <dependency> <groupId>eu.eu-emi.security</groupId> <artifactId>canl</artifactId> <version>2.1.0</version> </dependency> <dependency> <groupId>org.apache.ws.security</groupId> <artifactId>wss4j</artifactId> <version>1.6.5</version> <exclusions> <exclusion> <artifactId>opensaml</artifactId> <groupId>org.opensaml</groupId> </exclusion> </exclusions> </dependency> <!-- Apache CXF Dependencies --> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-databinding-xmlbeans</artifactId> <version>${cxf.version}</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> <version>${cxf.version}</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> <version>${cxf.version}</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-features-clustering</artifactId> <version>${cxf.version}</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.2.4</version> </dependency> <dependency> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> <version>1.2</version> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.2</version> </dependency> </dependencies> <licenses> <license> <name>BSD</name> <comments>License file is distributed with the binary.</comments> </license> </licenses> <developers> <developer> <id>bschuller</id> <name>Bernd Schuller</name> <email>bschuller@users.sourceforge.net</email> <organization>Forschungszentrum Juelich</organization> <organizationUrl>http://www.fz-juelich.de</organizationUrl> </developer> <developer> <id>golbi</id> <name>Krzysztof Benedyczak</name> <organization>ICM Warsaw</organization> <organizationUrl>http://www.icm.edu.pl</organizationUrl> </developer> <developer> <id>msmemon</id> <name>Shahbaz Memon</name> <organization>Forschungszentrum Juelich</organization> <organizationUrl>http://www.fz-juelich.de</organizationUrl> </developer> </developers> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <prerequisites> <maven>2.2.1</maven> </prerequisites> <scm> <connection>scm:svn:https://svn.code.sf.net/p/unicore/svn/contributions/unicore-client-allinone/unicore-client-wrapper</connection> <url>https://svn.code.sf.net/p/unicore/svn/contributions/unicore-client-allinone/unicore-client-wrapper</url> </scm> </project>