Skip to content

Commit b4ccfd3

Browse files
committed
Fix formatting
1 parent 4c3d5a6 commit b4ccfd3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

+10-10
Original file line numberDiff line numberDiff line change
@@ -868,42 +868,42 @@
868868
<id>liberty-managed-arquillian</id>
869869

870870
<dependencies>
871-
<dependency>
871+
<dependency>
872872
<groupId>org.jboss.arquillian.container</groupId>
873873
<artifactId>arquillian-wlp-managed-8.5</artifactId>
874874
<version>1.0.0.Beta2</version>
875-
</dependency>
876-
<dependency>
875+
</dependency>
876+
<dependency>
877877
<groupId>org.glassfish.tyrus</groupId>
878878
<artifactId>tyrus-client</artifactId>
879879
<version>1.3</version>
880880
<scope>test</scope>
881-
</dependency>
882-
<dependency>
881+
</dependency>
882+
<dependency>
883883
<groupId>org.glassfish</groupId>
884884
<artifactId>javax.json</artifactId>
885885
<version>1.0.4</version>
886886
<scope>test</scope>
887-
</dependency>
888-
<dependency>
887+
</dependency>
888+
<dependency>
889889
<groupId>org.glassfish.tyrus</groupId>
890890
<artifactId>tyrus-container-grizzly-client</artifactId>
891891
<version>1.3</version>
892892
<scope>test</scope>
893893
</dependency>
894-
<dependency>
894+
<dependency>
895895
<groupId>org.glassfish.jersey.core</groupId>
896896
<artifactId>jersey-client</artifactId>
897897
<version>2.4</version>
898898
<scope>test</scope>
899899
</dependency>
900-
<dependency>
900+
<dependency>
901901
<groupId>org.glassfish.jersey.media</groupId>
902902
<artifactId>jersey-media-json-processing</artifactId>
903903
<version>2.4</version>
904904
<scope>test</scope>
905905
</dependency>
906-
</dependencies>
906+
</dependencies>
907907

908908
<build>
909909
<plugins>

0 commit comments

Comments
 (0)