File tree Expand file tree Collapse file tree 3 files changed +25
-25
lines changed
src/main/java/io/github/wechaty/example Expand file tree Collapse file tree 3 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 6666 <artifactId >java-wechaty-plugin-contrib</artifactId >
6767 <version >1.0.0-SNAPSHOT</version >
6868 </dependency >
69+ <dependency >
70+ <groupId >org.apache.commons</groupId >
71+ <artifactId >commons-lang3</artifactId >
72+ <version >3.10</version >
73+ </dependency >
6974
7075
7176 </dependencies >
Original file line number Diff line number Diff line change 11package io .github .wechaty .example ;
22
33
4- import io .github .wechaty .LoginListener ;
5- import io .github .wechaty .MessageListener ;
64import 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 ;
105import io .github .wechaty .user .Room ;
116import io .github .wechaty .utils .QrcodeUtils ;
127import okhttp3 .OkHttpClient ;
Original file line number Diff line number Diff line change 179179
180180 <build >
181181 <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> -- >
202202 </plugins >
203203 </build >
204204
You can’t perform that action at this time.
0 commit comments