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 | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 53 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8f1d042..8948ded 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,60 @@
<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>
+ <groupId>golden</groupId>
+ <artifactId>golden.commons.beanutils</artifactId>
+ <version>1.8.3</version>
+ </dependency>
+ <dependency>
+ <groupId>golden</groupId>
+ <artifactId>golden.commons.logging</artifactId>
+ <version>1.1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>golden</groupId>
+ <artifactId>golden.golden.java.sdk</artifactId>
+ <version>3.0.34</version>
+ </dependency>
+ <dependency>
+ <groupId>golden</groupId>
+ <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