|
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.13-SNAPSHOT</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> |
|
230 | 244 | <groupId>org.apache.santuario</groupId> |
231 | 245 | <artifactId>xmlsec</artifactId> |
232 | 246 | <version>${xmlsec.version}</version> |
| 247 | + <exclusions> |
| 248 | + <exclusion> |
| 249 | + <artifactId>woodstox-core</artifactId> |
| 250 | + <groupId>com.fasterxml.woodstox</groupId> |
| 251 | + </exclusion> |
| 252 | + </exclusions> |
233 | 253 | </dependency> |
234 | 254 | <dependency> |
235 | 255 | <groupId>org.apache.httpcomponents</groupId> |
|
256 | 276 | <groupId>com.google.guava</groupId> |
257 | 277 | <artifactId>guava</artifactId> |
258 | 278 | </exclusion> |
| 279 | + <exclusion> |
| 280 | + <artifactId>cryptacular</artifactId> |
| 281 | + <groupId>org.cryptacular</groupId> |
| 282 | + </exclusion> |
| 283 | + <exclusion> |
| 284 | + <artifactId>opensaml-saml-impl</artifactId> |
| 285 | + <groupId>org.opensaml</groupId> |
| 286 | + </exclusion> |
| 287 | + <exclusion> |
| 288 | + <artifactId>opensaml-xacml-impl</artifactId> |
| 289 | + <groupId>org.opensaml</groupId> |
| 290 | + </exclusion> |
| 291 | + <exclusion> |
| 292 | + <artifactId>opensaml-xacml-saml-impl</artifactId> |
| 293 | + <groupId>org.opensaml</groupId> |
| 294 | + </exclusion> |
| 295 | + <exclusion> |
| 296 | + <artifactId>slf4j-api</artifactId> |
| 297 | + <groupId>org.slf4j</groupId> |
| 298 | + </exclusion> |
| 299 | + <exclusion> |
| 300 | + <artifactId>joda-time</artifactId> |
| 301 | + <groupId>joda-time</groupId> |
| 302 | + </exclusion> |
| 303 | + <exclusion> |
| 304 | + <artifactId>jasypt</artifactId> |
| 305 | + <groupId>org.jasypt</groupId> |
| 306 | + </exclusion> |
| 307 | + <exclusion> |
| 308 | + <artifactId>geronimo-javamail_1.4_mail</artifactId> |
| 309 | + <groupId>org.apache.geronimo.javamail</groupId> |
| 310 | + </exclusion> |
| 311 | + <exclusion> |
| 312 | + <artifactId>xmlsec</artifactId> |
| 313 | + <groupId>org.apache.santuario</groupId> |
| 314 | + </exclusion> |
259 | 315 | </exclusions> |
260 | 316 | </dependency> |
261 | 317 | <dependency> |
|
0 commit comments