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 <exceptionfactory@apache.org>
This commit is contained in:
Nathan Gough 2021-07-16 17:21:55 -04:00 committed by exceptionfactory
parent b99e7fc560
commit 1354f73193
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
2 changed files with 1 additions and 11 deletions

View File

@ -79,11 +79,6 @@ limitations under the License.
<artifactId>minifi-bootstrap</artifactId>
<version>1.15.0-SNAPSHOT</version>
</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>
@ -122,11 +117,6 @@ limitations under the License.
<artifactId>minifi-runtime</artifactId>
<version>1.15.0-SNAPSHOT</version>
</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>

View File

@ -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>