Skip to content

Commit

Permalink
Merge branch 'modernize-integration-tests'
Browse files Browse the repository at this point in the history
  • Loading branch information
testower committed Feb 3, 2025
2 parents 9e35f9b + 6ee05d4 commit 5e7c568
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@
<wololo.version>0.18.1</wololo.version>

<commons-io.version>2.18.0</commons-io.version>
<groovy-all.version>4.0.25</groovy-all.version>
<rest-assured.version>5.5.0</rest-assured.version>
<graphql.version>22.3</graphql.version>
<graphql-extended-scalars.version>22.0</graphql-extended-scalars.version>
<netex-java-model.version>2.0.15</netex-java-model.version>
Expand Down Expand Up @@ -376,56 +374,15 @@
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>${groovy-all.version}</version>
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>${rest-assured.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.springframework.graphql</groupId>
<artifactId>spring-graphql-test</artifactId>
<scope>test</scope>
</dependency>

</dependencies>

<build>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>test-compile</id>
<phase>test-compile</phase>
<configuration>
<target>
<mkdir dir="${basedir}/src/test/groovy"/>
<taskdef name="groovyc" classname="org.codehaus.groovy.ant.Groovyc">
<classpath refid="maven.test.classpath"/>
</taskdef>
<mkdir dir="${project.build.testOutputDirectory}"/>
<groovyc destdir="${project.build.testOutputDirectory}"
srcdir="${basedir}/src/test/groovy/" listfiles="true">
<classpath refid="maven.test.classpath"/>
</groovyc>
</target>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
Expand Down

0 comments on commit 5e7c568

Please sign in to comment.