Skip to content

Commit 1849bc7

Browse files
committed
Spring Native is now superseded by Spring Boot 3 official
1 parent bfc7bfd commit 1849bc7

File tree

7 files changed

+0
-631
lines changed

7 files changed

+0
-631
lines changed

pom.xml

-12
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
<module>springdoc-openapi-ui</module>
6262
<module>springdoc-openapi-webflux-ui</module>
6363
<module>springdoc-openapi-javadoc</module>
64-
<module>springdoc-openapi-native</module>
6564
</modules>
6665

6766
<properties>
@@ -77,7 +76,6 @@
7776
<jaxb-impl.version>2.1</jaxb-impl.version>
7877
<javax.jws-api.version>1.1</javax.jws-api.version>
7978
<jjwt.version>0.9.1</jjwt.version>
80-
<spring-native.version>0.12.1</spring-native.version>
8179
<therapi-runtime-javadoc.version>0.15.0</therapi-runtime-javadoc.version>
8280
<spring-cloud-function.version>3.2.4</spring-cloud-function.version>
8381
<dependency-check.version>7.1.0</dependency-check.version>
@@ -141,11 +139,6 @@
141139
<version>${jjwt.version}</version>
142140
<scope>test</scope>
143141
</dependency>
144-
<dependency>
145-
<groupId>org.springframework.experimental</groupId>
146-
<artifactId>spring-native</artifactId>
147-
<version>${spring-native.version}</version>
148-
</dependency>
149142
<!-- spring Cloud -->
150143
<dependency>
151144
<groupId>org.springframework.cloud</groupId>
@@ -218,11 +211,6 @@
218211
<artifactId>springdoc-openapi-javadoc</artifactId>
219212
<version>${project.version}</version>
220213
</dependency>
221-
<dependency>
222-
<groupId>org.springdoc</groupId>
223-
<artifactId>springdoc-openapi-native</artifactId>
224-
<version>${project.version}</version>
225-
</dependency>
226214
</dependencies>
227215
</dependencyManagement>
228216
<dependencies>

springdoc-openapi-native/.gitignore

-144
This file was deleted.

springdoc-openapi-native/pom.xml

-76
This file was deleted.

0 commit comments

Comments
 (0)