Repository: any23
Updated Branches:
  refs/heads/master 6620c1efa -> 6c347117c


Fix for Tika and RDF4J upgrades


Project: http://git-wip-us.apache.org/repos/asf/any23/repo
Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/6c347117
Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/6c347117
Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/6c347117

Branch: refs/heads/master
Commit: 6c347117c8cd3755fc148889fcb2095a802a8122
Parents: 6620c1e
Author: Lewis John McGibbney <[email protected]>
Authored: Sat Dec 30 22:59:25 2017 +0000
Committer: Lewis John McGibbney <[email protected]>
Committed: Sat Dec 30 22:59:25 2017 +0000

----------------------------------------------------------------------
 core/src/test/resources/log4j.properties                           | 2 +-
 .../test/java/org/apache/any23/mime/TikaMIMETypeDetectorTest.java  | 1 -
 pom.xml                                                            | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/any23/blob/6c347117/core/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/core/src/test/resources/log4j.properties 
b/core/src/test/resources/log4j.properties
index 4634d6b..32492dd 100644
--- a/core/src/test/resources/log4j.properties
+++ b/core/src/test/resources/log4j.properties
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-log4j.rootCategory=DEBUG, O
+log4j.rootCategory=INFO, O
 
 # Stdout
 log4j.appender.O=org.apache.log4j.ConsoleAppender  

http://git-wip-us.apache.org/repos/asf/any23/blob/6c347117/mime/src/test/java/org/apache/any23/mime/TikaMIMETypeDetectorTest.java
----------------------------------------------------------------------
diff --git 
a/mime/src/test/java/org/apache/any23/mime/TikaMIMETypeDetectorTest.java 
b/mime/src/test/java/org/apache/any23/mime/TikaMIMETypeDetectorTest.java
index 1d7724c..715db3e 100644
--- a/mime/src/test/java/org/apache/any23/mime/TikaMIMETypeDetectorTest.java
+++ b/mime/src/test/java/org/apache/any23/mime/TikaMIMETypeDetectorTest.java
@@ -30,7 +30,6 @@ import java.io.InputStream;
 import java.util.Arrays;
 import java.util.Collection;
 import java.util.List;
-import org.junit.Ignore;
 
 /**
  * Test case for {@link TikaMIMETypeDetector} class.

http://git-wip-us.apache.org/repos/asf/any23/blob/6c347117/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 56d59d1..9f69936 100644
--- a/pom.xml
+++ b/pom.xml
@@ -357,7 +357,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-compress</artifactId>
-        <version>1.13</version>
+        <version>1.14</version>
       </dependency>
       <dependency>
         <groupId>net.sourceforge.nekohtml</groupId>

Reply via email to