diff --git a/nifi-standardize-date-nar/pom.xml b/nifi-standardize-date-nar/pom.xml index 27ae4f5..47c8ffe 100644 --- a/nifi-standardize-date-nar/pom.xml +++ b/nifi-standardize-date-nar/pom.xml @@ -19,11 +19,11 @@ com.nineteen04labs nifi-standardize-date-bundle - 18.07.3 + 18.07.4 nifi-standardize-date-nar - 18.07.3 + 18.07.4 nar true @@ -34,7 +34,7 @@ com.nineteen04labs nifi-standardize-date-processors - 18.07.3 + 18.07.4 diff --git a/nifi-standardize-date-processors/pom.xml b/nifi-standardize-date-processors/pom.xml index 1a402ec..b99136a 100644 --- a/nifi-standardize-date-processors/pom.xml +++ b/nifi-standardize-date-processors/pom.xml @@ -20,75 +20,89 @@ com.nineteen04labs nifi-standardize-date-bundle - 18.07.3 + 18.07.4 nifi-standardize-date-processors jar + + 1.5.0 + 1.8.0.48p + + org.apache.nifi nifi-api + ${nifi.version} org.apache.nifi nifi-utils + ${nifi.version} commons-io commons-io 2.6 - + org.apache.avro avro - 1.8.0 - system - ${project.basedir}/src/main/resources/avro-1.8.0-zolyfarkas.jar - - - org.codehaus.jackson - jackson-core-asl - 1.9.13 - - - org.codehaus.jackson - jackson-mapper-asl - 1.9.13 + ${custom.avro.version} - - com.google.guava - guava - 19.0 - - - org.xerial.snappy - snappy-java - 1.1.7.2 - - - com.fasterxml.jackson.core jackson-databind 2.9.6 - - org.apache.nifi - nifi-mock - test - org.slf4j slf4j-simple + 1.7.25 + + + org.apache.nifi + nifi-mock + ${nifi.version} test junit junit + 4.12 test - + + + + + + org.apache.maven.plugins + maven-install-plugin + 2.5.2 + + org.apache.avro + avro + ${custom.avro.version} + jar + ${project.basedir}/src/main/resources/avro-${custom.avro.version}-jar-with-dependencies.jar + true + + + + install-jar-lib + + install-file + + validate + + + + + + + \ No newline at end of file diff --git a/nifi-standardize-date-processors/src/main/resources/avro-1.8.0-zolyfarkas.jar b/nifi-standardize-date-processors/src/main/resources/avro-1.8.0-zolyfarkas.jar deleted file mode 100644 index e833b09..0000000 Binary files a/nifi-standardize-date-processors/src/main/resources/avro-1.8.0-zolyfarkas.jar and /dev/null differ diff --git a/nifi-standardize-date-processors/src/main/resources/avro-1.8.0.48p-jar-with-dependencies.jar b/nifi-standardize-date-processors/src/main/resources/avro-1.8.0.48p-jar-with-dependencies.jar new file mode 100644 index 0000000..1c94aa2 Binary files /dev/null and b/nifi-standardize-date-processors/src/main/resources/avro-1.8.0.48p-jar-with-dependencies.jar differ diff --git a/pom.xml b/pom.xml index 01719f3..b9d2523 100644 --- a/pom.xml +++ b/pom.xml @@ -16,15 +16,9 @@ 4.0.0 - - org.apache.nifi - nifi-nar-bundles - 1.5.0 - - com.nineteen04labs nifi-standardize-date-bundle - 18.07.3 + 18.07.4 pom @@ -32,4 +26,28 @@ nifi-standardize-date-nar + + UTF-8 + + + + + + org.apache.nifi + nifi-nar-maven-plugin + 1.2.0 + true + + + org.apache.maven.plugins + maven-compiler-plugin + 3.7.0 + + 1.8 + 1.8 + + + + +