Skip to content

Commit

Permalink
change the dependency scope of resteasy-servlet-initializer to `pro…
Browse files Browse the repository at this point in the history
…vided`
  • Loading branch information
liweinan committed Jul 19, 2024
1 parent e6d863f commit e55ce8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions resteasy-spring-boot-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-servlet-initializer</artifactId>
<version>${version.org.jboss.resteasy}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand Down
1 change: 1 addition & 0 deletions servlet/resteasy-servlet-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-servlet-initializer</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.resteasy.spring</groupId>
Expand Down

0 comments on commit e55ce8f

Please sign in to comment.