Skip to content

Commit 0a799c7

Browse files
committed
add wechaty-puppet-mock
1 parent a62ad85 commit 0a799c7

File tree

2 files changed

+17
-22
lines changed

2 files changed

+17
-22
lines changed

wechaty-puppet-hostie/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
<artifactId>wechaty-puppet-hostie</artifactId>
1111
<packaging>jar</packaging>
1212

13-
<properties>
14-
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
15-
<dokka.version>0.10.1</dokka.version>
16-
</properties>
17-
1813
<dependencies>
1914

2015
<dependency>

wechaty-puppet-mock/pom.xml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>wechaty-parent</artifactId>
77
<groupId>io.github.wechaty</groupId>
8-
<version>0.1.0-SNAPSHOT</version>
8+
<version>0.1.1-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -22,22 +22,22 @@
2222
<version>${project.version}</version>
2323
</dependency>
2424

25-
<dependency>
26-
<groupId>org.apache.logging.log4j</groupId>
27-
<artifactId>log4j-api</artifactId>
28-
</dependency>
29-
<dependency>
30-
<groupId>org.apache.logging.log4j</groupId>
31-
<artifactId>log4j-core</artifactId>
32-
</dependency>
33-
<dependency>
34-
<groupId>org.apache.logging.log4j</groupId>
35-
<artifactId>log4j-slf4j-impl</artifactId>
36-
</dependency>
37-
<dependency>
38-
<groupId>org.slf4j</groupId>
39-
<artifactId>slf4j-api</artifactId>
40-
</dependency>
25+
<!-- <dependency>-->
26+
<!-- <groupId>org.apache.logging.log4j</groupId>-->
27+
<!-- <artifactId>log4j-api</artifactId>-->
28+
<!-- </dependency>-->
29+
<!-- <dependency>-->
30+
<!-- <groupId>org.apache.logging.log4j</groupId>-->
31+
<!-- <artifactId>log4j-core</artifactId>-->
32+
<!-- </dependency>-->
33+
<!-- <dependency>-->
34+
<!-- <groupId>org.apache.logging.log4j</groupId>-->
35+
<!-- <artifactId>log4j-slf4j-impl</artifactId>-->
36+
<!-- </dependency>-->
37+
<!-- <dependency>-->
38+
<!-- <groupId>org.slf4j</groupId>-->
39+
<!-- <artifactId>slf4j-api</artifactId>-->
40+
<!-- </dependency>-->
4141

4242
<dependency>
4343
<groupId>org.mockito</groupId>

0 commit comments

Comments
 (0)