mirror of
https://github.com/apache/nifi.git
synced 2025-02-09 11:35:05 +00:00
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:
parent
55236e6fd7
commit
ef794c56b6
@ -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>
|
||||
|
@ -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;
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user