File tree Expand file tree Collapse file tree 9 files changed +196
-196
lines changed
wechaty-puppet-hostie/src/main/kotlin/io/github/wechaty/grpc
wechaty-puppet-mock/src/main/kotlin/io/github/wechaty
wechaty-puppet/src/main/kotlin
io/github/wechaty/schemas
src/main/kotlin/io/github/wechaty Expand file tree Collapse file tree 9 files changed +196
-196
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments