From 8b757f3895986eaf96a2530ed5411bf0b16a66c6 Mon Sep 17 00:00:00 2001
From: xc <xucheng@yyigou.com>
Date: Fri, 11 Dec 2020 09:59:24 +0800
Subject: [PATCH] udate
---
pom.xml | 32 ++++++++++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index c4455e0..8948ded 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,6 +84,11 @@
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
</dependency>
+ <dependency>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ <version>2.6</version>
+ </dependency>
<!-- Golden实时数据库依赖jar包-->
<dependency>
@@ -106,6 +111,33 @@
<artifactId>golden.protobuf.java</artifactId>
<version>2.6.1</version>
</dependency>
+
+ <!--杰控FameHistory实时数据库依赖jar包-->
+ <dependency>
+ <groupId>famehistory</groupId>
+ <artifactId>famehistory.cvs.dataprovider</artifactId>
+ <version>3.0.0</version>
+ </dependency>
+ <dependency>
+ <groupId>famehistory</groupId>
+ <artifactId>famehistory.hd.dataprovider</artifactId>
+ <version>3.5.0</version>
+ </dependency>
+ <dependency>
+ <groupId>famehistory</groupId>
+ <artifactId>famehistory.hd.datasdk</artifactId>
+ <version>3.5.0</version>
+ </dependency>
+ <dependency>
+ <groupId>famehistory</groupId>
+ <artifactId>famehistory.hd</artifactId>
+ <version>1.0.0</version>
+ </dependency>
+ <dependency>
+ <groupId>famehistory</groupId>
+ <artifactId>famehistory</artifactId>
+ <version>1.0.0</version>
+ </dependency>
</dependencies>
<build>
--
Gitblit v1.9.1