Skip to content

Commit 9fee09b

Browse files
committed
some formatting and whitespace
1 parent 2d57433 commit 9fee09b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<parent>
55
<groupId>org.sonatype.oss</groupId>
66
<artifactId>oss-parent</artifactId>
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>org.testng</groupId>
6565
<artifactId>testng</artifactId>
66-
<version>6.8.8</version>
66+
<version>6.8.8</version>
6767
<scope>test</scope>
6868
</dependency>
6969
<dependency>
@@ -72,15 +72,15 @@
7272
<version>0.8.1</version>
7373
<scope>test</scope>
7474
</dependency>
75-
<dependency>
76-
<groupId>com.google.guava</groupId>
77-
<artifactId>guava-gwt</artifactId>
78-
<version>16.0</version>
79-
</dependency>
80-
<dependency>
81-
<groupId>com.squareup.retrofit</groupId>
82-
<artifactId>retrofit</artifactId>
83-
<version>1.5.0</version>
84-
</dependency>
75+
<dependency>
76+
<groupId>com.google.guava</groupId>
77+
<artifactId>guava-gwt</artifactId>
78+
<version>16.0</version>
79+
</dependency>
80+
<dependency>
81+
<groupId>com.squareup.retrofit</groupId>
82+
<artifactId>retrofit</artifactId>
83+
<version>1.5.0</version>
84+
</dependency>
8585
</dependencies>
8686
</project>

0 commit comments

Comments
 (0)