|
772 | 772 | <id>liberty-managed-arquillian</id> |
773 | 773 |
|
774 | 774 | <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> |
797 | 797 | </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> |
803 | 803 | </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> |
809 | 809 | </dependency> |
810 | | - </dependencies> |
811 | | - |
812 | | - <build> |
| 810 | + </dependencies> |
| 811 | + |
| 812 | + <build> |
813 | 813 | <plugins> |
814 | 814 | <plugin> |
815 | 815 | <artifactId>maven-surefire-plugin</artifactId> |
|
0 commit comments