Skip to content

Commit 0a09b26

Browse files
committed
change the version to 0.1.0-SNAPSHOT
1 parent 1842abb commit 0a09b26

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

wechaty/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@
9090
<artifactId>htmlcleaner</artifactId>
9191
</dependency>
9292

93+
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
94+
<dependency>
95+
<groupId>org.apache.commons</groupId>
96+
<artifactId>commons-lang3</artifactId>
97+
</dependency>
98+
99+
93100

94101
</dependencies>
95102

0 commit comments

Comments
 (0)