changed maven-site-plugin version to work with maven2 (was maven3 accidentally)
[taxeditor.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d5b0770f20ce665a6e026776afaad4b0a6353cce..aa5b622f00825b3fbe714442110beed0a9cdf675 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,28 +1,46 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<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">
+<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.etaxonomy</groupId>
        <artifactId>taxeditor-parent</artifactId>
-       <version>2.1</version>
-
+       <version>3.0</version>
        <name>EDIT Taxonomic Editor</name>
-       <description>The EDIT Taxonomic Editor for EDIT's platform for cybertaxonomy</description>
-       <url>http://wp5.e-taxonomy.eu/cdmlib/site/</url>
+       <description>The Taxonomic Editor for EDIT's platform for cybertaxonomy</description>
+       <url>http://wp5.e-taxonomy.eu</url>
+       <inceptionYear>2007</inceptionYear>
        <packaging>pom</packaging>
+       <properties>
+               <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+               <cdmlib.version>3.0.4-SNAPSHOT</cdmlib.version>
+       </properties>
        <modules>
-               <module>taxeditor-store</module>
-               <module>taxeditor-navigation</module>
-               <module>taxeditor-editor</module>
-               <module>taxeditor-bulkeditor</module>
-               <module>taxeditor-printpublisher</module>
-               <module>taxeditor-annotatedlineeditor</module>
-               <module>taxeditor-application</module>
-       </modules>
-       
+               <module>eu.etaxonomy.taxeditor.cdmlib</module>
+               <module>eu.etaxonomy.taxeditor.store</module>
+               <module>eu.etaxonomy.taxeditor.navigation</module>
+               <module>eu.etaxonomy.taxeditor.editor</module>
+               <module>eu.etaxonomy.taxeditor.bulkeditor</module>
+               <module>eu.etaxonomy.taxeditor.printpublisher</module>
+               <!--module>eu.etaxonomy.taxeditor.annotatedlineeditor</module-->
+               <module>eu.etaxonomy.taxeditor.application</module>
+  </modules>
+       <scm>
+               <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/taxeditor/</connection>
+               <developerConnection>scm:svn:https://dev.e-taxonomy.eu/svn/trunk/taxeditor/</developerConnection>
+               <url>http://dev.e-taxonomy.eu/websvn/listing.php?repname=EDIT+Taxonomic+Editor</url>
+       </scm>
+       <mailingLists>
+               <mailingList>
+                       <name>EDIT Taxonomic Editor</name>
+                       <subscribe>
+                               edit-taxonomic-editor+subscribe@googlegroups.com
+                       </subscribe>
+                       <unsubscribe>
+                               edit-taxonomic-editor+unsubscribe@googlegroups.com
+                       </unsubscribe>
+                       <post>edit-taxonomic-editor@googlegroups.com</post>
+                       <archive>http://groups.google.com/group/edit-taxonomic-editor/topics</archive>
+               </mailingList>
+       </mailingLists>
        <licenses>
                <license>
                        <name>Mozilla Public License Version 1.1</name>
                        <distribution>repo</distribution>
                </license>
        </licenses>
-       
        <developers>
-               <developer>
-                       <!-- your SVN account id please! -->
-                       <id>p.ciardelli</id>
-                       <name>
-                               Pepe Ciardelli
-                       </name>
-                       <email>p.ciardelli [at] bgbm.org</email>
-                       <organization>
-                               Botanical Garden Botanical Museum Berlin
-                       </organization>
-                       <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
-                       <timezone>+1</timezone>
-                       <roles>
-                               <role>developer</role>
-                       </roles>
-                       <url></url>
-               </developer>
                <developer>
                        <!-- your SVN account id please! -->
                        <id>n.hoffmann</id>
                        <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
                        <timezone>+1</timezone>
                        <roles>
-                               <role>developer</role>
+                               <role>Java Developer</role>
+                               <role>Architect</role>
                        </roles>
-                       <url></url>
+                       <url/>
                </developer>
        </developers>
-       
        <issueManagement>
                <system>Trac</system>
                <url>http://dev.e-taxonomy.eu/trac/</url>
        </issueManagement>
-       
-       
+       <ciManagement>
+               <system>Hudson</system>
+               <url>http://160.45.63.201/jenkins</url>
+       </ciManagement>
        <!-- **** REPOSITORIES **** -->
        <repositories>
-               <!-- sun repository -->
-               <repository>
-                       <id>java.net</id>
-                       <url>http://download.java.net/maven/1/</url>
-                       <layout>legacy</layout>
-               </repository>
                <!-- the cdm internal repository -->
                <repository>
                        <id>EditRepository</id>
                        <url>http://wp5.e-taxonomy.eu/cdmlib/mavenrepo/</url>
                </repository>
-        <!-- apache incubating repository -->
-               <repository>
-                       <id>ApacheIncubating</id>
-                       <url>http://people.apache.org/repo/m2-incubating-repository/</url>
-               </repository>
-               <!-- Neccessary for hibernate-envers -->
-        <repository>
-          <releases>
-                 <enabled>true</enabled>
-                 <updatePolicy>always</updatePolicy>
-                 <checksumPolicy>warn</checksumPolicy>
-               </releases>
-               <snapshots>
-                 <enabled>false</enabled>
-                 <updatePolicy>never</updatePolicy>
-                 <checksumPolicy>fail</checksumPolicy>
-               </snapshots>
-               <id>jboss-repository</id>
-               <name>JBoss Repository</name>
-               <url>http://repository.jboss.com/maven2</url>
-             </repository>
        </repositories>
-       
        <build>
                <plugins>
                        <plugin>
-                       <artifactId>maven-compiler-plugin</artifactId>
-                       <configuration>
-                         <source>1.5</source>
-                         <target>1.5</target>
-                       </configuration>
-                     </plugin>
-                     <plugin>
-                       <artifactId>maven-surefire-plugin</artifactId>
-                       <configuration>
-                         <includes>
-                           <include>**/*Test.java</include>
-                         </includes>
-                       <systemProperties>
-                               <property>
-                                       <name>hibernate.connection.driver_class</name>
-                                       <value>${hibernate.connection.driver_class}</value>
-                               </property>
-                               <property>
-                                       <name>hibernate.connection.url</name>
-                                       <value>${hibernate.connection.url}</value>
-                               </property>
-                               <property>
-                                       <name>hibernate.connection.username</name>
-                                       <value>${hibernate.connection.username}</value>
-                               </property>
-                               <property>
-                                       <name>hibernate.connection.password</name>
-                                       <value>${hibernate.connection.password}</value>
-                               </property>
-                       </systemProperties>
-                </configuration>
-               </plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-compiler-plugin</artifactId>
+                               <version>2.3.2</version>
+                               <configuration>
+                                       <source>1.6</source>
+                                       <target>1.6</target>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-surefire-plugin</artifactId>
+                               <version>2.6</version>
+                               <configuration>
+                                       <includes>
+                                               <include>**/*Test.java</include>
+                                       </includes>
+                                       <systemPropertyVariables>
+                                               <property>
+                                                       <name>hibernate.connection.driver_class</name>
+                                                       <value>${hibernate.connection.driver_class}</value>
+                                               </property>
+                                               <property>
+                                                       <name>hibernate.connection.url</name>
+                                                       <value>${hibernate.connection.url}</value>
+                                               </property>
+                                               <property>
+                                                       <name>hibernate.connection.username</name>
+                                                       <value>${hibernate.connection.username}</value>
+                                               </property>
+                                               <property>
+                                                       <name>hibernate.connection.password</name>
+                                                       <value>${hibernate.connection.password}</value>
+                                               </property>
+                                       </systemPropertyVariables>
+                               </configuration>
+                       </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-site-plugin</artifactId>
-                               <version>2.0</version>
+                               <version>2.2</version>
                                <configuration>
                                        <locales>en</locales>
                                </configuration>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-source-plugin</artifactId>
+                               <version>2.1.2</version>
                                <executions>
                                        <execution>
                                                <id>attach-sources</id>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-javadoc-plugin</artifactId>
+                               <version>2.7</version>
                                <configuration>
-                                       <aggregate>true</aggregate>
                                        <stylesheet>maven</stylesheet>
+                                       <quiet>true</quiet>
+                                       <detectLinks>true</detectLinks>
+                                       <failOnError>false</failOnError>
                                </configuration>
+                               <executions>
+                                       <execution>
+                                               <id>aggregate</id>
+                                               <goals>
+                                                       <goal>aggregate</goal>
+                                               </goals>
+                                               <phase>site</phase>
+                                       </execution>
+                               </executions>
                        </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-eclipse-plugin</artifactId>
+                               <version>2.8</version>
                                <configuration>
                                        <downloadSources>true</downloadSources>
-                                       <downloadJavadocs>true</downloadJavadocs>       
+                                       <downloadJavadocs>true</downloadJavadocs>
                                        <additionalProjectnatures>
                                                <projectnature>org.eclipse.pde.PluginNature</projectnature>
                                        </additionalProjectnatures>
                                </configuration>
                        </plugin>
-                       
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-deploy-plugin</artifactId>
+                               <version>2.5</version>
+                       </plugin>
                </plugins>
        </build>
-       
        <reporting>
                <plugins>
                        <plugin>
                                <!-- you will want to start by publishing your classes' Javadocs -->
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-javadoc-plugin</artifactId>
+                               <version>2.7</version>
                                <configuration>
-                                       <links>
-                                               <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
-                                               <link>http://static.springframework.org/spring/docs/2.5.x/api/</link>
-                                               <link>http://www.hibernate.org/hib_docs/v3/api/</link>                                          
-                                               <!-- more libraries? -->
-                                       </links>
+                                       <detectLinks>true</detectLinks>
                                </configuration>
                        </plugin>
                        <plugin>
                                <!-- this will generate an indexed and cross-referenced HTML version of your source code -->
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-jxr-plugin</artifactId>
+                               <version>2.2</version>
                        </plugin>
-                       <plugin>
-                               <!-- if you use @todo tags to remind you of things to be done (which is a good coding practice), the taglist report will generate a list of all the items marked @todo or TODO -->
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>taglist-maven-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <!-- Test coverage can be a useful indication of the quality of your unit tests. It basically tells you how much of your code is actually run by your unit tests, which, in turn, can give you a good idea of the tests' quality -->
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>cobertura-maven-plugin</artifactId>
-                               <!--
-                                       <executions>
-                                       <execution>
-                                       <id>clean</id>
-                                       <phase>clean</phase>
-                                       <goals>
-                                       <goal>clean</goal>
-                                       </goals>
-                                       </execution>
-                                       </executions>
-                               -->
-                       </plugin>
-                       <!--                    
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-project-info-reports-plugin</artifactId>
+                               <artifactId>maven-changes-plugin</artifactId>
+                               <version>2.3</version>
+                               <configuration>
+                                       <issueLinkTemplatePerSystem>
+                                               <default>%URL%/ticket/%ISSUE%</default>
+                                       </issueLinkTemplatePerSystem>
+                               </configuration>
                                <reportSets>
                                        <reportSet>
                                                <reports>
-                                                       <report>dependencies</report>
-                                                       <report>project-team</report>
-                                                       <report>mailing-list</report>
-                                                       <report>cim</report>
-                                                       <report>issue-tracking</report>
-                                                       <report>license</report>
-                                                       <report>scm</report>
+                                                       <report>changes-report</report>
                                                </reports>
                                        </reportSet>
                                </reportSets>
-                       </plugin>       -->             
-                       <!-- The changes-maven-plugin plug-in uses a special XML file (src/changes/changes.xml) to track releases and changes in each release -->
-                       <!-- 
-                       <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>changes-maven-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <artifactId>maven-surefire-plugin</artifactId>
-                       </plugin>
-                       -->
-                       <!-- The changelog plug-in generates a nice report describing which files have been changed and by whom -->
-                       <!-- 
-                       <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>changelog-maven-plugin</artifactId>
                        </plugin>
-                       -->
                </plugins>
        </reporting>
-       
        <!--     DISTRIBUTION MANAGEMENT -->
        <distributionManagement>
                <site>
-                       <id>edit-wp5-taxeditor</id>
-                       <url>
-                               scp://wp5.e-taxonomy.eu/var/www/wp5.e-taxonomy.eu/taxeditor/site
-                       </url>
-               </site>
-        <repository>
-                       <id>edit-wp5</id>
+                       <id>wp5.e-taxonomy.eu</id>
+                       <name>EDIT Taxonomic Editor</name>
+                       <url>scpexe://160.45.63.151/var/www/wp5.e-taxonomy.eu/taxeditor/</url>
+               </site>
+               <repository>
+                       <uniqueVersion>false</uniqueVersion>
+                       <id>wp5.e-taxonomy.eu</id>
                        <name>Edit Maven Repository</name>
-                       <url>
-                               scp://wp5.e-taxonomy.eu/var/www/wp5.e-taxonomy.eu/cdmlib/mavenrepo
-                       </url>
+                       <url>scpexe://160.45.63.151/var/www/wp5.e-taxonomy.eu/cdmlib/mavenrepo/</url>
                </repository>
        </distributionManagement>
-       
        <!-- **** DEPENDENCIES **** -->
        <dependencies>
-        <dependency>
-            <groupId>org.unitils</groupId>
-            <artifactId>unitils</artifactId>
-        </dependency>
+               <dependency>
+                       <groupId>org.unitils</groupId>
+                       <artifactId>unitils</artifactId>
+               </dependency>
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
                        <artifactId>log4j</artifactId>
                </dependency>
        </dependencies>
-       
        <dependencyManagement>
                <dependencies>
+                       <!-- ******* TAXEDITOR ******* -->
+                       <dependency>
+                               <groupId>eu.etaxonomy</groupId>
+                               <artifactId>eu.etaxonomy.taxeditor.store</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
                        <dependency>
                                <groupId>eu.etaxonomy</groupId>
-                               <artifactId>taxeditor-store</artifactId>
+                               <artifactId>eu.etaxonomy.taxeditor.navigation</artifactId>
                                <version>${project.version}</version>
                        </dependency>
                        <dependency>
                                <groupId>eu.etaxonomy</groupId>
-                               <artifactId>taxeditor-navigation</artifactId>
+                               <artifactId>eu.etaxonomy.taxeditor.editor</artifactId>
                                <version>${project.version}</version>
                        </dependency>
                        <dependency>
                                <groupId>eu.etaxonomy</groupId>
-                               <artifactId>taxeditor-editor</artifactId>
+                               <artifactId>eu.etaxonomy.taxeditor.bulkeditor</artifactId>
                                <version>${project.version}</version>
                        </dependency>
                        <dependency>
                                <groupId>eu.etaxonomy</groupId>
-                               <artifactId>taxeditor-bulkeditor</artifactId>
+                               <artifactId>eu.etaxonomy.taxeditor.application</artifactId>
                                <version>${project.version}</version>
                        </dependency>
                        <dependency>
                                <groupId>eu.etaxonomy</groupId>
-                               <artifactId>taxeditor-application</artifactId>
+                               <artifactId>eu.etaxonomy.taxeditor.printpublisher</artifactId>
                                <version>${project.version}</version>
                        </dependency>
-               
-                       <!-- ******* VARIOUS ******* -->
+                       <!-- ******* CDMLIB ******* -->
+                       <dependency>
+                               <groupId>eu.etaxonomy</groupId>
+                               <artifactId>cdmlib-model</artifactId>
+                               <version>${cdmlib.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>eu.etaxonomy</groupId>
+                               <artifactId>cdmlib-commons</artifactId>
+                               <version>${cdmlib.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>eu.etaxonomy</groupId>
+                               <artifactId>cdmlib-services</artifactId>
+                               <version>${cdmlib.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>eu.etaxonomy</groupId>
+                               <artifactId>cdmlib-io</artifactId>
+                               <version>${cdmlib.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>eu.etaxonomy</groupId>
+                               <artifactId>cdmlib-ext</artifactId>
+                               <version>${cdmlib.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>eu.etaxonomy</groupId>
+                               <artifactId>cdmlib-persistence</artifactId>
+                               <version>${cdmlib.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>eu.etaxonomy</groupId>
+                               <artifactId>cdmlib-remote</artifactId>
+                               <version>${cdmlib.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>eu.etaxonomy</groupId>
+                               <artifactId>cdmlib-print</artifactId>
+                               <version>${cdmlib.version}</version>
+                       </dependency>
+                       <!-- ******* ECLIPSE ******* -->
+                       <dependency>
+                               <groupId>org.eclipse</groupId>
+                               <artifactId>help</artifactId>
+                               <version>3.5.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse</groupId>
+                               <artifactId>ecf</artifactId>
+                               <version>3.1.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse</groupId>
+                               <artifactId>text</artifactId>
+                               <version>3.5.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse.core</groupId>
+                               <artifactId>commands</artifactId>
+                               <version>3.6.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse.core</groupId>
+                               <artifactId>filebuffers</artifactId>
+                               <version>3.5.100</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse.core</groupId>
+                               <artifactId>runtime</artifactId>
+                               <version>3.6.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse.core</groupId>
+                               <artifactId>expressions</artifactId>
+                               <version>3.4.200</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse.core</groupId>
+                               <artifactId>filesystem</artifactId>
+                               <version>1.3.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse.core</groupId>
+                               <artifactId>jobs</artifactId>
+                               <version>3.5.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse.core</groupId>
+                               <artifactId>contenttype</artifactId>
+                               <version>3.4.100</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse.core</groupId>
+                               <artifactId>databinding</artifactId>
+                               <version>1.3.100</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse.core</groupId>
+                               <artifactId>resources</artifactId>
+                               <version>3.6.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse.equinox</groupId>
+                               <artifactId>common</artifactId>
+                               <version>3.6.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse.equinox</groupId>
+                               <artifactId>preferences</artifactId>
+                               <version>3.3.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse.equinox</groupId>
+                               <artifactId>app</artifactId>
+                               <version>1.3.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse.equinox</groupId>
+                               <artifactId>registry</artifactId>
+                               <version>3.5.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse.equinox.p2</groupId>
+                               <artifactId>core</artifactId>
+                               <version>2.0.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse.equinox.p2</groupId>
+                               <artifactId>operations</artifactId>
+                               <version>2.0.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse.ui</groupId>
+                               <artifactId>workbench</artifactId>
+                               <version>3.6.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse</groupId>
+                               <artifactId>ui</artifactId>
+                               <version>3.6.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse.ui</groupId>
+                               <artifactId>editors</artifactId>
+                               <version>3.6.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse.ui</groupId>
+                               <artifactId>navigator</artifactId>
+                               <version>3.5.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse.ui</groupId>
+                               <artifactId>forms</artifactId>
+                               <version>3.5.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse.ui</groupId>
+                               <artifactId>ide</artifactId>
+                               <version>3.6.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse.ui.workbench</groupId>
+                               <artifactId>texteditor</artifactId>
+                               <version>3.6.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse</groupId>
+                               <artifactId>jface</artifactId>
+                               <version>3.6.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse.jface</groupId>
+                               <artifactId>databinding</artifactId>
+                               <version>1.4.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse.jface</groupId>
+                               <artifactId>text</artifactId>
+                               <version>3.6.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse.equinox.p2.metadata</groupId>
+                               <artifactId>repository</artifactId>
+                               <version>1.1.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse.ecf</groupId>
+                               <artifactId>filetransfer</artifactId>
+                               <version>4.0.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse.ecf</groupId>
+                               <artifactId>identity</artifactId>
+                               <version>3.1.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse.ecf.provider</groupId>
+                               <artifactId>filetransfer</artifactId>
+                               <version>3.1.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse</groupId>
+                               <artifactId>swt</artifactId>
+                               <version>3.6.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse</groupId>
+                               <artifactId>osgi</artifactId>
+                               <version>3.6.0</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.eclipse.swt.cocoa</groupId>
+                               <artifactId>macosx</artifactId>
+                               <version>3.6.0</version>
+                       </dependency>
+                       <!-- ******* VARIOUS ******* -->
+                       <dependency>
+                               <groupId>com.google.api</groupId>
+                               <artifactId>translate</artifactId>
+                               <version>0.92</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.commons</groupId>
+                               <artifactId>commons-io</artifactId>
+                               <version>1.3.2</version>
+                       </dependency>
                        <dependency>
                                <groupId>log4j</groupId>
                                <artifactId>log4j</artifactId>
                                <version>1.2.15</version>
                        </dependency>
-                  <!-- hibernate 3.4 uses slf4j -->
-                       <dependency>
-                          <groupId>org.slf4j</groupId>
-                          <artifactId>slf4j-log4j12</artifactId>
-                          <version>1.5.2</version>
-                  </dependency>
                        <dependency>
                                <groupId>junit</groupId>
                                <artifactId>junit</artifactId>
                                <scope>test</scope>
                        </dependency>
                        <dependency>
-                         <groupId>org.unitils</groupId>
-                         <artifactId>unitils</artifactId>
-                         <version>2.2</version>
-                         <scope>test</scope>
+                               <groupId>org.unitils</groupId>
+                               <artifactId>unitils</artifactId>
+                               <version>2.2</version>
+                               <scope>test</scope>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.dbunit</groupId>
+                               <artifactId>dbunit</artifactId>
+                               <version>2.4.4</version>
+                               <scope>test</scope>
                        </dependency>
-                   <dependency>
-                     <groupId>org.dbunit</groupId>
-                     <artifactId>dbunit</artifactId>
-                     <version>2.4.4</version>
-                     <scope>test</scope>
-                   </dependency>
                </dependencies>
        </dependencyManagement>
-       
-</project>
+</project>
\ No newline at end of file