|
|
@@ -19,11 +19,8 @@
|
|
|
<spring.cloud.version>1.2.1.RELEASE</spring.cloud.version>
|
|
|
<fastjson.version>1.2.15</fastjson.version>
|
|
|
<druid.version>1.0.24</druid.version>
|
|
|
- <oracle.jdbc.version>11.2.0</oracle.jdbc.version>
|
|
|
- <jms.version>1.1</jms.version>
|
|
|
<lucene.version>5.2.0</lucene.version>
|
|
|
<ikanalyzer.version>2012_v5</ikanalyzer.version>
|
|
|
- <aqapi.version>1.0</aqapi.version>
|
|
|
</properties>
|
|
|
|
|
|
<dependencies>
|
|
|
@@ -68,9 +65,8 @@
|
|
|
</dependency>
|
|
|
<!-- jdbc -->
|
|
|
<dependency>
|
|
|
- <groupId>com.oracle</groupId>
|
|
|
- <artifactId>ojdbc6</artifactId>
|
|
|
- <version>${oracle.jdbc.version}</version>
|
|
|
+ <groupId>mysql</groupId>
|
|
|
+ <artifactId>mysql-connector-java</artifactId>
|
|
|
</dependency>
|
|
|
<!-- druid -->
|
|
|
<dependency>
|
|
|
@@ -110,19 +106,6 @@
|
|
|
<artifactId>IKAnalyzer</artifactId>
|
|
|
<version>${ikanalyzer.version}</version>
|
|
|
</dependency>
|
|
|
-
|
|
|
- <!-- Lucene实时建索引时用于监听Oracle消息队列 -->
|
|
|
- <dependency>
|
|
|
- <groupId>javax.jms</groupId>
|
|
|
- <artifactId>jms</artifactId>
|
|
|
- <version>${jms.version}</version>
|
|
|
- </dependency>
|
|
|
- <!-- Oracle消息队列处理 -->
|
|
|
- <dependency>
|
|
|
- <groupId>org.oracle</groupId>
|
|
|
- <artifactId>aqapi</artifactId>
|
|
|
- <version>${aqapi.version}</version>
|
|
|
- </dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|