Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

MINIFI-495 Provide an explicit dependency on minifi-assembly for the … #178

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions minifi-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ limitations under the License.
<minifi.version>${project.version}</minifi.version>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-assembly</artifactId>
<version>${project.version}</version>
<classifier>bin</classifier>
<type>tar.gz</type>
</dependency>
</dependencies>

<profiles>
<!-- Profile for building official Docker images. Not bound to build phases since that would require anyone build to have the Docker engine installed on their machine -->
<profile>
Expand Down