Skip to content

Commit 225d494

Browse files
committed
1. 添加plugin-contrib依赖(忘了为什么添加了)
1 parent 1170012 commit 225d494

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

examples/pom.xml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@
3232
<artifactId>wechaty-puppet-hostie</artifactId>
3333
<version>${wechaty.version}</version>
3434
</dependency>
35+
36+
<dependency>
37+
<groupId>io.github.wechaty</groupId>
38+
<artifactId>java-wechaty-plugin-contrib</artifactId>
39+
<version>1.0.0-SNAPSHOT</version>
40+
</dependency>
41+
3542
<dependency>
3643
<groupId>org.apache.logging.log4j</groupId>
3744
<artifactId>log4j-api</artifactId>
@@ -61,11 +68,7 @@
6168
<version>1.7.30</version>
6269
</dependency>
6370

64-
<dependency>
65-
<groupId>io.github.wechaty</groupId>
66-
<artifactId>java-wechaty-plugin-contrib</artifactId>
67-
<version>1.0.0-SNAPSHOT</version>
68-
</dependency>
71+
6972
<dependency>
7073
<groupId>org.apache.commons</groupId>
7174
<artifactId>commons-lang3</artifactId>

0 commit comments

Comments
 (0)