I am not sure I understand, but

/nifi-kite-processors/pom.xml  contain
  <properties>
    <kite.version>0.18.0</kite.version>
    <guava.version>11.0.2</guava.version>
    <junit.version>4.10</junit.version>
    <findbugs-annotations.version>1.3.9-1</findbugs-annotations.version>
  </properties>

. . .

    <dependency>
      <groupId>org.kitesdk</groupId>
      <artifactId>kite-minicluster</artifactId>
      <version>${kite.version}</version>
      <scope>test</scope>
    </dependency>

This leads to

<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>
  <artifactId>kite-minicluster</artifactId>
  <name>Kite Minicluster</name>
  <description />

  <parent>
    <groupId>org.kitesdk</groupId>
    <artifactId>kite-parent</artifactId>
    <version>0.18.0</version>
    <relativePath>../pom.xml</relativePath>
  </parent>

  <properties>
    
    <vers.hive-cdh5>0.12.0-cdh${cdh5.version}</vers.hive-cdh5>
    <vers.flume-cdh5>1.4.0-cdh${cdh5.version}</vers.flume-cdh5>
  </properties>

In Maven repo
http://mvnrepository.com/artifact/org.kitesdk/kite-minicluster/0.18.0
<dependency>
        <groupId>org.kitesdk</groupId>
        <artifactId>kite-minicluster</artifactId>
        <version>0.18.0</version>
</dependency>

Depends on
                org.apache.flume» flume-ng-node    1.4.0-cdh5.0.0
                org.apache.hive» hive-common        0.12.0-cdh5.0.0
                org.apache.hive» hive-exec              0.12.0-cdh5.0.0
                org.apache.hive» hive-metastore     0.12.0-cdh5.0.0
                org.apache.hive» hive-serde           0.12.0-cdh5.0.0
                org.apache.hive» hive-service        0.12.0-cdh5.0.0
                org.kitesdk» kite-data-core            0.18.0
. . . 

I am confused

Thanks
Toivo




--
View this message in context: 
http://apache-nifi-incubating-developer-list.39713.n7.nabble.com/Re-Checkout-develop-source-and-nifi-kite-processors-can-t-find-dependencies-tp900p908.html
Sent from the Apache NiFi (incubating) Developer List mailing list archive at 
Nabble.com.

Reply via email to