From 91dc6cdda0548ff7f6e473a81933fa206d912cef Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Tue, 15 Feb 2022 18:27:07 +0800
Subject: [PATCH] blog文章分类添加

---
 snowy-main/pom.xml |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/snowy-main/pom.xml b/snowy-main/pom.xml
index edcbd78..1557809 100644
--- a/snowy-main/pom.xml
+++ b/snowy-main/pom.xml
@@ -36,6 +36,16 @@
             <artifactId>spring-boot-starter-test</artifactId>
             <scope>test</scope>
         </dependency>
+
+        <!-- https://mvnrepository.com/artifact/com.itextpdf/itextpdf -->
+        <dependency>
+            <groupId>com.itextpdf</groupId>
+            <artifactId>itextpdf</artifactId>
+            <version>5.5.13.2</version>
+        </dependency>
+
+
+
     </dependencies>
 
     <build>

--
Gitblit v1.9.1