Skip to content

Commit

Permalink
#302: removed old integration test dependencies. Updated all the depe…
Browse files Browse the repository at this point in the history
…ndencies to the latest available versions (#328)
  • Loading branch information
AnastasiiaSergienko authored Apr 7, 2020
1 parent 86d54a3 commit 161cbbf
Showing 1 changed file with 14 additions and 32 deletions.
46 changes: 14 additions & 32 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,7 @@
<artifactId>virtual-schema-common-jdbc</artifactId>
<version>${vscjdbc.version}</version>
</dependency>
<!--The EXASOL JDBC driver is included into dist package-->
<dependency>
<groupId>com.exasol</groupId>
<artifactId>exasol-jdbc</artifactId>
<version>6.2.5</version>
</dependency>
<!--Test dependencies-->
<!--Unit test dependencies-->
<dependency>
<groupId>com.exasol</groupId>
<artifactId>hamcrest-resultset-matcher</artifactId>
Expand Down Expand Up @@ -110,16 +104,22 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.2.4</version>
<version>3.3.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>3.2.4</version>
<version>3.3.3</version>
<scope>test</scope>
</dependency>
<!--Integration test dependencies-->
<dependency>
<groupId>com.exasol</groupId>
<artifactId>exasol-jdbc</artifactId>
<version>6.2.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.exasol</groupId>
<artifactId>exasol-testcontainers</artifactId>
Expand All @@ -141,7 +141,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.9</version>
<version>42.2.12</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
Expand All @@ -158,39 +158,21 @@
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-jdbc</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-server</artifactId>
<version>2.2.0</version>
<version>2.2.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP-java6</artifactId>
<version>2.3.13</version>
<scope>test</scope>
</dependency>
<!--From here: legacy dependencies that should be checked later (most of them were used in old integration tests)-->
<!--https://github.com/exasol/virtual-schemas/issues/302-->
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<version>1.5.0</version>
<artifactId>HikariCP-java9ea</artifactId>
<version>2.6.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.el</artifactId>
<version>3.0.1-b11</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 161cbbf

Please sign in to comment.