Skip to content

Commit 1d8ea6a

Browse files
committed
add hostie as default puppet implementation
1 parent 770465c commit 1d8ea6a

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
@@ -27,11 +27,6 @@
2727
<artifactId>wechaty</artifactId>
2828
<version>${wechaty.version}</version>
2929
</dependency>
30-
<dependency>
31-
<groupId>io.github.wechaty</groupId>
32-
<artifactId>wechaty-puppet-hostie</artifactId>
33-
<version>${wechaty.version}</version>
34-
</dependency>
3530
<dependency>
3631
<groupId>org.apache.logging.log4j</groupId>
3732
<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)