Skip to content

Commit c617bc2

Browse files
committed
Formatting for Liberty profile
1 parent 5a9b9d9 commit c617bc2

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

pom.xml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -772,44 +772,44 @@
772772
<id>liberty-managed-arquillian</id>
773773

774774
<dependencies>
775-
<dependency>
776-
<groupId>org.jboss.arquillian.container</groupId>
777-
<artifactId>arquillian-wlp-managed-8.5</artifactId>
778-
<version>1.0.0.Beta2</version>
779-
</dependency>
780-
<dependency>
781-
<groupId>org.glassfish.tyrus</groupId>
782-
<artifactId>tyrus-client</artifactId>
783-
<version>1.3</version>
784-
<scope>test</scope>
785-
</dependency>
786-
<dependency>
787-
<groupId>org.glassfish</groupId>
788-
<artifactId>javax.json</artifactId>
789-
<version>1.0.4</version>
790-
<scope>test</scope>
791-
</dependency>
792-
<dependency>
793-
<groupId>org.glassfish.tyrus</groupId>
794-
<artifactId>tyrus-container-grizzly-client</artifactId>
795-
<version>1.3</version>
796-
<scope>test</scope>
775+
<dependency>
776+
<groupId>org.jboss.arquillian.container</groupId>
777+
<artifactId>arquillian-wlp-managed-8.5</artifactId>
778+
<version>1.0.0.Beta2</version>
779+
</dependency>
780+
<dependency>
781+
<groupId>org.glassfish.tyrus</groupId>
782+
<artifactId>tyrus-client</artifactId>
783+
<version>1.3</version>
784+
<scope>test</scope>
785+
</dependency>
786+
<dependency>
787+
<groupId>org.glassfish</groupId>
788+
<artifactId>javax.json</artifactId>
789+
<version>1.0.4</version>
790+
<scope>test</scope>
791+
</dependency>
792+
<dependency>
793+
<groupId>org.glassfish.tyrus</groupId>
794+
<artifactId>tyrus-container-grizzly-client</artifactId>
795+
<version>1.3</version>
796+
<scope>test</scope>
797797
</dependency>
798-
<dependency>
799-
<groupId>org.glassfish.jersey.core</groupId>
800-
<artifactId>jersey-client</artifactId>
801-
<version>2.4</version>
802-
<scope>test</scope>
798+
<dependency>
799+
<groupId>org.glassfish.jersey.core</groupId>
800+
<artifactId>jersey-client</artifactId>
801+
<version>2.4</version>
802+
<scope>test</scope>
803803
</dependency>
804-
<dependency>
805-
<groupId>org.glassfish.jersey.media</groupId>
806-
<artifactId>jersey-media-json-processing</artifactId>
807-
<version>2.4</version>
808-
<scope>test</scope>
804+
<dependency>
805+
<groupId>org.glassfish.jersey.media</groupId>
806+
<artifactId>jersey-media-json-processing</artifactId>
807+
<version>2.4</version>
808+
<scope>test</scope>
809809
</dependency>
810-
</dependencies>
811-
812-
<build>
810+
</dependencies>
811+
812+
<build>
813813
<plugins>
814814
<plugin>
815815
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)