Update pom.xml

This commit is contained in:
string 2025-10-16 10:54:27 +05:30
parent fd5945b464
commit 7eb045a95a

View File

@ -85,6 +85,12 @@
<version>2.9.2</version> <version>2.9.2</version>
</dependency> </dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
</dependency>
<!-- end of spring fox dependency--> <!-- end of spring fox dependency-->
<dependency> <dependency>
@ -118,6 +124,12 @@
</dependency> </dependency>
<!-- Manually Added --> <!-- Manually Added -->
<!-- <dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.45.1.0</version>
</dependency> -->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId> <artifactId>spring-boot-starter-data-jpa</artifactId>