diff --git a/pom.xml b/pom.xml index 2186b74..1a5853a 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ junit junit - 4.11 + 4.13 test @@ -73,7 +73,7 @@ org.apache.httpcomponents httpcore - 4.4.4 + 4.4.13 com.google.guava @@ -88,12 +88,12 @@ org.slf4j slf4j-api - 1.7.6 + 1.7.30 org.slf4j slf4j-log4j12 - 1.7.6 + 1.7.30 us.codecraft @@ -103,12 +103,12 @@ com.alibaba fastjson - 1.2.56 + 1.2.68 com.github.dreamhead moco-core - 1.0.0 + 1.1.0 test @@ -125,7 +125,7 @@ org.assertj assertj-core - 1.5.0 + 3.16.1 test @@ -143,16 +143,55 @@ commons-io 1.3.2 + + org.codehaus.groovy + groovy-all + 2.4.19 + + + org.jruby + jruby + 9.2.11.1 + org.jsoup jsoup 1.10.3 - org.mockito - mockito-all - 1.9.5 - test + org.python + jython + 2.7.2 + + + org.seleniumhq.selenium + selenium-java + 3.141.59 + + + net.sf.saxon + Saxon-HE + 10.1 + + + net.sourceforge.htmlcleaner + htmlcleaner + 2.5 + + + com.github.detro + phantomjsdriver + 1.2.0 + + + commons-cli + commons-cli + 1.4 + + + redis.clients + jedis + 2.9.3 diff --git a/webmagic-core/pom.xml b/webmagic-core/pom.xml index 66e455d..4bc074d 100644 --- a/webmagic-core/pom.xml +++ b/webmagic-core/pom.xml @@ -83,4 +83,4 @@ - \ No newline at end of file + diff --git a/webmagic-extension/pom.xml b/webmagic-extension/pom.xml index 7e949ca..bf7ff05 100644 --- a/webmagic-extension/pom.xml +++ b/webmagic-extension/pom.xml @@ -13,16 +13,14 @@ redis.clients jedis - 2.9.0 com.google.guava guava - 15.0 true - us.codecraft + ${project.groupId} webmagic-core ${project.version} @@ -32,4 +30,4 @@ - \ No newline at end of file + diff --git a/webmagic-samples/pom.xml b/webmagic-samples/pom.xml index 072bb3f..44fee7c 100644 --- a/webmagic-samples/pom.xml +++ b/webmagic-samples/pom.xml @@ -11,12 +11,12 @@ - us.codecraft + ${project.groupId} webmagic-core ${project.version} - us.codecraft + ${project.groupId} webmagic-extension ${project.version} diff --git a/webmagic-saxon/pom.xml b/webmagic-saxon/pom.xml index 95f706e..ae1454b 100644 --- a/webmagic-saxon/pom.xml +++ b/webmagic-saxon/pom.xml @@ -11,19 +11,17 @@ - us.codecraft + ${project.groupId} webmagic-core ${project.version} net.sourceforge.htmlcleaner htmlcleaner - 2.5 net.sf.saxon Saxon-HE - 9.5.1-1 junit diff --git a/webmagic-scripts/pom.xml b/webmagic-scripts/pom.xml index 94f08f0..9f4219d 100755 --- a/webmagic-scripts/pom.xml +++ b/webmagic-scripts/pom.xml @@ -16,27 +16,23 @@ org.jruby jruby - 1.7.6 org.jetbrains.kotlin kotlin-stdlib ${kotlin.version} - org.codehaus.groovy groovy-all - 2.1.6 - org.python + + org.python jython - 2.5.3 commons-cli commons-cli - 1.2 junit @@ -44,7 +40,7 @@ test - us.codecraft + ${project.groupId} webmagic-core ${project.version} @@ -53,7 +49,7 @@ slf4j-log4j12 - us.codecraft + ${project.groupId} webmagic-extension ${project.version} diff --git a/webmagic-selenium/pom.xml b/webmagic-selenium/pom.xml index e88cce5..b5d0969 100644 --- a/webmagic-selenium/pom.xml +++ b/webmagic-selenium/pom.xml @@ -13,21 +13,16 @@ org.seleniumhq.selenium selenium-java - 3.0.0 - us.codecraft + ${project.groupId} webmagic-core ${project.version} com.github.detro phantomjsdriver - 1.2.0 - - - junit junit