Skip to content

Commit 297a2d4

Browse files
committed
Codestart test adjustments
1 parent ff2bdbe commit 297a2d4

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

server/integration-tests/runtime/pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3-
<modelVersion>4.0.0</modelVersion>
43
<parent>
5-
<groupId>io.quarkiverse.openapi.generator</groupId>
64
<artifactId>quarkus-openapi-generator-server-integration-tests-parent</artifactId>
5+
<groupId>io.quarkiverse.openapi.generator</groupId>
76
<version>3.0.0-SNAPSHOT</version>
87
<relativePath>../pom.xml</relativePath>
98
</parent>
9+
<modelVersion>4.0.0</modelVersion>
1010

1111
<artifactId>quarkus-openapi-generator-server-integration-tests-runtime</artifactId>
1212
<name>Quarkus - Openapi Generator - Server - Integration Tests - Runtime</name>
@@ -42,11 +42,6 @@
4242
<artifactId>rest-assured</artifactId>
4343
<scope>test</scope>
4444
</dependency>
45-
<dependency>
46-
<groupId>io.quarkus</groupId>
47-
<artifactId>quarkus-junit5</artifactId>
48-
<scope>test</scope>
49-
</dependency>
5045
</dependencies>
5146

5247
<build>

server/integration-tests/runtime/src/main/java/io/quarkiverse/openapi/generator/Main.java

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

server/integration-tests/runtime/src/test/java/io/quarkiverse/openapi/generator/ServerCodeStartTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class ServerCodeStartTest {
1414
public static QuarkusCodestartTest codestartTest = QuarkusCodestartTest.builder()
1515
.languages(QuarkusCodestartCatalog.Language.JAVA, QuarkusCodestartCatalog.Language.KOTLIN,
1616
QuarkusCodestartCatalog.Language.SCALA)
17-
.setupStandaloneExtensionTest("io.quarkiverse.openapi.generator:quarkus.openapi.generator-codestart")
17+
.setupStandaloneExtensionTest("io.quarkiverse.openapi.generator:quarkus.openapi.generator")
1818
.build();
1919

2020
@ParameterizedTest

0 commit comments

Comments
 (0)