vmware-archive / pxf-field

Prototype PXF extensions for HAWQ
Apache License 2.0
36 stars 15 forks source link

Update to PXF 2.5.1.0 #14

Closed tzolov closed 9 years ago

tzolov commented 9 years ago

Note that the com.gopivotal group name is renamed to com.pivotal!

The new dependencies look like this:

<dependency>
   <groupId>com.gopivotal</groupId>
   <artifactId>accumulo-pxf-ext</artifactId>
   <version>3.0.0.0-18</version>
</dependency>

<dependency>
   <groupId>com.gopivotal</groupId>
   <artifactId>cassandra-pxf-ext</artifactId>
   <version>3.0.0.0-18</version>
</dependency>

<dependency>
  <groupId>com.gopivotal</groupId>
  <artifactId>hive-hotfix-pxf-ext</artifactId>
  <version>3.0.0.0-18</version>
</dependency>

<dependency>
  <groupId>com.gopivotal</groupId>
  <artifactId>jdbc-pxf-ext</artifactId>
  <version>3.0.0.0-18</version>
</dependency>

<dependency>
  <groupId>com.gopivotal</groupId>
  <artifactId>json-pxf-ext</artifactId>
  <version>3.0.0.0-18</version>
</dependency>

<dependency>
  <groupId>com.gopivotal</groupId>
  <artifactId>pxf-pipes</artifactId>
  <version>3.0.0.0-18</version>
</dependency>

<dependency>
  <groupId>com.gopivotal</groupId>
  <artifactId>pxf-test</artifactId>
  <version>3.0.0.0-18</version>
</dependency>

<dependency>
  <groupId>com.gopivotal</groupId>
  <artifactId>redis-pxf-ext</artifactId>
  <version>3.0.0.0-18</version>
</dependency>