Mail Archive Home | dragon-commits List | November 2010 Index
| <-- Date Index --> | <-- Thread Index --> |
[maven-release-plugin] copy for tag dragon-core-1.1
--- branches/1.1.x-spveoliae/core/pom.xml 2010-11-10 15:31:56 UTC (rev 1022)
+++ tags/dragon-core-1.1/pom.xml 2010-11-10 16:02:43 UTC (rev 1040)
@@ -1,530 +0,0 @@
-<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>
- <artifactId>dragon-parent</artifactId>
- <groupId>org.ow2.dragon</groupId>
- <version>7-SNAPSHOT</version>
- </parent>
-
- <!-- ============== -->
- <!-- Identification -->
- <!-- ============== -->
- <name>Petals Master Core</name>
- <artifactId>dragon-core</artifactId>
- <groupId>org.ow2.dragon</groupId>
- <version>1.1-SNAPSHOT</version>
- <description>Petals Master Core</description>
- <packaging>jar</packaging>
- <scm>
- <connection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/petalsmaster/branches/1.1.x-spveoliae/core</connection>
- <developerConnection>scm:svn:svn+ssh://ofabre@xxxxxxxxxxxxxxxxxxxxxxx/svnroot/petalsmaster/branches/1.1.x-spveoliae/core</developerConnection>
- </scm>
-
- <!-- ========== -->
- <!-- Properties -->
- <!-- ========== -->
- <properties>
- <topDirectoryLocation>..</topDirectoryLocation>
- <!-- Compass Settings -->
- <compass.version>2.2.0</compass.version>
- <lucene.version>2.4.1</lucene.version>
- </properties>
-
- <!-- ============ -->
- <!-- Dependencies -->
- <!-- ============ -->
- <dependencies>
- <!-- ############# -->
- <!-- Test -->
- <!-- ############# -->
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-test</artifactId>
- <version>${spring.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>javax.annotation</groupId>
- <artifactId>jsr250-api</artifactId>
- <version>1.0</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-servlet</artifactId>
- <version>7.1.6.v20100715</version>
- <scope>test</scope>
- </dependency>
-
- <!-- ############# -->
- <!-- The dragon persistence layer -->
- <!-- ############# -->
- <!-- ORM -->
- <dependency>
- <groupId>commons-dbcp</groupId>
- <artifactId>commons-dbcp</artifactId>
- <version>1.2.2</version>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>1.4</version>
- </dependency>
- <dependency>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- <version>1.3.03</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-orm</artifactId>
- <version>${spring.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-jdbc</artifactId>
- <version>${spring.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-aop</artifactId>
- <version>${spring.version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-tx</artifactId>
- <version>${spring.version}</version>
- </dependency>
- <!-- <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate</artifactId>
- <version>3.2.6.ga-compass-fix</version> <exclusions> <exclusion> <groupId>cglib</groupId>
- <artifactId>cglib</artifactId> </exclusion> <exclusion> <groupId>asm</groupId>
- <artifactId>asm</artifactId> </exclusion> <exclusion> <groupId>asm</groupId>
- <artifactId>asm-attrs</artifactId> </exclusion> </exclusions> </dependency> -->
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-core</artifactId>
- <version>3.3.0.SP1-compass-fix</version>
- <exclusions>
- <exclusion>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- </exclusion>
- <exclusion>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-annotations</artifactId>
- <version>3.4.0.GA</version>
- <exclusions>
- <exclusion>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-core</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-entitymanager</artifactId>
- <version>3.4.0.GA</version>
- <exclusions>
- <exclusion>
- <groupId>cglib</groupId>
- <artifactId>cglib</artifactId>
- </exclusion>
- <exclusion>
- <groupId>asm</groupId>
- <artifactId>asm</artifactId>
- </exclusion>
- <exclusion>
- <groupId>asm</groupId>
- <artifactId>asm-attrs</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-core</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <artifactId>slf4j-log4j12</artifactId>
- <groupId>org.slf4j</groupId>
- <version>1.4.2</version>
- </dependency>
- <dependency>
- <groupId>com.trg</groupId>
- <artifactId>trg-search</artifactId>
- <version>0.4.3-no-slf4j</version>
- </dependency>
- <!-- using cglib without dependencies to asm because it causes troubles
- with cxf that also uses asm dependencies of an other version -->
- <dependency>
- <groupId>cglib</groupId>
- <artifactId>cglib-nodep</artifactId>
- <version>2.1_3</version>
- </dependency>
-
- <!-- Database connectors -->
- <dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- <version>5.1.6</version>
- </dependency>
- <dependency>
- <groupId>hsqldb</groupId>
- <artifactId>hsqldb</artifactId>
- <version>1.8.0.7</version>
- </dependency>
- <dependency>
- <groupId>com.h2database</groupId>
- <artifactId>h2</artifactId>
- <version>1.1.114</version>
- </dependency>
-
- <dependency>
- <groupId>com.oracle</groupId>
- <artifactId>oracle-jdbc</artifactId>
- <version>10g</version>
- </dependency>
- <!-- SLA -->
- <dependency>
- <artifactId>ws-dm</artifactId>
- <groupId>com.ebmwebsourcing.wsstar</groupId>
- <version>1.1</version>
- <exclusions>
- <exclusion>
- <groupId>org.ow2.easywsdl</groupId>
- <artifactId>easywsdl-schema</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.ow2.easywsdl</groupId>
- <artifactId>easywsdl-wsdl</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
- <!-- Notification -->
- <dependency>
- <artifactId>ws-notification-definition</artifactId>
- <groupId>com.ebmwebsourcing.wsstar</groupId>
- <version>1.1</version>
- </dependency>
- <dependency>
- <artifactId>ws-notification-extension</artifactId>
- <groupId>com.ebmwebsourcing.wsstar</groupId>
- <version>1.1</version>
- </dependency>
-
- <!-- Compass -->
- <dependency>
- <groupId>org.compass-project</groupId>
- <artifactId>compass</artifactId>
- <version>${compass.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.lucene</groupId>
- <artifactId>lucene-core</artifactId>
- <version>${lucene.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.lucene</groupId>
- <artifactId>lucene-analyzers</artifactId>
- <version>${lucene.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.lucene</groupId>
- <artifactId>lucene-highlighter</artifactId>
- <version>${lucene.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.lucene</groupId>
- <artifactId>lucene-queries</artifactId>
- <version>${lucene.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.lucene</groupId>
- <artifactId>lucene-snowball</artifactId>
- <version>${lucene.version}</version>
- </dependency>
-
- <!-- ############# -->
- <!-- The dragon deps -->
- <!-- ############# -->
- <dependency>
- <groupId>org.ow2.dragon</groupId>
- <artifactId>dragon-util</artifactId>
- <version>1.1-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.ow2.dragon</groupId>
- <artifactId>dragon-aop</artifactId>
- <version>1.1-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.ow2.dragon</groupId>
- <artifactId>dragon-api-connection</artifactId>
- <version>1.1-SNAPSHOT</version>
- </dependency>
-
- <!-- ############# -->
- <!-- WSDL import deps -->
- <!-- ############# -->
- <dependency>
- <artifactId>easywsdl-ext-sawsdl</artifactId>
- <groupId>org.ow2.easywsdl</groupId>
- <version>2.3</version>
- </dependency>
- <!-- ############# -->
- <!-- CXF dependencies for Dragon WS API (import and export) -->
- <!-- ############# -->
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-bundle-minimal</artifactId>
- <version>${cxf-version}</version>
- <exclusions>
- <exclusion>
- <artifactId>slf4j-jdk14</artifactId>
- <groupId>org.slf4j</groupId>
- </exclusion>
- <exclusion>
- <artifactId>slf4j-api</artifactId>
- <groupId>org.slf4j</groupId>
- </exclusion>
- <exclusion>
- <artifactId>spring-dao</artifactId>
- <groupId>org.springframework</groupId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-beans</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-context</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-core</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-web</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-tx</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-dao</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-jdbc</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-jms</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.springframework</groupId>
- <artifactId>spring-support</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.santuario</groupId>
- <artifactId>xmlsec</artifactId>
- </exclusion>
- <exclusion>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </exclusion>
- <exclusion>
- <artifactId>jaxb-impl</artifactId>
- <groupId>com.sun.xml.bind</groupId>
- </exclusion>
- <exclusion>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- </exclusion>
-
- <exclusion>
- <groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- </exclusion>
- <exclusion>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- </exclusion>
- <!-- <exclusion> <groupId>opensaml</groupId> <artifactId>opensaml</artifactId>
- </exclusion> <exclusion> <groupId>asm</groupId> <artifactId>asm</artifactId>
- </exclusion> -->
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-common-schemas</artifactId>
- <version>${cxf-version}</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-web</artifactId>
- <version>${spring.version}</version>
- </dependency>
-
- <!-- ############# -->
- <!-- hyperjaxb dependencies for dataset management -->
- <!-- ############# <dependency> <groupId>org.jvnet.hyperjaxb3</groupId>
- <artifactId>hyperjaxb3-ejb-runtime</artifactId> <version>0.3</version> </dependency> -->
-
- <!-- ############# -->
- <!-- Tika dependency (document parser for pdf, html...) -->
- <!-- ############# -->
- <dependency>
- <groupId>org.apache.tika</groupId>
- <artifactId>tika-core</artifactId>
- <version>0.5</version>
- <exclusions>
- <exclusion>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- </exclusion>
- <exclusion>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </exclusion>
- <exclusion>
- <groupId>asm</groupId>
- <artifactId>asm</artifactId>
- </exclusion>
- <exclusion>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- </exclusion>
- <exclusion>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.apache.tika</groupId>
- <artifactId>tika-parsers</artifactId>
- <version>0.5</version>
- </dependency>
-
- <!-- ############# -->
- <!-- Connection to service platforms -->
- <!-- ############# -->
- <dependency>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
- <version>1.1.2</version>
- </dependency>
- </dependencies>
- <!-- ########################################################################### -->
- <!-- #### JAXB plugin conf to generate un/marshaler for Dragon dataset ######### -->
- <!-- ########################################################################### -->
- <repositories>
- <repository>
- <id>maven2-repository.dev.java.net</id>
- <url>http://download.java.net/maven/2</url>
- </repository>
- <repository>
- <id>maven-repository.dev.java.net</id>
- <url>http://download.java.net/maven/1</url>
- <layout>legacy</layout>
- </repository>
- <repository>
- <id>maven2-repository.jboss.com</id>
- <url>http://repository.jboss.com/maven2</url>
- </repository>
- <repository>
- <id>jfrog.org</id>
- <url>http://www.jfrog.org/artifactory/plugins-releases@repo</url>
- </repository>
- <repository>
- <id>private-core</id>
- <name>Private Repository</name>
- <url>
- file://${basedir}/src/main/etc/maven/private-repository
- </url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>ondex</id>
- <url>http://www4.rothamsted.bbsrc.ac.uk/ondex/maven2/</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>maven2-repository.dev.java.net</id>
- <url>http://download.java.net/maven/2</url>
- </pluginRepository>
- <pluginRepository>
- <id>maven-repository.dev.java.net</id>
- <url>http://download.java.net/maven/1</url>
- <layout>legacy</layout>
- </pluginRepository>
- <!-- | This repository is needed by the jaxb2-maven-plugin. | -->
- <pluginRepository>
- <id>codehaus.release</id>
- <name>CodeHaus Release Repository</name>
- <url>http://repository.codehaus.org</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </pluginRepository>
- </pluginRepositories>
- <build>
- <plugins>
-
- <!-- Dataset Schema -->
- <plugin>
- <groupId>org.jvnet.jaxb2.maven2</groupId>
- <artifactId>maven-jaxb2-plugin</artifactId>
- <configuration>
- <schemaDirectory>${basedir}/src/main/resources</schemaDirectory>
- <schemaIncludes>
- <include>dragon-dataset.xsd</include>
- </schemaIncludes>
- <bindingIncludes>
- <!-- <include>binding.xjb</include> -->
- </bindingIncludes>
- </configuration>
- </plugin>
- <!-- Required to activate aspectj dependencies in eclipse -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-eclipse-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>2.4.2</version>
- <configuration>
- <excludes>
- <!-- <exclude>**/TechServiceManagerImpl2Test.java</exclude> -->
- </excludes>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project>
--- tags/dragon-core-1.1/pom.xml (rev 0)
+++ tags/dragon-core-1.1/pom.xml 2010-11-10 16:02:43 UTC (rev 1040)
@@ -0,0 +1,529 @@
+<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>
+ <artifactId>dragon-parent</artifactId>
+ <groupId>org.ow2.dragon</groupId>
+ <version>7</version>
+ </parent>
+
+ <!-- ============== -->
+ <!-- Identification -->
+ <!-- ============== -->
+ <name>Petals Master Core</name>
+ <artifactId>dragon-core</artifactId>
+ <groupId>org.ow2.dragon</groupId>
+ <version>1.1</version>
+ <description>Petals Master Core</description>
+ <packaging>jar</packaging>
+ <scm>
+ <connection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/petalsmaster/tags/dragon-core-1.1</connection>
+ <developerConnection>scm:svn:svn+ssh://ofabre@xxxxxxxxxxxxxxxxxxxxxxx/svnroot/petalsmaster/tags/dragon-core-1.1</developerConnection>
+ </scm>
+
+ <!-- ========== -->
+ <!-- Properties -->
+ <!-- ========== -->
+ <properties>
+ <topDirectoryLocation>..</topDirectoryLocation>
+ <!-- Compass Settings -->
+ <compass.version>2.2.0</compass.version>
+ <lucene.version>2.4.1</lucene.version>
+ </properties>
+
+ <!-- ============ -->
+ <!-- Dependencies -->
+ <!-- ============ -->
+ <dependencies>
+ <!-- ############# -->
+ <!-- Test -->
+ <!-- ############# -->
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-test</artifactId>
+ <version>${spring.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>jsr250-api</artifactId>
+ <version>1.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-servlet</artifactId>
+ <version>7.1.6.v20100715</version>
+ <scope>test</scope>
+ </dependency>
+
+ <!-- ############# -->
+ <!-- The dragon persistence layer -->
+ <!-- ############# -->
+ <!-- ORM -->
+ <dependency>
+ <groupId>commons-dbcp</groupId>
+ <artifactId>commons-dbcp</artifactId>
+ <version>1.2.2</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>1.4</version>
+ </dependency>
+ <dependency>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ <version>1.3.03</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-orm</artifactId>
+ <version>${spring.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-jdbc</artifactId>
+ <version>${spring.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-aop</artifactId>
+ <version>${spring.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-tx</artifactId>
+ <version>${spring.version}</version>
+ </dependency>
+ <!-- <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate</artifactId>
+ <version>3.2.6.ga-compass-fix</version> <exclusions> <exclusion> <groupId>cglib</groupId>
+ <artifactId>cglib</artifactId> </exclusion> <exclusion> <groupId>asm</groupId>
+ <artifactId>asm</artifactId> </exclusion> <exclusion> <groupId>asm</groupId>
+ <artifactId>asm-attrs</artifactId> </exclusion> </exclusions> </dependency> -->
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-core</artifactId>
+ <version>3.3.0.SP1-compass-fix</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-annotations</artifactId>
+ <version>3.4.0.GA</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-core</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-entitymanager</artifactId>
+ <version>3.4.0.GA</version>
+ <exclusions>
+ <exclusion>
+ <groupId>cglib</groupId>
+ <artifactId>cglib</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>asm</groupId>
+ <artifactId>asm</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>asm</groupId>
+ <artifactId>asm-attrs</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-core</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <artifactId>slf4j-log4j12</artifactId>
+ <groupId>org.slf4j</groupId>
+ <version>1.4.2</version>
+ </dependency>
+ <dependency>
+ <groupId>com.trg</groupId>
+ <artifactId>trg-search</artifactId>
+ <version>0.4.3-no-slf4j</version>
+ </dependency>
+ <!-- using cglib without dependencies to asm because it causes troubles
+ with cxf that also uses asm dependencies of an other version -->
+ <dependency>
+ <groupId>cglib</groupId>
+ <artifactId>cglib-nodep</artifactId>
+ <version>2.1_3</version>
+ </dependency>
+
+ <!-- Database connectors -->
+ <dependency>
+ <groupId>mysql</groupId>
+ <artifactId>mysql-connector-java</artifactId>
+ <version>5.1.6</version>
+ </dependency>
+ <dependency>
+ <groupId>hsqldb</groupId>
+ <artifactId>hsqldb</artifactId>
+ <version>1.8.0.7</version>
+ </dependency>
+ <dependency>
+ <groupId>com.h2database</groupId>
+ <artifactId>h2</artifactId>
+ <version>1.1.114</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.oracle</groupId>
+ <artifactId>oracle-jdbc</artifactId>
+ <version>10g</version>
+ </dependency>
+ <!-- SLA -->
+ <dependency>
+ <artifactId>ws-dm</artifactId>
+ <groupId>com.ebmwebsourcing.wsstar</groupId>
+ <version>1.1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.ow2.easywsdl</groupId>
+ <artifactId>easywsdl-schema</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.ow2.easywsdl</groupId>
+ <artifactId>easywsdl-wsdl</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <!-- Notification -->
+ <dependency>
+ <artifactId>ws-notification-definition</artifactId>
+ <groupId>com.ebmwebsourcing.wsstar</groupId>
+ <version>1.1</version>
+ </dependency>
+ <dependency>
+ <artifactId>ws-notification-extension</artifactId>
+ <groupId>com.ebmwebsourcing.wsstar</groupId>
+ <version>1.1</version>
+ </dependency>
+
+ <!-- Compass -->
+ <dependency>
+ <groupId>org.compass-project</groupId>
+ <artifactId>compass</artifactId>
+ <version>${compass.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.lucene</groupId>
+ <artifactId>lucene-core</artifactId>
+ <version>${lucene.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.lucene</groupId>
+ <artifactId>lucene-analyzers</artifactId>
+ <version>${lucene.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.lucene</groupId>
+ <artifactId>lucene-highlighter</artifactId>
+ <version>${lucene.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.lucene</groupId>
+ <artifactId>lucene-queries</artifactId>
+ <version>${lucene.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.lucene</groupId>
+ <artifactId>lucene-snowball</artifactId>
+ <version>${lucene.version}</version>
+ </dependency>
+
+ <!-- ############# -->
+ <!-- The dragon deps -->
+ <!-- ############# -->
+ <dependency>
+ <groupId>org.ow2.dragon</groupId>
+ <artifactId>dragon-util</artifactId>
+ <version>1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.ow2.dragon</groupId>
+ <artifactId>dragon-aop</artifactId>
+ <version>1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.ow2.dragon</groupId>
+ <artifactId>dragon-api-connection</artifactId>
+ <version>1.1</version>
+ </dependency>
+
+ <!-- ############# -->
+ <!-- WSDL import deps -->
+ <!-- ############# -->
+ <dependency>
+ <artifactId>easywsdl-ext-sawsdl</artifactId>
+ <groupId>org.ow2.easywsdl</groupId>
+ <version>2.3</version>
+ </dependency>
+ <!-- ############# -->
+ <!-- CXF dependencies for Dragon WS API (import and export) -->
+ <!-- ############# -->
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-bundle-minimal</artifactId>
+ <version>${cxf-version}</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>slf4j-jdk14</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>slf4j-api</artifactId>
+ <groupId>org.slf4j</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>spring-dao</artifactId>
+ <groupId>org.springframework</groupId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-beans</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-context</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-core</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-web</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-tx</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-dao</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-jdbc</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-jms</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-support</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.santuario</groupId>
+ <artifactId>xmlsec</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jaxb-impl</artifactId>
+ <groupId>com.sun.xml.bind</groupId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ </exclusion>
+
+ <exclusion>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </exclusion>
+ <!-- <exclusion> <groupId>opensaml</groupId> <artifactId>opensaml</artifactId>
+ </exclusion> <exclusion> <groupId>asm</groupId> <artifactId>asm</artifactId>
+ </exclusion> -->
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-common-schemas</artifactId>
+ <version>${cxf-version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-web</artifactId>
+ <version>${spring.version}</version>
+ </dependency>
+
+ <!-- ############# -->
+ <!-- hyperjaxb dependencies for dataset management -->
+ <!-- ############# <dependency> <groupId>org.jvnet.hyperjaxb3</groupId>
+ <artifactId>hyperjaxb3-ejb-runtime</artifactId> <version>0.3</version> </dependency> -->
+
+ <!-- ############# -->
+ <!-- Tika dependency (document parser for pdf, html...) -->
+ <!-- ############# -->
+ <dependency>
+ <groupId>org.apache.tika</groupId>
+ <artifactId>tika-core</artifactId>
+ <version>0.5</version>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>asm</groupId>
+ <artifactId>asm</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tika</groupId>
+ <artifactId>tika-parsers</artifactId>
+ <version>0.5</version>
+ </dependency>
+
+ <!-- ############# -->
+ <!-- Connection to service platforms -->
+ <!-- ############# -->
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
+ <version>1.1.2</version>
+ </dependency>
+ </dependencies>
+ <!-- ########################################################################### -->
+ <!-- #### JAXB plugin conf to generate un/marshaler for Dragon dataset ######### -->
+ <!-- ########################################################################### -->
+ <repositories>
+ <repository>
+ <id>maven2-repository.dev.java.net</id>
+ <url>http://download.java.net/maven/2</url>
+ </repository>
+ <repository>
+ <id>maven-repository.dev.java.net</id>
+ <url>http://download.java.net/maven/1</url>
+ <layout>legacy</layout>
+ </repository>
+ <repository>
+ <id>maven2-repository.jboss.com</id>
+ <url>http://repository.jboss.com/maven2</url>
+ </repository>
+ <repository>
+ <id>jfrog.org</id>
+ <url>http://www.jfrog.org/artifactory/plugins-releases@repo</url>
+ </repository>
+ <repository>
+ <id>private-core</id>
+ <name>Private Repository</name>
+ <url>
+ file://${basedir}/src/main/etc/maven/private-repository
+ </url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>ondex</id>
+ <url>http://www4.rothamsted.bbsrc.ac.uk/ondex/maven2/</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>maven2-repository.dev.java.net</id>
+ <url>http://download.java.net/maven/2</url>
+ </pluginRepository>
+ <pluginRepository>
+ <id>maven-repository.dev.java.net</id>
+ <url>http://download.java.net/maven/1</url>
+ <layout>legacy</layout>
+ </pluginRepository>
+ <!-- | This repository is needed by the jaxb2-maven-plugin. | -->
+ <pluginRepository>
+ <id>codehaus.release</id>
+ <name>CodeHaus Release Repository</name>
+ <url>http://repository.codehaus.org</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
+ <build>
+ <plugins>
+
+ <!-- Dataset Schema -->
+ <plugin>
+ <groupId>org.jvnet.jaxb2.maven2</groupId>
+ <artifactId>maven-jaxb2-plugin</artifactId>
+ <configuration>
+ <schemaDirectory>${basedir}/src/main/resources</schemaDirectory>
+ <schemaIncludes>
+ <include>dragon-dataset.xsd</include>
+ </schemaIncludes>
+ <bindingIncludes>
+ <!-- <include>binding.xjb</include> -->
+ </bindingIncludes>
+ </configuration>
+ </plugin>
+ <!-- Required to activate aspectj dependencies in eclipse -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.4.2</version>
+ <configuration>
+ <excludes>
+ <!-- <exclude>**/TechServiceManagerImpl2Test.java</exclude> -->
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.