diff --git a/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml
index 9a1bf653b3..cce8776de0 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-web-api/pom.xml
@@ -147,70 +147,6 @@
-
- com.googlecode.maven-download-plugin
- download-maven-plugin
- 1.7.1
-
-
- download-swagger-ui
-
-
- wget
-
-
- https://github.com/swagger-api/swagger-ui/archive/v${swagger.ui.version}.tar.gz
- true
- ${project.build.directory}
-
-
-
-
-
- org.apache.maven.plugins
- maven-antrun-plugin
-
-
- bundle-swagger-ui
- prepare-package
-
- run
-
-
-
-
- Copy static Swagger UI files to target
-
-
-
-
-
- Disable schema validation by removing validatorUrl
-
-
-
-
- Rename 'index.html' to 'ui.html'
-
- Replace default swagger.json location
-
-
-
- Copy swagger.json into static assets folder
-
-
-
-
-
-
-
-
-
-
-
org.apache.rat
apache-rat-plugin
@@ -223,6 +159,84 @@
+
+
+ include-swagger-ui
+
+ true
+
+
+
+
+ com.googlecode.maven-download-plugin
+ download-maven-plugin
+ 1.7.1
+
+
+ download-swagger-ui
+
+
+ wget
+
+
+ https://github.com/swagger-api/swagger-ui/archive/v${swagger.ui.version}.tar.gz
+ true
+ ${project.build.directory}
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-antrun-plugin
+
+
+ bundle-swagger-ui
+ prepare-package
+
+ run
+
+
+
+
+ Copy static Swagger UI files to target
+
+
+
+
+
+ Disable schema validation by removing validatorUrl
+
+
+
+
+ Rename 'index.html' to 'ui.html'
+
+ Replace default swagger.json location
+
+
+
+ Copy swagger.json into static assets folder
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
org.springframework.boot