|
@@ -1014,55 +1014,58 @@
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.hbase</groupId>
|
|
|
- <artifactId>hbase-client</artifactId>
|
|
|
- <version>${hbase.version}</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.phoenix</groupId>
|
|
|
- <artifactId>phoenix-core</artifactId>
|
|
|
- <version>${phoenix.version}</version>
|
|
|
- <exclusions>
|
|
|
- <!-- Exclude jline from here -->
|
|
|
- <exclusion>
|
|
|
- <artifactId>jline</artifactId>
|
|
|
- <groupId>jline</groupId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.phoenix</groupId>
|
|
|
- <artifactId>phoenix-core</artifactId>
|
|
|
- <type>test-jar</type>
|
|
|
- <version>${phoenix.version}</version>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.hbase</groupId>
|
|
|
- <artifactId>hbase-it</artifactId>
|
|
|
- <version>${hbase.version}</version>
|
|
|
- <scope>test</scope>
|
|
|
- <classifier>tests</classifier>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.hbase</groupId>
|
|
|
- <artifactId>hbase-testing-util</artifactId>
|
|
|
- <version>${hbase.version}</version>
|
|
|
- <scope>test</scope>
|
|
|
- <optional>true</optional>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>org.jruby</groupId>
|
|
|
- <artifactId>jruby-complete</artifactId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.hbase</groupId>
|
|
|
+ <artifactId>hbase-client</artifactId>
|
|
|
+ <version>${hbase.version}</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.phoenix</groupId>
|
|
|
+ <artifactId>phoenix-core</artifactId>
|
|
|
+ <version>${phoenix.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <!-- Exclude jline from here -->
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>jline</artifactId>
|
|
|
+ <groupId>jline</groupId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.phoenix</groupId>
|
|
|
+ <artifactId>phoenix-core</artifactId>
|
|
|
+ <type>test-jar</type>
|
|
|
+ <version>${phoenix.version}</version>
|
|
|
+ <scope>test</scope>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.hbase</groupId>
|
|
|
+ <artifactId>hbase-it</artifactId>
|
|
|
+ <version>${hbase.version}</version>
|
|
|
+ <scope>test</scope>
|
|
|
+ <classifier>tests</classifier>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.hbase</groupId>
|
|
|
+ <artifactId>hbase-testing-util</artifactId>
|
|
|
+ <version>${hbase.version}</version>
|
|
|
+ <scope>test</scope>
|
|
|
+ <optional>true</optional>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.jruby</groupId>
|
|
|
+ <artifactId>jruby-complete</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
<artifactId>hadoop-hdfs</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
- </dependency>
|
|
|
-
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.apache.hadoop</groupId>
|
|
|
+ <artifactId>hadoop-minicluster</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
</dependencyManagement>
|
|
|
|