From 6e2785dcb85c9eeaab0eeb2688e6cf94cc30d1e1 Mon Sep 17 00:00:00 2001 From: Itsuki Toyota Date: Sat, 19 Aug 2017 18:51:59 +0900 Subject: [PATCH 1/3] Delete outdated repositories --- pom.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pom.xml b/pom.xml index a6a4817..f613dc6 100644 --- a/pom.xml +++ b/pom.xml @@ -44,17 +44,6 @@ - - - aduna-software - http://repo.aduna-software.org/maven2/releases - - - nxparser-repo - http://nxparser.googlecode.com/svn/snapshots - - - org.apache.hadoop From 562e48a209da28e8b1ceb37b99c8e55d430e1736 Mon Sep 17 00:00:00 2001 From: Itsuki Toyota Date: Sat, 19 Aug 2017 18:53:01 +0900 Subject: [PATCH 2/3] Use nxparser 1.2.10 instead of 1.2.strictNulls-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f613dc6..1c2a279 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,7 @@ org.semanticweb.yars nxparser - 1.2.strictNulls-SNAPSHOT + 1.2.10 org.apache.ant From bf13ea646848c27d722dc6a7817a5fa7b6a48eeb Mon Sep 17 00:00:00 2001 From: Itsuki Toyota Date: Sat, 19 Aug 2017 19:08:58 +0900 Subject: [PATCH 3/3] Fix not broken but outdated link of the nxparser --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index e54d90b..87bf5f7 100644 --- a/README.txt +++ b/README.txt @@ -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/ @@ -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. \ No newline at end of file + modified version of the MG4J classes of the same name. See the above for MG4J's licensing policy.