Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
server
/
wxJava-final
Observar
6
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
#441
从编译依赖中去掉lombok
Signed-off-by: Sola <dev@sola.love>
master
Sola
7 anos atrás
committed by
Binary Wang
pai
f2b05480b5
commit
e331fb5366
6 arquivos alterados
com
21 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
pom.xml
+4
-0
weixin-java-cp/pom.xml
+4
-0
weixin-java-miniapp/pom.xml
+4
-0
weixin-java-mp/pom.xml
+4
-0
weixin-java-open/pom.xml
+4
-0
weixin-java-pay/pom.xml
+ 1
- 1
pom.xml
Ver arquivo
@@ -242,7 +242,7 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.18</version>
<scope>
compile
</scope>
<scope>
provided
</scope>
</dependency>
</dependencies>
</dependencyManagement>
+ 4
- 0
weixin-java-cp/pom.xml
Ver arquivo
@@ -69,6 +69,10 @@
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
<build>
+ 4
- 0
weixin-java-miniapp/pom.xml
Ver arquivo
@@ -65,6 +65,10 @@
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
<build>
+ 4
- 0
weixin-java-mp/pom.xml
Ver arquivo
@@ -65,6 +65,10 @@
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
<build>
+ 4
- 0
weixin-java-open/pom.xml
Ver arquivo
@@ -82,6 +82,10 @@
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
<build>
+ 4
- 0
weixin-java-pay/pom.xml
Ver arquivo
@@ -65,6 +65,10 @@
<artifactId>guice</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
</project>
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar