summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-05 16:51:05 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-10 17:13:16 +0100
commite851411f7fd6a1e9f8e94caf92ef10699acb03a9 (patch)
treeadfa5ee5511d0e4b6c7410279d302b42c9d987ee /pom.xml
parenta1be1bb19a200cf6cc2e2685972623df96e553fd (diff)
downloadsonarqube-e851411f7fd6a1e9f8e94caf92ef10699acb03a9.tar.gz
sonarqube-e851411f7fd6a1e9f8e94caf92ef10699acb03a9.zip
Enable QA pipeline at SonarSource
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 90da1096b9b..db8c4619095 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,7 @@
<slf4j.version>1.7.12</slf4j.version>
<tomcat.version>8.0.30</tomcat.version>
<elasticsearch.version>1.7.2</elasticsearch.version>
+ <orchestrator.version>3.11-build315</orchestrator.version>
<okhttp.version>2.6.0</okhttp.version>
<protobuf.version>3.0.0-beta-1</protobuf.version>
@@ -738,6 +739,11 @@
<version>5.1.35</version>
</dependency>
<dependency>
+ <groupId>com.oracle</groupId>
+ <artifactId>ojdbc6</artifactId>
+ <version>11.2.0.4.0</version>
+ </dependency>
+ <dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.3-1102-jdbc41</version>