Skip to content

Commit

Permalink
Merge pull request #5 from yugabyte/PomChanges
Browse files Browse the repository at this point in the history
Allow compilation of YugabyteCQL and YugabyteSQL generically.
  • Loading branch information
psudheer21 authored Jan 22, 2020
2 parents 87b5bb2 + 261c76c commit e3bce97
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,18 @@ LICENSE file.
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>site.ycsb</groupId>
<artifactId>yugabyteCQL-binding</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>site.ycsb</groupId>
<artifactId>yugabyteSQL-binding</artifactId>
<version>${project.version}</version>
</dependency>

</dependencies>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion yugabyteCQL/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ LICENSE file.
</parent>

<artifactId>yugabyteCQL-binding</artifactId>
<name>Cassandra 2.1+ DB Binding</name>
<name>Yugabyte Cassandra 2.1+ DB Binding</name>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion yugabyteSQL/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LICENSE file.
<relativePath>../binding-parent</relativePath>
</parent>
<artifactId>yugabyteSQL-binding</artifactId>
<name>JDBC DB Binding</name>
<name>Yugabyte JDBC DB Binding</name>
<packaging>jar</packaging>

<dependencies>
Expand Down

0 comments on commit e3bce97

Please sign in to comment.