Skip to content

Commit

Permalink
adapter-motan add spring context dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yanhom1314 committed Nov 6, 2024
1 parent b79f71a commit 91c98d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions adapter/adapter-motan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
<artifactId>motan-springsupport</artifactId>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<optional>true</optional>
</dependency>
</dependencies>

</project>

0 comments on commit 91c98d0

Please sign in to comment.