Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
Added the AssertJ Core test case assertions enhancing library.
  • Loading branch information
nhkhai authored Mar 21, 2024
1 parent 0ec8903 commit 94cf316
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.25.3</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
Expand All @@ -92,4 +98,4 @@
</plugins>
</pluginManagement>
</build>
</project>
</project>

0 comments on commit 94cf316

Please sign in to comment.