From a3644198c4f89569b3af683c502188d72f43c7a6 Mon Sep 17 00:00:00 2001
From: student-future <126549527+student-future@users.noreply.github.com>
Date: Thu, 2 Mar 2023 20:46:18 +0800
Subject: [PATCH] Update pom.xml
---
spring-boot-rest/pom.xml | 72 +++++++++++++++++++++++++++++++++++++++-
1 file changed, 71 insertions(+), 1 deletion(-)
diff --git a/spring-boot-rest/pom.xml b/spring-boot-rest/pom.xml
index f81286adb6..c2a6042e89 100644
--- a/spring-boot-rest/pom.xml
+++ b/spring-boot-rest/pom.xml
@@ -20,6 +20,12 @@
org.springframework.boot
spring-boot-starter-web
+
+
+ tomcat-embed-el
+ org.apache.tomcat.embed
+
+
com.fasterxml.jackson.dataformat
@@ -42,37 +48,101 @@
org.springframework.boot
spring-boot-starter-data-jpa
+
+
+ jakarta.xml.bind-api
+ jakarta.xml.bind
+
+
+ txw2
+ org.glassfish.jaxb
+
+
org.springframework.boot
spring-boot-starter-data-rest
+
+
+ spring-boot-starter-web
+ org.springframework.boot
+
+
org.springframework.boot
spring-boot-starter-hateoas
+
+
+ spring-boot-starter-web
+ org.springframework.boot
+
+
com.google.guava
guava
${guava.version}
+
+
+ listenablefuture
+ com.google.guava
+
+
+ jsr305
+ com.google.code.findbugs
+
+
+ error_prone_annotations
+ com.google.errorprone
+
+
+ j2objc-annotations
+ com.google.j2objc
+
+
org.springframework.boot
spring-boot-starter-test
test
+
+
+ jakarta.xml.bind-api
+ jakarta.xml.bind
+
+
net.sourceforge.htmlunit
htmlunit
test
+
+
+ commons-logging
+ commons-logging
+
+
org.modelmapper
modelmapper
${modelmapper.version}
+
+ io.rest-assured
+ rest-assured
+ 3.3.0
+ provided
+
+
+ hamcrest-library
+ org.hamcrest
+
+
+
@@ -90,4 +160,4 @@
3.1.0
-
\ No newline at end of file
+