This is an automated email from the ASF dual-hosted git repository.
pvillard 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 1c0297bba2 NIFI-13310 merged RAT declarations
1c0297bba2 is described below
commit 1c0297bba24d97219cae04960e2b1b9985ffd301
Author: Joseph Witt <[email protected]>
AuthorDate: Mon Jun 3 15:52:25 2024 -0700
NIFI-13310 merged RAT declarations
Signed-off-by: Pierre Villard <[email protected]>
This closes #8916.
---
.../nifi-jolt-bundle/nifi-jolt-transform-json-ui/pom.xml | 13 -------------
1 file changed, 13 deletions(-)
diff --git
a/nifi-extension-bundles/nifi-jolt-bundle/nifi-jolt-transform-json-ui/pom.xml
b/nifi-extension-bundles/nifi-jolt-bundle/nifi-jolt-transform-json-ui/pom.xml
index ce37a32d27..abb38955f2 100644
---
a/nifi-extension-bundles/nifi-jolt-bundle/nifi-jolt-transform-json-ui/pom.xml
+++
b/nifi-extension-bundles/nifi-jolt-bundle/nifi-jolt-transform-json-ui/pom.xml
@@ -200,22 +200,9 @@ language governing permissions and limitations under the
License. -->
<exclude>nbactions.xml</exclude>
<exclude>src/main/frontend/package.json</exclude>
<exclude>src/main/frontend/package-lock.json</exclude>
-
<exclude>src/main/webapp/js/jquery/jquery.base64.js</exclude>
<exclude>src/main/webapp/js/codemirror/</exclude>
- <exclude>src/main/webapp/fonts/**/*</exclude>
- </excludes>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.rat</groupId>
- <artifactId>apache-rat-plugin</artifactId>
- <configuration>
- <excludes combine.children="append">
- <exclude>src/main/frontend/package.json</exclude>
- <exclude>src/main/frontend/package-lock.json</exclude>
<exclude>src/main/webapp/css/main.css</exclude>
<exclude>src/main/webapp/js/js-beautify/*</exclude>
- <exclude>src/main/webapp/js/codemirror/</exclude>
<exclude>src/main/webapp/fonts/**/*</exclude>
</excludes>
</configuration>