Skip to content

Commit 9207ac3

Browse files
authored
Merge pull request wechaty#67 from redmaple1/master
add hostie as default puppet implementation
2 parents afa375d + af61622 commit 9207ac3

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

examples/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
3333
<artifactId>wechaty</artifactId>
3434
<version>${wechaty.version}</version>
3535
</dependency>
36-
<dependency>
37-
<groupId>io.github.wechaty</groupId>
38-
<artifactId>wechaty-puppet-hostie</artifactId>
39-
<version>${wechaty.version}</version>
40-
</dependency>
4136
<dependency>
4237
<groupId>org.apache.logging.log4j</groupId>
4338
<artifactId>log4j-api</artifactId>

wechaty/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
<version>${project.version}</version>
2424
</dependency>
2525

26+
<dependency>
27+
<groupId>io.github.wechaty</groupId>
28+
<artifactId>wechaty-puppet-hostie</artifactId>
29+
<version>${project.version}</version>
30+
</dependency>
31+
2632
<dependency>
2733
<groupId>io.github.wechaty</groupId>
2834
<artifactId>wechaty-puppet-mock</artifactId>

0 commit comments

Comments
 (0)