Skip to content

Commit 0901d0c

Browse files
committed
wrong scope does make more difficult to update the api
1 parent 567acc5 commit 0901d0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@
9393
<groupId>io.openapiprocessor</groupId>
9494
<artifactId>openapi-processor-api</artifactId>
9595
<version>2023.1</version>
96+
<!-- should be provided, but openapi-processor-spring/micronaut do not provide it before 2024.6 -->
97+
<!--
98+
<scope>provided</scope>
99+
-->
96100
</dependency>
97101
<dependency>
98102
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)