FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
WxJava/weixin-java-pay/pom.xml at develop · feidian108/WxJava · GitHub
feidian108
/
WxJava
Public
forked from
binarywang/WxJava
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
WxJava
/
weixin-java-pay
/
pom.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
104 lines (95 loc) · 3.08 KB
Breadcrumbs
WxJava
/
weixin-java-pay
/
pom.xml
Copy path
File metadata and controls
104 lines (95 loc) · 3.08 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
project
xmlns
:
xsi
=
"
http://www.w3.org/2001/XMLSchema-instance
"
xmlns
=
"
http://maven.apache.org/POM/4.0.0
"
xsi
:
schemaLocation
=
"
http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd
"
>
<
parent
>
<
groupId
>com.github.binarywang</
groupId
>
<
artifactId
>wx-java</
artifactId
>
<
version
>4.4.9.B</
version
>
</
parent
>
<
modelVersion
>4.0.0</
modelVersion
>
<
artifactId
>weixin-java-pay</
artifactId
>
<
name
>WxJava - PAY Java SDK</
name
>
<
description
>微信支付 Java SDK</
description
>
<
dependencies
>
<
dependency
>
<
groupId
>com.github.binarywang</
groupId
>
<
artifactId
>weixin-java-common</
artifactId
>
<
version
>
${project.version}
</
version
>
</
dependency
>
<
dependency
>
<
groupId
>com.github.binarywang</
groupId
>
<
artifactId
>qrcode-utils</
artifactId
>
</
dependency
>
<
dependency
>
<
groupId
>org.jodd</
groupId
>
<
artifactId
>jodd-http</
artifactId
>
<
scope
>provided</
scope
>
</
dependency
>
<
dependency
>
<
groupId
>org.apache.commons</
groupId
>
<
artifactId
>commons-lang3</
artifactId
>
</
dependency
>
<
dependency
>
<
groupId
>org.bouncycastle</
groupId
>
<
artifactId
>bcpkix-jdk15on</
artifactId
>
</
dependency
>
<
dependency
>
<
groupId
>ch.qos.logback</
groupId
>
<
artifactId
>logback-classic</
artifactId
>
<
scope
>test</
scope
>
</
dependency
>
<
dependency
>
<
groupId
>org.testng</
groupId
>
<
artifactId
>testng</
artifactId
>
<
scope
>test</
scope
>
</
dependency
>
<
dependency
>
<
groupId
>org.assertj</
groupId
>
<
artifactId
>assertj-guava</
artifactId
>
<
scope
>test</
scope
>
</
dependency
>
<
dependency
>
<
groupId
>com.google.inject</
groupId
>
<
artifactId
>guice</
artifactId
>
<
scope
>test</
scope
>
</
dependency
>
<
dependency
>
<
groupId
>org.projectlombok</
groupId
>
<
artifactId
>lombok</
artifactId
>
</
dependency
>
<
dependency
>
<
groupId
>com.google.code.gson</
groupId
>
<
artifactId
>gson</
artifactId
>
</
dependency
>
</
dependencies
>
<
profiles
>
<
profile
>
<
id
>native-image</
id
>
<
activation
>
<
activeByDefault
>false</
activeByDefault
>
</
activation
>
<
build
>
<
plugins
>
<
plugin
>
<
groupId
>org.apache.maven.plugins</
groupId
>
<
artifactId
>maven-compiler-plugin</
artifactId
>
<
version
>3.5.1</
version
>
<
configuration
>
<
annotationProcessors
>
com.github.binarywang.wx.graal.GraalProcessor,lombok.launch.AnnotationProcessorHider$AnnotationProcessor,lombok.launch.AnnotationProcessorHider$ClaimingProcessor
</
annotationProcessors
>
<
annotationProcessorPaths
>
<
path
>
<
groupId
>com.github.binarywang</
groupId
>
<
artifactId
>weixin-graal</
artifactId
>
<
version
>
${project.version}
</
version
>
</
path
>
</
annotationProcessorPaths
>
</
configuration
>
</
plugin
>
</
plugins
>
</
build
>
</
profile
>
</
profiles
>
</
project
>
Back
|
FazBrowse Home
|
New Git URL