Skip to content

Commit

Permalink
WIP add spring-context temporarily to validate the rest of the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphr committed Feb 9, 2024
1 parent 7f6a57c commit b694b04
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/flowable-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,11 @@
<artifactId>nashorn-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<reporting>
<plugins>
Expand Down

0 comments on commit b694b04

Please sign in to comment.