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 8, 2024
1 parent 7f6a57c commit 98da563
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/flowable-http-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

</project>

0 comments on commit 98da563

Please sign in to comment.