Skip to content

Commit 1820e97

Browse files
committed
perf test
1 parent 6e17128 commit 1820e97

File tree

8 files changed

+0
-335
lines changed

8 files changed

+0
-335
lines changed

springdoc-openapi-starter-webmvc-api/pom.xml

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -39,51 +39,9 @@
3939
<artifactId>money-api</artifactId>
4040
<scope>test</scope>
4141
</dependency>
42-
<dependency>
43-
<groupId>org.apache.groovy</groupId>
44-
<artifactId>groovy</artifactId>
45-
<scope>test</scope>
46-
</dependency>
4742
</dependencies>
4843
<build>
4944
<plugins>
50-
<plugin>
51-
<groupId>org.codehaus.mojo</groupId>
52-
<artifactId>build-helper-maven-plugin</artifactId>
53-
<executions>
54-
<execution>
55-
<id>add-generated-test-sources</id>
56-
<phase>generate-test-sources</phase>
57-
<goals>
58-
<goal>add-test-source</goal>
59-
</goals>
60-
<configuration>
61-
<sources>
62-
<source>target/generated-test-sources</source>
63-
</sources>
64-
</configuration>
65-
</execution>
66-
</executions>
67-
</plugin>
68-
<plugin>
69-
<groupId>org.codehaus.gmavenplus</groupId>
70-
<artifactId>gmavenplus-plugin</artifactId>
71-
<version>${gmavenplus-plugin.version}</version>
72-
<executions>
73-
<execution>
74-
<id>generate-dtos</id>
75-
<phase>generate-test-sources</phase>
76-
<goals>
77-
<goal>execute</goal>
78-
</goals>
79-
<configuration>
80-
<scripts>
81-
<script>${basedir}/src/test/groovy/v31/app248/generate.groovy</script>
82-
</scripts>
83-
</configuration>
84-
</execution>
85-
</executions>
86-
</plugin>
8745
<plugin>
8846
<groupId>org.apache.maven.plugins</groupId>
8947
<artifactId>maven-jar-plugin</artifactId>

springdoc-openapi-starter-webmvc-api/src/test/groovy/v31/app248/generate.groovy

Lines changed: 0 additions & 124 deletions
This file was deleted.

springdoc-openapi-starter-webmvc-api/src/test/java/test/org/springdoc/api/v31/app248/SpringDocApp248Test.java

Lines changed: 0 additions & 37 deletions
This file was deleted.

springdoc-openapi-starter-webmvc-api/src/test/java/test/org/springdoc/api/v31/app248/dto/Address.java

Lines changed: 0 additions & 59 deletions
This file was deleted.

springdoc-openapi-starter-webmvc-api/src/test/java/test/org/springdoc/api/v31/app248/dto/AddressCity.java

Lines changed: 0 additions & 18 deletions
This file was deleted.

springdoc-openapi-starter-webmvc-api/src/test/java/test/org/springdoc/api/v31/app248/dto/AddressCountry.java

Lines changed: 0 additions & 18 deletions
This file was deleted.

springdoc-openapi-starter-webmvc-api/src/test/java/test/org/springdoc/api/v31/app248/dto/AddressLine.java

Lines changed: 0 additions & 19 deletions
This file was deleted.

springdoc-openapi-starter-webmvc-api/src/test/java/test/org/springdoc/api/v31/app248/dto/AddressState.java

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)