|
5 | 5 | <groupId>io.github.wechaty</groupId> |
6 | 6 | <artifactId>wechaty-parent</artifactId> |
7 | 7 | <packaging>pom</packaging> |
8 | | - <version>0.1.2-SNAPSHOT</version> |
| 8 | + <version>0.1.3-SNAPSHOT</version> |
9 | 9 | <name>kotlin-wechaty</name> |
10 | 10 |
|
11 | 11 | <description> |
|
71 | 71 | <version>2.8.1</version> |
72 | 72 | </dependency> |
73 | 73 |
|
74 | | - |
75 | | - <dependency> |
76 | | - <groupId>org.apache.logging.log4j</groupId> |
77 | | - <artifactId>log4j-api</artifactId> |
78 | | - <version>2.13.1</version> |
79 | | - </dependency> |
80 | | - <!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core --> |
81 | | - <dependency> |
82 | | - <groupId>org.apache.logging.log4j</groupId> |
83 | | - <artifactId>log4j-core</artifactId> |
84 | | - <version>2.13.1</version> |
85 | | - </dependency> |
86 | | - <dependency> <!-- 桥接:告诉Slf4j使用Log4j2 --> |
87 | | - <groupId>org.apache.logging.log4j</groupId> |
88 | | - <artifactId>log4j-slf4j-impl</artifactId> |
89 | | - <version>2.13.1</version> |
90 | | - </dependency> |
91 | | - <!-- https://mvnrepository.com/artifact/com.lmax/disruptor --> |
92 | | - <dependency> |
93 | | - <groupId>com.lmax</groupId> |
94 | | - <artifactId>disruptor</artifactId> |
95 | | - <version>3.4.2</version> |
96 | | - </dependency> |
97 | | - |
98 | 74 | <dependency> |
99 | 75 | <groupId>org.slf4j</groupId> |
100 | 76 | <artifactId>slf4j-api</artifactId> |
|
180 | 156 |
|
181 | 157 | <build> |
182 | 158 | <plugins> |
183 | | -<!-- <plugin>--> |
184 | | -<!-- <groupId>org.apache.maven.plugins</groupId>--> |
185 | | -<!-- <artifactId>maven-gpg-plugin</artifactId>--> |
186 | | -<!-- <version>1.6</version>--> |
187 | | -<!-- <executions>--> |
188 | | -<!-- <execution>--> |
189 | | -<!-- <id>sign-artifacts</id>--> |
190 | | -<!-- <phase>verify</phase>--> |
191 | | -<!-- <goals>--> |
192 | | -<!-- <goal>sign</goal>--> |
193 | | -<!-- </goals>--> |
194 | | -<!-- <configuration>--> |
195 | | -<!-- <gpgArguments>--> |
196 | | -<!-- <arg>--pinentry-mode</arg>--> |
197 | | -<!-- <arg>loopback</arg>--> |
198 | | -<!-- </gpgArguments>--> |
199 | | -<!-- </configuration>--> |
200 | | -<!-- </execution>--> |
201 | | -<!-- </executions>--> |
202 | | -<!-- </plugin>--> |
| 159 | + <plugin> |
| 160 | + <groupId>org.apache.maven.plugins</groupId> |
| 161 | + <artifactId>maven-gpg-plugin</artifactId> |
| 162 | + <version>1.6</version> |
| 163 | + <executions> |
| 164 | + <execution> |
| 165 | + <id>sign-artifacts</id> |
| 166 | + <phase>verify</phase> |
| 167 | + <goals> |
| 168 | + <goal>sign</goal> |
| 169 | + </goals> |
| 170 | + <configuration> |
| 171 | + <gpgArguments> |
| 172 | + <arg>--pinentry-mode</arg> |
| 173 | + <arg>loopback</arg> |
| 174 | + </gpgArguments> |
| 175 | + </configuration> |
| 176 | + </execution> |
| 177 | + </executions> |
| 178 | + </plugin> |
203 | 179 | </plugins> |
204 | 180 | </build> |
205 | 181 |
|
|
0 commit comments