Skip to content

Commit

Permalink
adding parquet-1.2.0 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
aniket486 committed Sep 10, 2013
1 parent 3ceb893 commit 2b47eac
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 0 deletions.
51 changes: 51 additions & 0 deletions parquet-compat-1.2.0/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>parquet</groupId>
<artifactId>parquet-compat-1.2.0</artifactId>
<version>1.2.0</version>
<packaging>jar</packaging>

<name>Parquet Compatibility 1.2.0</name>
<url>https://github.com/Parquet/parquet-compatibility</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-Xmx1024m</argLine>
</configuration>
</plugin>
</plugins>
</build>

<dependencies>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>parquet-column</artifactId>
<version>1.1.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.twitter</groupId>
<artifactId>parquet-hadoop</artifactId>
<version>1.1.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
1 change: 1 addition & 0 deletions parquet-compat-1.2.0/src
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<modules>
<module>parquet-compat-1.0.0</module>
<module>parquet-compat-1.1.0</module>
<module>parquet-compat-1.2.0</module>
</modules>

<dependencies>
Expand Down

0 comments on commit 2b47eac

Please sign in to comment.