Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

Fix nxparser #13

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ this project, but instead are separately downloaded from the respective provider
http://hadoop.apache.org/

* NxParser version 1.2.x (BSD - http://www.opensource.org/licenses/bsd-license.php)
http://code.google.com/p/nxparser/
https://github.com/nxparser/nxparser

* MG4j version 5.1 (GNU Lesser General Public License - http://www.gnu.org/licenses/lgpl.html)
http://mg4j.dsi.unimi.it/
Expand Down Expand Up @@ -111,4 +111,4 @@ this project, but instead are separately downloaded from the respective provider
The following 3rd Party code is included as part of this Project:

* The classes com.yahoo.glimmer.indexing.SimpleCompressedDocumentCollectionBuilder & com.yahoo.glimmer.indexing.SimpleCompressedDocumentCollection are
modified version of the MG4J classes of the same name. See the above for MG4J's licensing policy.
modified version of the MG4J classes of the same name. See the above for MG4J's licensing policy.
13 changes: 1 addition & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,6 @@
</plugins>
</build>

<repositories>
<repository>
<id>aduna-software</id>
<url>http://repo.aduna-software.org/maven2/releases</url>
</repository>
<repository>
<id>nxparser-repo</id>
<url>http://nxparser.googlecode.com/svn/snapshots</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.apache.hadoop</groupId>
Expand All @@ -70,7 +59,7 @@
<dependency>
<groupId>org.semanticweb.yars</groupId>
<artifactId>nxparser</artifactId>
<version>1.2.strictNulls-SNAPSHOT</version>
<version>1.2.10</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
Expand Down