79 lines
2.7 KiB
XML
79 lines
2.7 KiB
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||
|
<parent>
|
||
|
<artifactId>bocloud.cms</artifactId>
|
||
|
<groupId>com.bocloud</groupId>
|
||
|
<version>5.6.0-HBCL-RELEASE</version>
|
||
|
</parent>
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
||
|
<artifactId>bocloud.cms.service</artifactId>
|
||
|
<dependencies>
|
||
|
<!-- bocloud依赖 -->
|
||
|
<dependency>
|
||
|
<groupId>com.bocloud</groupId>
|
||
|
<artifactId>bocloud.bre.common</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.bocloud</groupId>
|
||
|
<artifactId>bocloud.bre.service</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.bocloud</groupId>
|
||
|
<artifactId>bocloud.cms.common</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.bocloud</groupId>
|
||
|
<artifactId>bocloud.cms.repository</artifactId>
|
||
|
</dependency>
|
||
|
<!-- rabbitmq依赖 -->
|
||
|
<dependency>
|
||
|
<groupId>org.springframework.amqp</groupId>
|
||
|
<artifactId>spring-rabbit</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.rabbitmq</groupId>
|
||
|
<artifactId>amqp-client</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.freemarker</groupId>
|
||
|
<artifactId>freemarker</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.moandjiezana.toml</groupId>
|
||
|
<artifactId>toml4j</artifactId>
|
||
|
<version>0.7.2</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>redis.clients</groupId>
|
||
|
<artifactId>jedis</artifactId>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.mongodb</groupId>
|
||
|
<artifactId>mongodb-driver</artifactId>
|
||
|
<version>3.8.2</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.microsoft.sqlserver</groupId>
|
||
|
<artifactId>sqljdbc4</artifactId>
|
||
|
<version>4.0</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.oracle</groupId>
|
||
|
<artifactId>ojdbc6</artifactId>
|
||
|
<version>11.2.0.3</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>net.spy</groupId>
|
||
|
<artifactId>spymemcached</artifactId>
|
||
|
<version>2.12.3</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.yaml</groupId>
|
||
|
<artifactId>snakeyaml</artifactId>
|
||
|
<version>1.25</version>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
|
||
|
</project>
|