qubership-nifi-registry-consul-util
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.qubership.nifi</groupId> <artifactId>qubership-nifi-registry-consul-util</artifactId> <version>1.0.4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.qubership.nifi</groupId> <artifactId>qubership-nifi-registry-consul-util</artifactId> <version>1.0.4</version> <name>org.qubership.nifi:qubership-nifi-registry-consul-util</name> <description>The qubership-nifi-registry-consul-util module provides utility classes and services for integrating Apache NiFi Registry with Consul. It enables dynamic configuration management, advanced property handling, and supports runtime updates of logging levels and registry properties.</description> <url>https://github.com/Netcracker/qubership-nifi-registry</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <developers> <developer> <name>Netcracker</name> <email>opensourcegroup@netcracker.com</email> <organization>Netcracker Technology</organization> <organizationUrl>https://www.netcracker.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/Netcracker/qubership-nifi-registry.git/qubership-nifi-registry-consul-util</connection> <developerConnection>scm:git:ssh://github.com:Netcracker/qubership-nifi-registry.git/qubership-nifi-registry-consul-util</developerConnection> <url>https://github.com/Netcracker/qubership-nifi-registry/tree/main/qubership-nifi-registry-consul/qubership-nifi-registry-consul-util</url> </scm> <issueManagement /> <dependencies> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>6.2.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-logging</artifactId> <version>3.4.7</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-consul-config</artifactId> <version>4.2.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-context</artifactId> <version>4.2.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.0.1-jre</version> <scope>compile</scope> </dependency> </dependencies> </project>