This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 1354f73  NIFI-8921 - Corrected module version in 
nifi-websocket-processors
1354f73 is described below

commit 1354f731939f5f30e97e74bb6e5f7b24aa4722af
Author: Nathan Gough <[email protected]>
AuthorDate: Fri Jul 16 17:21:55 2021 -0400

    NIFI-8921 - Corrected module version in nifi-websocket-processors
    
    - Removed unused module definitions in MiNiFi Maven configuration
    
    This closes #5225
    
    Signed-off-by: David Handermann <[email protected]>
---
 minifi/pom.xml                                                 | 10 ----------
 .../nifi-websocket-bundle/nifi-websocket-processors/pom.xml    |  2 +-
 2 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/minifi/pom.xml b/minifi/pom.xml
index 5bf7af7..76f3539 100644
--- a/minifi/pom.xml
+++ b/minifi/pom.xml
@@ -81,11 +81,6 @@ limitations under the License.
             </dependency>
             <dependency>
                 <groupId>org.apache.nifi.minifi</groupId>
-                <artifactId>minifi-nar-utils</artifactId>
-                <version>1.14.0-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.nifi.minifi</groupId>
                 <artifactId>minifi-utils</artifactId>
                 <version>1.15.0-SNAPSHOT</version>
             </dependency>
@@ -124,11 +119,6 @@ limitations under the License.
             </dependency>
             <dependency>
                 <groupId>org.apache.nifi.minifi</groupId>
-                
<artifactId>minifi-persistent-provenance-repository</artifactId>
-                <version>1.14.0-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.nifi.minifi</groupId>
                 <artifactId>minifi-framework-api</artifactId>
                 <version>1.15.0-SNAPSHOT</version>
             </dependency>
diff --git 
a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors/pom.xml 
b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors/pom.xml
index 50b2374..35a4083 100644
--- a/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-processors/pom.xml
@@ -55,7 +55,7 @@
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-websocket-services-jetty</artifactId>
-            <version>1.14.0-SNAPSHOT</version>
+            <version>1.15.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
     </dependencies>

Reply via email to