From 7647098049cab74b9ecb0fac6530f4b5d2c6e784 Mon Sep 17 00:00:00 2001
From: xue_meng_en <1836611252@qq.com>
Date: Thu, 29 Sep 2022 19:47:20 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85Third=5FParty=5FOpen=5FSource?=
=?UTF-8?q?=5FSoftware=5FList.yaml?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Third_Party_Open_Source_Software_List.yaml | 10 ++++++++++
pom.xml | 5 -----
2 files changed, 10 insertions(+), 5 deletions(-)
create mode 100644 Third_Party_Open_Source_Software_List.yaml
diff --git a/Third_Party_Open_Source_Software_List.yaml b/Third_Party_Open_Source_Software_List.yaml
new file mode 100644
index 0000000..f665cbb
--- /dev/null
+++ b/Third_Party_Open_Source_Software_List.yaml
@@ -0,0 +1,10 @@
+spring-boot-starter-web:
+ cpeName: spring-boot-starter-web
+ groupId: org.springframework.boot
+ url:
+ version:
+gson:
+ cpeName: gson
+ groupId: com.google.code.gson
+ url:
+ version: 2.9.0
diff --git a/pom.xml b/pom.xml
index 87e7e27..0182933 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,11 +27,6 @@
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
com.google.code.gson
gson
--
Gitee