Skip to content

Commit 9bc6086

Browse files
committed
Adding groovy-json dependency to support rest-assured
1 parent f25f32b commit 9bc6086

File tree

1 file changed

+4
-90
lines changed

1 file changed

+4
-90
lines changed

pom.xml

Lines changed: 4 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -889,6 +889,7 @@
889889
<artifactId>aspectjweaver</artifactId>
890890
<version>1.9.4</version>
891891
</dependency>
892+
892893
<dependency>
893894
<groupId>org.codehaus.groovy</groupId>
894895
<artifactId>groovy</artifactId>
@@ -899,98 +900,11 @@
899900
<artifactId>groovy-xml</artifactId>
900901
<version>${version.groovy}</version>
901902
</dependency>
902-
903-
<!-- <dependency>
903+
<dependency>
904904
<groupId>org.codehaus.groovy</groupId>
905-
<artifactId>groovy-all</artifactId>
905+
<artifactId>groovy-json</artifactId>
906906
<version>${version.groovy}</version>
907-
<exclusions>
908-
<exclusion>
909-
<groupId>org.testng</groupId>
910-
<artifactId>testng</artifactId>
911-
</exclusion>
912-
<exclusion>
913-
<groupId>org.codehaus.groovy</groupId>
914-
<artifactId>groovy-ant</artifactId>
915-
</exclusion>
916-
<exclusion>
917-
<groupId>org.codehaus.groovy</groupId>
918-
<artifactId>groovy-astbuilder</artifactId>
919-
</exclusion>
920-
<exclusion>
921-
<groupId>org.codehaus.groovy</groupId>
922-
<artifactId>groovy-cli-picocli</artifactId>
923-
</exclusion>
924-
<exclusion>
925-
<groupId>org.codehaus.groovy</groupId>
926-
<artifactId>groovy-console</artifactId>
927-
</exclusion>
928-
<exclusion>
929-
<groupId>org.codehaus.groovy</groupId>
930-
<artifactId>groovy-datetime</artifactId>
931-
</exclusion>
932-
<exclusion>
933-
<groupId>org.codehaus.groovy</groupId>
934-
<artifactId>groovy-docgenerator</artifactId>
935-
</exclusion>
936-
<exclusion>
937-
<groupId>org.codehaus.groovy</groupId>
938-
<artifactId>groovy-groovydoc</artifactId>
939-
</exclusion>
940-
<exclusion>
941-
<groupId>org.codehaus.groovy</groupId>
942-
<artifactId>groovy-groovysh</artifactId>
943-
</exclusion>
944-
<exclusion>
945-
<groupId>org.codehaus.groovy</groupId>
946-
<artifactId>groovy-jmx</artifactId>
947-
</exclusion>
948-
<exclusion>
949-
<groupId>org.codehaus.groovy</groupId>
950-
<artifactId>groovy-json</artifactId>
951-
</exclusion>
952-
<exclusion>
953-
<groupId>org.codehaus.groovy</groupId>
954-
<artifactId>groovy-jsr223</artifactId>
955-
</exclusion>
956-
<exclusion>
957-
<groupId>org.codehaus.groovy</groupId>
958-
<artifactId>groovy-macro</artifactId>
959-
</exclusion>
960-
<exclusion>
961-
<groupId>org.codehaus.groovy</groupId>
962-
<artifactId>groovy-nio</artifactId>
963-
</exclusion>
964-
<exclusion>
965-
<groupId>org.codehaus.groovy</groupId>
966-
<artifactId>groovy-sql</artifactId>
967-
</exclusion>
968-
<exclusion>
969-
<groupId>org.codehaus.groovy</groupId>
970-
<artifactId>groovy-servlet</artifactId>
971-
</exclusion>
972-
<exclusion>
973-
<groupId>org.codehaus.groovy</groupId>
974-
<artifactId>groovy-swing</artifactId>
975-
</exclusion>
976-
<exclusion>
977-
<groupId>org.codehaus.groovy</groupId>
978-
<artifactId>groovy-templates</artifactId>
979-
</exclusion>
980-
<exclusion>
981-
<groupId>org.codehaus.groovy</groupId>
982-
<artifactId>groovy-test</artifactId>
983-
</exclusion>
984-
<exclusion>
985-
<groupId>org.codehaus.groovy</groupId>
986-
<artifactId>groovy-test-junit5</artifactId>
987-
</exclusion>
988-
<exclusion>
989-
<groupId>org.codehaus.groovy</groupId>
990-
<artifactId>groovy-testng</artifactId>
991-
</exclusion>
992-
</exclusions>
993-
</dependency> -->
907+
</dependency>
994908

995909
<dependency>
996910
<groupId>org.redline-rpm</groupId>

0 commit comments

Comments
 (0)