diff --git a/.classpath b/.classpath index 091587003..aa2aff8c5 100644 --- a/.classpath +++ b/.classpath @@ -1,90 +1,90 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/addon/YaCy.app/Contents/Info.plist b/addon/YaCy.app/Contents/Info.plist index 653a63bd3..014d9817d 100644 --- a/addon/YaCy.app/Contents/Info.plist +++ b/addon/YaCy.app/Contents/Info.plist @@ -43,7 +43,7 @@ $JAVAROOT/lib/commons-codec-1.7.jar $JAVAROOT/lib/commons-compress-1.8.jar $JAVAROOT/lib/commons-fileupload-1.2.2.jar - $JAVAROOT/lib/commons-io-2.1.jar + $JAVAROOT/lib/commons-io-2.3.jar $JAVAROOT/lib/commons-jxpath-1.3.jar $JAVAROOT/lib/commons-lang-2.6.jar $JAVAROOT/lib/commons-logging-1.1.3.jar @@ -100,7 +100,7 @@ $JAVAROOT/lib/pdfbox-1.8.5.jar $JAVAROOT/lib/poi-3.10-FINAL-20140208.jar $JAVAROOT/lib/poi-scratchpad-3.10-FINAL-20140208.jar - $JAVAROOT/lib/slf4j-api-1.7.2.jar + $JAVAROOT/lib/slf4j-api-1.7.6.jar $JAVAROOT/lib/slf4j-jdk14-1.7.2.jar $JAVAROOT/lib/solr-core-4.8.1.jar $JAVAROOT/lib/solr-solrj-4.8.1.jar diff --git a/build.xml b/build.xml index f64ff94f0..8576fec84 100644 --- a/build.xml +++ b/build.xml @@ -167,7 +167,7 @@ - + @@ -225,7 +225,7 @@ - + diff --git a/lib/commons-io-2.1.jar b/lib/commons-io-2.1.jar deleted file mode 100644 index b5c7d692f..000000000 Binary files a/lib/commons-io-2.1.jar and /dev/null differ diff --git a/lib/commons-io-2.3.jar b/lib/commons-io-2.3.jar new file mode 100644 index 000000000..d5a077189 Binary files /dev/null and b/lib/commons-io-2.3.jar differ diff --git a/lib/commons-io-2.1.license b/lib/commons-io-2.3.license similarity index 100% rename from lib/commons-io-2.1.license rename to lib/commons-io-2.3.license diff --git a/lib/slf4j-api-1.7.2.jar b/lib/slf4j-api-1.7.2.jar deleted file mode 100644 index 73f38db9c..000000000 Binary files a/lib/slf4j-api-1.7.2.jar and /dev/null differ diff --git a/lib/slf4j-api-1.7.6.jar b/lib/slf4j-api-1.7.6.jar new file mode 100644 index 000000000..19aaf3766 Binary files /dev/null and b/lib/slf4j-api-1.7.6.jar differ