Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
52ac008
Adding new test suite for [SPARK-12941][SQL]
thomastechs Feb 22, 2016
b711688
Update pom.xml for [SPARK-12941] docker test suite addition
thomastechs Feb 22, 2016
c2c6d14
Update DockerJDBCIntegrationSuite.scala for [SPARK-12941] docker test…
thomastechs Feb 22, 2016
54b2d4e
Update OracleDialect.scala for [SPARK-12941] docker test suite addition
thomastechs Feb 22, 2016
bde06fa
Update OracleIntegrationSuite.scala for [SPARK-12941] docker test sui…
thomastechs Feb 22, 2016
0861d72
Update OracleIntegrationSuite.scala for [SPARK-12941] Style check fix…
thomastechs Feb 23, 2016
ca7ef4e
Update OracleIntegrationSuite.scala for [SPARK-12941] Style check fixes
thomastechs Feb 23, 2016
28a9e9f
Update OracleIntegrationSuite.scala for [SPARK-12941] Style check fixes
thomastechs Feb 23, 2016
87e3d7f
Update pom.xml
thomastechs Feb 23, 2016
7b12418
Update OracleIntegrationSuite.scala
thomastechs Feb 23, 2016
250591d
Update OracleIntegrationSuite.scala
thomastechs Feb 23, 2016
d77d585
Update OracleIntegrationSuite.scala for [SPARK-12941] Style check fixes
thomastechs Feb 23, 2016
7fcb16c
Update OracleIntegrationSuite.scala for [SPARK-12941] Updated Comments
thomastechs Feb 24, 2016
b3de7f4
Update pom.xml for [SPARK-12941] added comments
thomastechs Feb 24, 2016
345555f
Update DockerJDBCIntegrationSuite.scala
thomastechs Feb 24, 2016
3f0f3b8
Updated OracleIntegrationSuite.scala
thomastechs Feb 24, 2016
5683dca
Merge remote-tracking branch 'upstream/master'
thomastechs Mar 3, 2016
3ba7dc5
Update JDBCSuite.scala [SPARK-12941][Master]
thomastechs Mar 3, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update pom.xml
Updating this pom.xml to comment the changes related oracle ojdbc jar dependency as the maven repository does not contain this.
  • Loading branch information
thomastechs committed Feb 23, 2016
commit 87e3d7f4de872852a3f16bf6a31761a8cfd1d46b
14 changes: 8 additions & 6 deletions docker-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,14 @@
<artifactId>postgresql</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc6</artifactId>
<version>11.2.0.2.0</version>
<scope>test</scope>
</dependency>
<!--
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc6</artifactId>
<version>11.2.0.2.0</version>
<scope>test</scope>
</dependency>
-->
<!-- Jersey dependencies, used to override version.
See https://github.com/apache/spark/pull/9503#issuecomment-154369560 for
background on why we need to use a newer Jersey only in this test module;
Expand Down