| <?xml version="1.0" encoding="UTF-8"?> |
| <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> |
| <parent> |
| <groupId>net.sf.taverna</groupId> |
| <artifactId>parent</artifactId> |
| <version>0.2.2011-02-17</version> |
| </parent> |
| <groupId>net.sf.taverna</groupId> |
| <artifactId>wsdl-generic</artifactId> |
| <version>3.0.0-SNAPSHOT</version> |
| <packaging>bundle</packaging> |
| <name>wsdl-generic</name> |
| <description>WSDL 1.1/2.0 handling classes bundled for Taverna 3 OSGi</description> |
| |
| <properties> |
| <target.jdk>1.7</target.jdk> |
| </properties> |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.felix</groupId> |
| <artifactId>maven-bundle-plugin</artifactId> |
| <version>2.3.7</version> |
| <extensions>true</extensions> |
| <configuration> |
| <instructions> |
| <Bundle-RequiredExecutionEnvironment>JavaSE-1.7</Bundle-RequiredExecutionEnvironment> |
| <Import-Package> |
| javax.activation;version="0.0.0", |
| javax.xml.bind;version="0.0.0", |
| javax.xml.namespace;version="0.0.0", |
| javax.xml.parsers;version="0.0.0", |
| javax.xml.soap;version="0.0.0", |
| javax.xml.transform;version="0.0.0", |
| javax.xml.transform.dom;version="0.0.0", |
| javax.xml.transform.stream;version="0.0.0", |
| javax.xml.ws;version="0.0.0", |
| javax.xml.ws.handler;version="0.0.0", |
| javax.xml.ws.handler.soap;version="0.0.0", |
| org.w3c.dom;version="0.0.0", |
| org.w3c.dom.ls;version="0.0.0", |
| org.xml.sax;version="0.0.0", |
| * |
| </Import-Package> |
| </instructions> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-surefire-plugin</artifactId> |
| <configuration> |
| <excludes> |
| <exclude>**/integration/**</exclude> |
| </excludes> |
| </configuration> |
| <executions> |
| <execution> |
| <id>integration-test</id> |
| <goals> |
| <goal>test</goal> |
| </goals> |
| <phase>integration-test</phase> |
| <configuration> |
| <excludes> |
| <exclude>none</exclude> |
| </excludes> |
| <includes> |
| <include>**/integration/**</include> |
| </includes> |
| </configuration> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| |
| <!-- |
| <scm> |
| <connection>scm:svn:http://taverna.googlecode.com/svn/taverna/utils/net.sf.taverna.wsdl-generic/trunk/</connection> |
| <developerConnection>scm:svn:https://taverna.googlecode.com/svn/taverna/utils/net.sf.taverna.wsdl-generic/trunk/</developerConnection> |
| <url>http://code.google.com/p/taverna/source/browse/#svn/taverna/utils/net.sf.taverna.wsdl-generic/trunk/</url> |
| </scm> |
| --> |
| <dependencies> |
| <!-- |
| <dependency> |
| <groupId>org.apache.axis</groupId> |
| <artifactId>com.springsource.org.apache.axis</artifactId> |
| <version>1.4.0</version> |
| </dependency> |
| --> |
| <dependency> |
| <groupId>org.apache.log4j</groupId> |
| <artifactId>com.springsource.org.apache.log4j</artifactId> |
| <version>1.2.16</version> |
| </dependency> |
| <dependency> |
| <groupId>org.jdom</groupId> |
| <artifactId>com.springsource.org.jdom</artifactId> |
| <version>1.1.0</version> |
| </dependency> |
| <dependency> |
| <groupId>javax.activation</groupId> |
| <artifactId>com.springsource.javax.activation</artifactId> |
| <version>1.1.1</version> |
| </dependency> |
| <dependency> |
| <groupId>javax.wsdl</groupId> |
| <artifactId>com.springsource.javax.wsdl</artifactId> |
| <version>1.6.1</version> |
| </dependency> |
| |
| |
| <dependency> |
| <groupId>org.apache.ws.xmlschema</groupId> |
| <artifactId>xmlschema-core</artifactId> |
| <version>2.0.3</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.ws</groupId> |
| <artifactId>com.springsource.org.apache.ws.security</artifactId> |
| <version>1.5.8</version> |
| </dependency> |
| <!-- |
| <dependency> |
| <groupId>org.apache.ws.security</groupId> |
| <artifactId>wss4j</artifactId> |
| <version>1.6.13</version> |
| </dependency> |
| --> |
| |
| <dependency> |
| <groupId>org.apache.woden</groupId> |
| <artifactId>woden</artifactId> |
| <version>1.0M9</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>javax.xml.rpc</groupId> |
| <artifactId>com.springsource.javax.xml.rpc</artifactId> |
| <version>1.1.0</version> |
| </dependency><dependency> |
| <groupId>junit</groupId> |
| <artifactId>junit</artifactId> |
| <version>4.4</version> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>uk.org.mygrid.taverna</groupId> |
| <artifactId>taverna-core</artifactId> |
| <version>1.7.2.0</version> |
| <scope>test</scope> |
| </dependency> |
| </dependencies> |
| |
| <repositories> |
| |
| <repository> |
| <id>Snaplogic-Maven-Repository</id> |
| <name>Snaplogic Maven Repository</name> |
| <url>http://maven.snaplogic.org/content/groups/public/</url> |
| <releases> |
| <enabled>true</enabled> |
| </releases> |
| <snapshots> |
| <enabled>false</enabled> |
| </snapshots> |
| </repository> |
| |
| <repository> |
| <id>mygrid-repository</id> |
| <name>myGrid Repository</name> |
| <url>http://www.mygrid.org.uk/maven/repository</url> |
| <releases /> |
| <snapshots> |
| <enabled>false</enabled> |
| </snapshots> |
| </repository> |
| <repository> |
| <id>mygrid-snapshot-repository</id> |
| <name>myGrid Snapshot Repository</name> |
| <url>http://www.mygrid.org.uk/maven/snapshot-repository</url> |
| <releases> |
| <enabled>false</enabled> |
| </releases> |
| <snapshots /> |
| </repository> |
| <repository> |
| <id>com.springsource.repository.bundles.release</id> |
| <name>SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases</name> |
| <url>http://repository.springsource.com/maven/bundles/release</url> |
| </repository> |
| <repository> |
| <id>com.springsource.repository.bundles.external</id> |
| <name>SpringSource Enterprise Bundle Repository - External Bundle Releases</name> |
| <url>http://repository.springsource.com/maven/bundles/external</url> |
| </repository> |
| </repositories> |
| |
| </project> |