This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
server
/
wxJava-final
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
#441
从编译依赖中去掉lombok
Signed-off-by: Sola <dev@sola.love>
master
Sola
7 years ago
committed by
Binary Wang
parent
f2b05480b5
commit
e331fb5366
6 changed files
with
21 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -65,6 +65,10 @@
<artifactId>guice</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
</project>
Write
Preview
Loading…
Cancel
Save