Skip to content

Commit

Permalink
fix: bolt swagger class not found error (#1310)
Browse files Browse the repository at this point in the history
Co-authored-by: junyuan <[email protected]>
Co-authored-by: liujianjun.ljj <[email protected]>
  • Loading branch information
3 people authored Mar 2, 2023
1 parent 90dca92 commit e5c19a3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
<lookout.version>1.4.1</lookout.version>
<bytebuddy.version>1.9.8</bytebuddy.version>
<sofa.registry.version>5.2.0</sofa.registry.version>
<bolt.swagger.version>1.5.18</bolt.swagger.version>
<bolt.swagger.version>1.6.9</bolt.swagger.version>
<asm.version>7.0</asm.version>
<httpclient.version>4.5.13</httpclient.version>
<httpcore.version>4.4.13</httpcore.version>
<grpc.version>1.33.1</grpc.version>
Expand Down Expand Up @@ -423,6 +424,11 @@
<artifactId>transmittable-thread-local</artifactId>
<version>${transmittable.version}</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>${asm.version}</version>
</dependency>

</dependencies>

Expand Down

0 comments on commit e5c19a3

Please sign in to comment.