Skip to content

Commit

Permalink
Merge pull request #162 from Nohit-Java17/develop
Browse files Browse the repository at this point in the history
add ws
  • Loading branch information
Tynab authored Jan 14, 2025
2 parents 8413111 + 8fd2d4b commit 2952eff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
<version>5.3.27</version>
<version>5.3.39</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand All @@ -141,6 +141,11 @@
<artifactId>xmlunit-core</artifactId>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-websocket</artifactId>
<version>9.0.86</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 2952eff

Please sign in to comment.