File tree 3 files changed +25
-25
lines changed
src/main/java/io/github/wechaty/example
3 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 66
66
<artifactId >java-wechaty-plugin-contrib</artifactId >
67
67
<version >1.0.0-SNAPSHOT</version >
68
68
</dependency >
69
+ <dependency >
70
+ <groupId >org.apache.commons</groupId >
71
+ <artifactId >commons-lang3</artifactId >
72
+ <version >3.10</version >
73
+ </dependency >
69
74
70
75
71
76
</dependencies >
Original file line number Diff line number Diff line change 1
1
package io .github .wechaty .example ;
2
2
3
3
4
- import io .github .wechaty .LoginListener ;
5
- import io .github .wechaty .MessageListener ;
6
4
import io .github .wechaty .Wechaty ;
7
- import io .github .wechaty .filebox .FileBox ;
8
- import io .github .wechaty .io .github .wechaty .schemas .EventEnum ;
9
- import io .github .wechaty .user .Contact ;
10
5
import io .github .wechaty .user .Room ;
11
6
import io .github .wechaty .utils .QrcodeUtils ;
12
7
import okhttp3 .OkHttpClient ;
Original file line number Diff line number Diff line change 179
179
180
180
<build >
181
181
<plugins >
182
- <plugin >
183
- <groupId >org.apache.maven.plugins</groupId >
184
- <artifactId >maven-gpg-plugin</artifactId >
185
- <version >1.6</version >
186
- <executions >
187
- <execution >
188
- <id >sign-artifacts</id >
189
- <phase >verify</phase >
190
- <goals >
191
- <goal >sign</goal >
192
- </goals >
193
- <configuration >
194
- <gpgArguments >
195
- <arg >-- pinentry-mode</arg >
196
- <arg >loopback</arg >
197
- </gpgArguments >
198
- </configuration >
199
- </execution >
200
- </executions >
201
- </plugin >
182
+ <!-- <plugin> -- >
183
+ <!-- <groupId>org.apache.maven.plugins</groupId> -- >
184
+ <!-- <artifactId>maven-gpg-plugin</artifactId> -- >
185
+ <!-- <version>1.6</version> -- >
186
+ <!-- <executions> -- >
187
+ <!-- <execution> -- >
188
+ <!-- <id>sign-artifacts</id> -- >
189
+ <!-- <phase>verify</phase> -- >
190
+ <!-- <goals> -- >
191
+ <!-- <goal>sign</goal> -- >
192
+ <!-- </goals> -- >
193
+ <!-- <configuration> -- >
194
+ <!-- <gpgArguments> -- >
195
+ <!-- <arg>-- pinentry-mode</arg> -- >
196
+ <!-- <arg>loopback</arg> -- >
197
+ <!-- </gpgArguments> -- >
198
+ <!-- </configuration> -- >
199
+ <!-- </execution> -- >
200
+ <!-- </executions> -- >
201
+ <!-- </plugin> -- >
202
202
</plugins >
203
203
</build >
204
204
You can’t perform that action at this time.
0 commit comments