File tree Expand file tree Collapse file tree 1 file changed +52
-0
lines changed
Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments