Skip to content

Commit d5f1b86

Browse files
committed
update 0.1.4
1 parent edf7f31 commit d5f1b86

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

Diff for: examples/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@
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>

Diff for: examples/src/main/java/io/github/wechaty/example/Main.java

-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
package io.github.wechaty.example;
22

33

4-
import io.github.wechaty.LoginListener;
5-
import io.github.wechaty.MessageListener;
64
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;
105
import io.github.wechaty.user.Room;
116
import io.github.wechaty.utils.QrcodeUtils;
127
import okhttp3.OkHttpClient;

Diff for: pom.xml

+20-20
Original file line numberDiff line numberDiff line change
@@ -179,26 +179,26 @@
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>&#45;&#45;pinentry-mode</arg>-->
196+
<!-- <arg>loopback</arg>-->
197+
<!-- </gpgArguments>-->
198+
<!-- </configuration>-->
199+
<!-- </execution>-->
200+
<!-- </executions>-->
201+
<!-- </plugin>-->
202202
</plugins>
203203
</build>
204204

0 commit comments

Comments
 (0)