File tree 1 file changed +18
-4
lines changed
1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
6
6
<parent >
7
- <artifactId >cybersource-sdk-master</ artifactId >
8
- <groupId >com.cybersource</ groupId >
9
- <version >6.2.12-SNAPSHOT </version >
7
+ <groupId >org.sonatype.oss</ groupId >
8
+ <artifactId >oss-parent</ artifactId >
9
+ <version >7 </version >
10
10
</parent >
11
11
12
12
<groupId >com.cybersource</groupId >
13
13
<artifactId >cybersource-sdk-java</artifactId >
14
- <version >6.2.12-SNAPSHOT </version >
14
+ <version >6.2.12</version >
15
15
<name >cybersource-sdk-java</name >
16
16
<description >Simple Order API Client</description >
17
17
<url >http://www.cybersource.com</url >
37
37
</developer >
38
38
</developers >
39
39
40
+ <properties >
41
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
42
+ <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
43
+ <junit .version>4.13.1</junit .version>
44
+ <xalan .version>2.7.2</xalan .version>
45
+ <xmlsec .version>2.3.0</xmlsec .version>
46
+ <httpclient .version>4.5.13</httpclient .version>
47
+ <bouncycastle .version>1.70</bouncycastle .version>
48
+ <wss4j .version>2.4.1</wss4j .version>
49
+ <commonlang3 .version>3.4</commonlang3 .version>
50
+ <mockito .version>1.10.19</mockito .version>
51
+ <slf4j .version>1.7.32</slf4j .version>
52
+ </properties >
53
+
40
54
<packaging >jar</packaging >
41
55
42
56
<profiles >
You can’t perform that action at this time.
0 commit comments