File tree Expand file tree Collapse file tree 2 files changed +17
-22
lines changed Expand file tree Collapse file tree 2 files changed +17
-22
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
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 >
You can’t perform that action at this time.
0 commit comments