Repository: calcite
Updated Branches:
  refs/heads/master 3c40d866a -> bd0e14002


http://git-wip-us.apache.org/repos/asf/calcite/blob/bd0e1400/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bf99839..326aa9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,6 +61,8 @@ limitations under the License.
     <avatica.version>1.12.0</avatica.version>
     
<build-helper-maven-plugin.version>3.0.0</build-helper-maven-plugin.version>
     <cassandra-driver-core.version>3.4.0</cassandra-driver-core.version>
+    <cassandra-unit.version>3.5.0.1</cassandra-unit.version>
+    <cassandra.version>3.11.2</cassandra.version>
     <checksum-maven-plugin.version>1.2</checksum-maven-plugin.version>
     <chinook-data-hsqldb.version>0.1</chinook-data-hsqldb.version>
     <commons-dbcp2.version>2.4.0</commons-dbcp2.version>
@@ -243,6 +245,11 @@ limitations under the License.
         <version>${cassandra-driver-core.version}</version>
       </dependency>
       <dependency>
+        <groupId>org.apache.cassandra</groupId>
+        <artifactId>cassandra-all</artifactId>
+        <version>${cassandra.version}</version>
+      </dependency>
+      <dependency>
         <groupId>com.esri.geometry</groupId>
         <artifactId>esri-geometry-api</artifactId>
         <version>${esri-geometry-api.version}</version>
@@ -405,6 +412,12 @@ limitations under the License.
         <scope>test</scope>
       </dependency>
       <dependency>
+        <groupId>org.cassandraunit</groupId>
+        <artifactId>cassandra-unit</artifactId>
+        <version>${cassandra-unit.version}</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
         <groupId>org.jsoup</groupId>
         <artifactId>jsoup</artifactId>
         <version>${jsoup.version}</version>

http://git-wip-us.apache.org/repos/asf/calcite/blob/bd0e1400/src/main/config/checkstyle/suppressions.xml
----------------------------------------------------------------------
diff --git a/src/main/config/checkstyle/suppressions.xml 
b/src/main/config/checkstyle/suppressions.xml
index c21c207..64af2ac 100644
--- a/src/main/config/checkstyle/suppressions.xml
+++ b/src/main/config/checkstyle/suppressions.xml
@@ -31,7 +31,7 @@ limitations under the License.
   <suppress checks=".*" files="git.properties"/>
   <suppress checks=".*" files="trace.properties"/>
   <suppress checks=".*" files="release.properties"/>
-  <suppress checks=".*" files="log4j.properties"/>
+  <suppress checks=".*" files="log4j.*.properties"/>
   <suppress checks=".*" files="auth-users.properties"/>
   <suppress checks=".*" files="pom.properties"/>
 

Reply via email to