X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vnfs%2FDAaaS%2Ftraining-core%2Fhdfs-writer-source-code%2Fhdfs-writer%2Fpom.xml;fp=vnfs%2FDAaaS%2Ftraining-core%2Fhdfs-writer-source-code%2Fhdfs-writer%2Fpom.xml;h=20c11fea4bf311a0f9289902cdd25fbc778cbebf;hb=24d0c131ec95b43934dfb76ec397392ff851dbcf;hp=0000000000000000000000000000000000000000;hpb=0696abe27f2f8f2c19931a0d2c5ad0badaf5d236;p=demo.git diff --git a/vnfs/DAaaS/training-core/hdfs-writer-source-code/hdfs-writer/pom.xml b/vnfs/DAaaS/training-core/hdfs-writer-source-code/hdfs-writer/pom.xml new file mode 100644 index 00000000..20c11fea --- /dev/null +++ b/vnfs/DAaaS/training-core/hdfs-writer-source-code/hdfs-writer/pom.xml @@ -0,0 +1,111 @@ + + + 4.0.0 + + com.intel.onap + hdfs-writer + 1.0 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-shade-plugin + 2.3 + + + package + + shade + + + + + + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + + + maven-assembly-plugin + + + + kafka2hdfsApp + + + + jar-with-dependencies + + + + + make-assembly + package + + single + + + + + + + + + + + org.apache.hadoop + hadoop-core + 1.2.1 + + + org.apache.hadoop + hadoop-client + 3.2.0 + + + org.apache.hadoop + hadoop-hdfs + 2.7.1 + + + org.apache.kafka + kafka-clients + 2.2.0 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + 2.9.8 + + + com.fasterxml.jackson.core + jackson-databind + 2.2.3 + + + + + \ No newline at end of file