From 40aacd50ba001d2e8adfcf88888970c20c17ef71 Mon Sep 17 00:00:00 2001 From: hexinyu <1213652135@qq.com> Date: Thu, 22 Sep 2022 09:58:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=89=E6=96=B9=E4=BB=B6?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E7=9A=84=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Third_Party_Open_Source_Software_List.yaml | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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..140584e --- /dev/null +++ b/Third_Party_Open_Source_Software_List.yaml @@ -0,0 +1,24 @@ +druid: + cpeName: druid + version: 1.2.8 + url: 'https://github.com/alibaba/druid' +junit-jupiter-engine: + cpeName: junit-jupiter-engine + version: 5.5.2 + url: 'https://github.com/junit-team/junit5/' +logback-classi: + cpeName: logback-classi + version: 1.2.3 + url: 'https://logback.qos.ch/' +slf4j-api: + cpeName: slf4j-api + version: 1.7.25 + url: 'https://www.slf4j.org/' +commons-io: + cpeName: commons-io + version: 2.11.0 + url: 'https://commons.apache.org/proper/commons-io' +commons-math: + cpeName: commons-math + version: 3.6.1 + url: 'https://commons.apache.org/proper/commons-math' \ No newline at end of file -- Gitee