Skip to content

Commit ab8fda7

Browse files
committed
puppetOptions add name to manage name by itself.And remove puppet implementations from wechaty pom,just only dependents puppet
1 parent 9daa1bb commit ab8fda7

File tree

9 files changed

+196
-196
lines changed

9 files changed

+196
-196
lines changed

examples/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,20 @@
1717
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1818
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
1919
<dokka.version>0.10.1</dokka.version>
20+
<wechaty.version>0.1.3-SNAPSHOT</wechaty.version>
2021
</properties>
2122

2223
<dependencies>
2324

2425
<dependency>
2526
<groupId>io.github.wechaty</groupId>
2627
<artifactId>wechaty</artifactId>
27-
<version>0.1.3-SNAPSHOT</version>
28+
<version>${wechaty.version}</version>
29+
</dependency>
30+
<dependency>
31+
<groupId>io.github.wechaty</groupId>
32+
<artifactId>wechaty-puppet-hostie</artifactId>
33+
<version>${wechaty.version}</version>
2834
</dependency>
2935
<dependency>
3036
<groupId>org.apache.logging.log4j</groupId>

pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,24 @@
7676
<artifactId>slf4j-api</artifactId>
7777
<version>1.7.30</version>
7878
</dependency>
79+
<dependency>
80+
<groupId>org.apache.logging.log4j</groupId>
81+
<artifactId>log4j-core</artifactId>
82+
<version>2.13.1</version>
83+
<scope>test</scope>
84+
</dependency>
85+
<dependency>
86+
<groupId>org.apache.logging.log4j</groupId>
87+
<artifactId>log4j-slf4j-impl</artifactId>
88+
<version>2.13.1</version>
89+
<scope>test</scope>
90+
</dependency>
91+
<dependency>
92+
<groupId>com.lmax</groupId>
93+
<artifactId>disruptor</artifactId>
94+
<version>3.4.2</version>
95+
<scope>test</scope>
96+
</dependency>
7997
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-collections4 -->
8098
<dependency>
8199
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)