File tree Expand file tree Collapse file tree 3 files changed +3
-15
lines changed
server/integration-tests/runtime
main/java/io/quarkiverse/openapi/generator
test/java/io/quarkiverse/openapi/generator Expand file tree Collapse file tree 3 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments