Skip to content

Commit c40e5c5

Browse files
committed
Update tests to use io.avaje:openapi-maven-plugin:1.0
1 parent 332a143 commit c40e5c5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tests/test-javalin-jsonb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@
114114
<plugins>
115115

116116
<plugin>
117-
<groupId>io.dinject</groupId>
117+
<groupId>io.avaje</groupId>
118118
<artifactId>openapi-maven-plugin</artifactId>
119-
<version>1.2</version>
119+
<version>1.0</version>
120120
<executions>
121121
<execution>
122122
<id>main</id>

tests/test-javalin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@
113113
<plugins>
114114

115115
<plugin>
116-
<groupId>io.dinject</groupId>
116+
<groupId>io.avaje</groupId>
117117
<artifactId>openapi-maven-plugin</artifactId>
118-
<version>1.2</version>
118+
<version>1.0</version>
119119
<executions>
120120
<execution>
121121
<id>main</id>

tests/test-jex/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@
105105
<plugins>
106106

107107
<plugin>
108-
<groupId>io.dinject</groupId>
108+
<groupId>io.avaje</groupId>
109109
<artifactId>openapi-maven-plugin</artifactId>
110-
<version>1.2</version>
110+
<version>1.0</version>
111111
<executions>
112112
<execution>
113113
<id>main</id>

0 commit comments

Comments
 (0)