Skip to content

Commit 3d0fec5

Browse files
committed
Correcting indentation
1 parent d44fb46 commit 3d0fec5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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>
@@ -266,11 +266,11 @@
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>
@@ -284,7 +284,7 @@
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>

0 commit comments

Comments
 (0)