From 450083f7d9d5b687c732acddefb56632f7b3d5ad Mon Sep 17 00:00:00 2001
From: shikeying <shikeying@163.com>
Date: 星期一, 14 十一月 2022 12:53:39 +0800
Subject: [PATCH] 添加文本推荐API接口

---
 deploy-jar-template/pom.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/deploy-jar-template/pom.xml b/deploy-jar-template/pom.xml
index 3f41e8c..571569a 100644
--- a/deploy-jar-template/pom.xml
+++ b/deploy-jar-template/pom.xml
@@ -18,10 +18,10 @@
 
     <dependencies>
 
-<!--        <dependency>-->
-<!--            <groupId>com.iplatform</groupId>-->
-<!--            <artifactId>recommend-text</artifactId>-->
-<!--        </dependency>-->
+        <dependency>
+            <groupId>com.iplatform</groupId>
+            <artifactId>recommend-text</artifactId>
+        </dependency>
 
         <dependency>
             <groupId>com.iplatform</groupId>

--
Gitblit v1.9.1