Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
server
/
wxJava-final
İzle
6
Yıldızla
0
Çatalla
0
Kod
Konular
0
Değişiklik İstekleri
0
Sürümler
0
Wiki
Aktivite
Kaynağa Gözat
#441
从编译依赖中去掉lombok
Signed-off-by: Sola <dev@sola.love>
master
Sola
7 yıl önce
committed by
Binary Wang
ebeveyn
f2b05480b5
işleme
e331fb5366
6 değiştirilmiş dosya
ile
21 ekleme
ve
1 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+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
Dosyayı Görüntüle
@@ -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
Dosyayı Görüntüle
@@ -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
Dosyayı Görüntüle
@@ -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
Dosyayı Görüntüle
@@ -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
Dosyayı Görüntüle
@@ -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
Dosyayı Görüntüle
@@ -65,6 +65,10 @@
<artifactId>guice</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
</project>
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet