Skip to content

Commit 41d5685

Browse files
committed
Adding rest-assured json-path,xml-path dependency to parent pom
1 parent fe05c72 commit 41d5685

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

pom.xml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -946,6 +946,58 @@
946946
<version>${version.rest.assured}</version>
947947
<scope>test</scope>
948948
</dependency>
949+
950+
<dependency>
951+
<groupId>io.rest-assured</groupId>
952+
<artifactId>json-path</artifactId>
953+
<version>${version.rest.assured}</version>
954+
<exclusions>
955+
<exclusion>
956+
<groupId>org.codehaus.groovy</groupId>
957+
<artifactId>groovy</artifactId>
958+
</exclusion>
959+
<exclusion>
960+
<groupId>org.codehaus.groovy</groupId>
961+
<artifactId>groovy-xml</artifactId>
962+
</exclusion>
963+
<exclusion>
964+
<groupId>org.codehaus.groovy</groupId>
965+
<artifactId>groovy-json</artifactId>
966+
</exclusion>
967+
</exclusions>
968+
</dependency>
969+
970+
<dependency>
971+
<groupId>io.rest-assured</groupId>
972+
<artifactId>xml-path</artifactId>
973+
<version>${version.rest.assured}</version>
974+
<exclusions>
975+
<exclusion>
976+
<groupId>org.codehaus.groovy</groupId>
977+
<artifactId>groovy</artifactId>
978+
</exclusion>
979+
<exclusion>
980+
<groupId>org.codehaus.groovy</groupId>
981+
<artifactId>groovy-xml</artifactId>
982+
</exclusion>
983+
<exclusion>
984+
<groupId>javax.activation</groupId>
985+
<artifactId>activation</artifactId>
986+
</exclusion>
987+
<exclusion>
988+
<groupId>jakarta.xml.bind</groupId>
989+
<artifactId>jakarta.xml.bind-api</artifactId>
990+
</exclusion>
991+
<exclusion>
992+
<groupId>com.sun.xml.bind</groupId>
993+
<artifactId>jaxb-osgi</artifactId>
994+
</exclusion>
995+
<exclusion>
996+
<groupId>org.ccil.cowan.tagsoup</groupId>
997+
<artifactId>tagsoup</artifactId>
998+
</exclusion>
999+
</exclusions>
1000+
</dependency>
9491001

9501002
<dependency>
9511003
<groupId>xerces</groupId>

0 commit comments

Comments
 (0)