NIFI-8398 Updated dependencies to build using Apache Maven 3.8.1

- Updated ParCEFone to 1.2.8
- Added conjars.org HTTPS repository for Hive transitive dependencies

Signed-off-by: Matthew Burgess <mattyb149@apache.org>

This closes #4989
This commit is contained in:
exceptionfactory 2021-04-09 18:39:46 -05:00 committed by Matthew Burgess
parent 55236e6fd7
commit ef794c56b6
No known key found for this signature in database
GPG Key ID: 05D3DEB8126DAD24
3 changed files with 10 additions and 8 deletions

View File

@ -57,6 +57,14 @@
<hive.version>${hive3.version}</hive.version>
</properties>
<repositories>
<!-- HTTP Repository for pentaho-aggdesigner-algorithm 5.1.5-jhyde required by calcite-1.2.0-incubating -->
<repository>
<id>conjars</id>
<url>https://conjars.org/repo</url>
</repository>
</repositories>
<build>
<plugins>
<plugin>

View File

@ -25,8 +25,8 @@ import com.fasterxml.jackson.databind.module.SimpleModule;
import com.fasterxml.jackson.databind.node.ObjectNode;
import com.fluenda.parcefone.event.CEFHandlingException;
import com.fluenda.parcefone.event.CommonEvent;
import com.fluenda.parcefone.event.MacAddress;
import com.fluenda.parcefone.parser.CEFParser;
import com.martiansoftware.macnificent.MacAddress;
import java.io.BufferedOutputStream;
import java.io.IOException;
import java.io.InputStream;

View File

@ -302,13 +302,7 @@
<dependency>
<groupId>com.fluenda</groupId>
<artifactId>ParCEFone</artifactId>
<version>1.2.6</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
</exclusions>
<version>1.2.8</version>
</dependency>
<dependency>
<groupId>com.github.wnameless</groupId>