mirror of https://github.com/apache/nifi.git
NIFI-10101 Moved nifi-hive-nar to optional include-hive profile
- Added nifi-hive-services-api-nar to include-hive3 and include-hive1_1 profiles Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes #6113.
This commit is contained in:
parent
554f648f00
commit
459daf6600
|
@ -623,18 +623,6 @@ language governing permissions and limitations under the License. -->
|
|||
<version>1.17.0-SNAPSHOT</version>
|
||||
<type>nar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.nifi</groupId>
|
||||
<artifactId>nifi-hive-services-api-nar</artifactId>
|
||||
<version>1.17.0-SNAPSHOT</version>
|
||||
<type>nar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.nifi</groupId>
|
||||
<artifactId>nifi-hive-nar</artifactId>
|
||||
<version>1.17.0-SNAPSHOT</version>
|
||||
<type>nar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.nifi</groupId>
|
||||
<artifactId>nifi-site-to-site-reporting-nar</artifactId>
|
||||
|
@ -935,6 +923,26 @@ language governing permissions and limitations under the License. -->
|
|||
</dependency>
|
||||
</dependencies>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>include-hive</id>
|
||||
<activation>
|
||||
<activeByDefault>false</activeByDefault>
|
||||
</activation>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.nifi</groupId>
|
||||
<artifactId>nifi-hive-nar</artifactId>
|
||||
<version>1.17.0-SNAPSHOT</version>
|
||||
<type>nar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.nifi</groupId>
|
||||
<artifactId>nifi-hive-services-api-nar</artifactId>
|
||||
<version>1.17.0-SNAPSHOT</version>
|
||||
<type>nar</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>include-hive1_1</id>
|
||||
<!-- This profile handles the inclusion of Hive 1.1.x artifacts. The NAR
|
||||
|
@ -950,6 +958,12 @@ language governing permissions and limitations under the License. -->
|
|||
<version>1.17.0-SNAPSHOT</version>
|
||||
<type>nar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.nifi</groupId>
|
||||
<artifactId>nifi-hive-services-api-nar</artifactId>
|
||||
<version>1.17.0-SNAPSHOT</version>
|
||||
<type>nar</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</profile>
|
||||
<profile>
|
||||
|
@ -967,6 +981,12 @@ language governing permissions and limitations under the License. -->
|
|||
<version>1.17.0-SNAPSHOT</version>
|
||||
<type>nar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.nifi</groupId>
|
||||
<artifactId>nifi-hive-services-api-nar</artifactId>
|
||||
<version>1.17.0-SNAPSHOT</version>
|
||||
<type>nar</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</profile>
|
||||
<profile>
|
||||
|
|
Loading…
Reference in New Issue