File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
22 <modelVersion >4.0.0</modelVersion >
33 <parent >
4- <groupId >org.sonatype.oss</groupId >
5- <artifactId >oss-parent</artifactId >
6- <version >7</version >
7- </parent >
4+ <groupId >org.sonatype.oss</groupId >
5+ <artifactId >oss-parent</artifactId >
6+ <version >7</version >
7+ </parent >
88
99 <groupId >com.cybersource</groupId >
1010 <artifactId >cybersource-rest-client-java</artifactId >
266266 <artifactId >AuthenticationSdk</artifactId >
267267 <version >0.0.8</version >
268268 </dependency >
269- <dependency >
270- <groupId >com.fasterxml.jackson.core</groupId >
271- <artifactId >jackson-databind</artifactId >
272- <version >${jackson-version} </version >
273- </dependency >
269+ <dependency >
270+ <groupId >com.fasterxml.jackson.core</groupId >
271+ <artifactId >jackson-databind</artifactId >
272+ <version >${jackson-version} </version >
273+ </dependency >
274274 </dependencies >
275275
276276 <properties >
284284 <jodatime-version >2.9.9</jodatime-version >
285285 <maven-plugin-version >1.0.0</maven-plugin-version >
286286 <junit-version >4.12</junit-version >
287- <jackson-version >2.9.10.1</jackson-version >
287+ <jackson-version >2.9.10.1</jackson-version >
288288 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
289289 </properties >
290290</project >
You can’t perform that action at this time.
0 commit comments