From: <sha...@us...> - 2012-04-20 02:59:20
|
Revision: 3646 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=3646&view=rev Author: shadowtm Date: 2012-04-20 02:59:13 +0000 (Fri, 20 Apr 2012) Log Message: ----------- Removed references to repositories - we should put external dependencies in our archiva (either through upload or proxied repository). This way, we aren't dependent on third party repositories when we build - just our own. Modified Paths: -------------- trunk/components-core/pom.xml trunk/pom.xml Modified: trunk/components-core/pom.xml =================================================================== --- trunk/components-core/pom.xml 2012-04-19 22:10:21 UTC (rev 3645) +++ trunk/components-core/pom.xml 2012-04-20 02:59:13 UTC (rev 3646) @@ -137,20 +137,15 @@ </dependency> <!-- Latest JENA ARQ - we have to exclude XercesImpl and use an older version here because use version bei JENA leads to some errors --> - <dependency> - <groupId>org.apache.jena</groupId> - <artifactId>jena-arq</artifactId> - <exclusions> - <exclusion> - <artifactId>xercesImpl</artifactId> - <groupId>xerces</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>xerces</groupId> - <artifactId>xercesImpl</artifactId> - <version>2.6.0</version> + <dependency> + <groupId>org.apache.jena</groupId> + <artifactId>jena-arq</artifactId> + <exclusions> + <exclusion> + <artifactId>xercesImpl</artifactId> + <groupId>xerces</groupId> + </exclusion> + </exclusions> </dependency> <!--JSON is in Central --> @@ -159,16 +154,7 @@ <artifactId>json</artifactId> </dependency> - <dependency> - <groupId>net.sf.jopt-simple</groupId> - <artifactId>jopt-simple</artifactId> - </dependency> - <dependency> - <groupId>org.ini4j</groupId> - <artifactId>ini4j</artifactId> - </dependency> - <dependency> <groupId>org.apache.xmlbeans</groupId> <artifactId>xmlbeans</artifactId> @@ -208,11 +194,6 @@ </dependency> <dependency> - <groupId>com.h2database</groupId> - <artifactId>h2</artifactId> - </dependency> - - <dependency> <groupId>fuzzydll</groupId> <artifactId>fuzzydl</artifactId> <version>1.0</version> @@ -241,19 +222,10 @@ <artifactId>spring-beans</artifactId> </dependency> <dependency> - <groupId>org.aksw.commons</groupId> - <artifactId>collections</artifactId> - </dependency> - <dependency> - <groupId>net.didion.jwnl</groupId> - <artifactId>jwnl</artifactId> - <version>1.4.1.RC2</version> + <groupId>org.apache.lucene</groupId> + <artifactId>lucene-core</artifactId> </dependency> - <dependency> - <groupId>org.apache.lucene</groupId> - <artifactId>lucene-core</artifactId> - </dependency> - - - </dependencies> + + + </dependencies> </project> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-04-19 22:10:21 UTC (rev 3645) +++ trunk/pom.xml 2012-04-20 02:59:13 UTC (rev 3646) @@ -86,6 +86,26 @@ <artifactId>maven-license-plugin</artifactId> <version>1.9.0</version> </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>tomcat-maven-plugin</artifactId> + <version>1.0</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-resources-plugin</artifactId> + <version>2.5</version> + </plugin> + <plugin> + <groupId>org.mortbay.jetty</groupId> + <artifactId>maven-jetty-plugin</artifactId> + <version>6.1.26</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + <version>2.4</version> + </plugin> </plugins> </pluginManagement> </build> @@ -109,6 +129,13 @@ <groupId>com.owldl</groupId> <artifactId>pellet</artifactId> <version>2.3.0</version> + <exclusions> + <!--Excluding this because it has the same classpath as the new Apache Jena and can cause problems--> + <exclusion> + <groupId>com.hp.hpl.jena</groupId> + <artifactId>jena</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> @@ -442,109 +469,31 @@ </dependency> <!--END Logging Dependencies--> + <!--It seems that later versions of this causes a lot of problems for some of the libraries we depend on--> + <dependency> + <groupId>xerces</groupId> + <artifactId>xercesImpl</artifactId> + <version>2.6.0</version> + </dependency> + </dependencies> </dependencyManagement> <repositories> - - <repository> - <id>maven2-repository.dev.java.net</id> - <name>Java.net Repository for Maven</name> - <url>http://download.java.net/maven/2/</url> - <layout>default</layout> - </repository> - - <repository> <id>maven.aksw.internal</id> <name>University Leipzig, AKSW Maven2 Repository</name> <url>http://maven.aksw.org/archiva/repository/internal</url> + <releases/> </repository> - <repository> <id>maven.aksw.snapshots</id> <name>University Leipzig, AKSW Maven2 Repository</name> <url>http://maven.aksw.org/archiva/repository/snapshots</url> + <snapshots/> </repository> - - <!-- This repository contains the pellet jars --> - <repository> - <id>pellet_etc</id> - <url>http://on.cs.unibas.ch/maven/repository/</url> - </repository> - - <repository> - <id>GXT</id> - <url>http://maven.jahia.org/maven2/</url> - </repository> - - <!-- - This is so we can get the 1.3-SNAPSHOT of GWT Maven Plugin cause - 1.2 is broken on the hudson - - Here's a good place to browse the repository: - https://nexus.codehaus.org --> - <repository> - <id>maven.codehaus.snapshots</id> - <name>Codehaus repository Repository</name> - <url>https://nexus.codehaus.org/content/repositories/public</url> - </repository> - - <repository> - <id>google-maven-snapshot-repository</id> - <name>Google Maven Snapshot Repository</name> - <url>https://oss.sonatype.org/content/repositories/google-snapshots/</url> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - - <repository> - <id>apache-repo-releases</id> - <url>https://repository.apache.org/content/repositories/releases/</url> - <releases> - <enabled>true</enabled> - </releases> - </repository> - <repository> - <id>apache-repo-snapshots</id> - <url>https://repository.apache.org/content/repositories/snapshots/</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> </repositories> - <pluginRepositories> - <pluginRepository> - <id>maven.codehaus.plugin.snapshots</id> - <name>Codehaus plugin Repository</name> - <url>https://nexus.codehaus.org/content/repositories/public</url> - <snapshots> - <enabled>true</enabled> - </snapshots> - <releases> - <enabled>true</enabled> - </releases> - </pluginRepository> - <pluginRepository> - <id>evolvis-release-repository</id> - <name>evolvis.org release repository</name> - <url>http://maven-repo.evolvis.org/releases</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - </pluginRepository> - <pluginRepository> - <id>maven-latex-plugin-repo</id> - <url>http://akquinet.github.com/maven-latex-plugin/maven2/</url> - <releases> - <enabled>true</enabled> - </releases> - </pluginRepository> - </pluginRepositories> - - <distributionManagement> <repository> <id>archiva.internal</id> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |