| | |
| | | <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> |