Skip to content

Commit d0e2776

Browse files
committed
Upgrade xsoup from 0.3.1 to 0.3.2.
1 parent 0e01550 commit d0e2776

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>us.codecraft</groupId>
100100
<artifactId>xsoup</artifactId>
101-
<version>0.3.1</version>
101+
<version>0.3.2</version>
102102
</dependency>
103103
<dependency>
104104
<groupId>com.alibaba</groupId>
@@ -153,11 +153,6 @@
153153
<artifactId>jruby</artifactId>
154154
<version>9.2.14.0</version>
155155
</dependency>
156-
<dependency>
157-
<groupId>org.jsoup</groupId>
158-
<artifactId>jsoup</artifactId>
159-
<version>1.10.3</version>
160-
</dependency>
161156
<dependency>
162157
<groupId>org.python</groupId>
163158
<artifactId>jython</artifactId>

webmagic-core/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@
6161
<artifactId>assertj-core</artifactId>
6262
</dependency>
6363

64-
<dependency>
65-
<groupId>org.jsoup</groupId>
66-
<artifactId>jsoup</artifactId>
67-
</dependency>
68-
6964
<dependency>
7065
<groupId>commons-io</groupId>
7166
<artifactId>commons-io</artifactId>

webmagic-scripts/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
<artifactId>kotlin-stdlib</artifactId>
2323
<version>${kotlin.version}</version>
2424
</dependency>
25-
<dependency>
26-
<groupId>org.codehaus.groovy</groupId>
27-
<artifactId>groovy-all</artifactId>
28-
</dependency>
2925
<dependency>
3026
<groupId>org.python</groupId>
3127
<artifactId>jython</artifactId>

0 commit comments

Comments
 (0)