This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev-2.1.7
in repository https://gitbox.apache.org/repos/asf/streampark.git
The following commit(s) were added to refs/heads/dev-2.1.7 by this push:
new 90635fc05 [Improve] MavenUtils license header minor improvement
90635fc05 is described below
commit 90635fc05c57fd8d3ddc7698682e658b82cd320f
Author: benjobs <[email protected]>
AuthorDate: Sun Oct 26 23:28:54 2025 +0800
[Improve] MavenUtils license header minor improvement
---
.../apache/streampark/console/base/util/MavenUtils.java | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git
a/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/util/MavenUtils.java
b/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/util/MavenUtils.java
index 6001f07aa..7e8107a7b 100644
---
a/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/util/MavenUtils.java
+++
b/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/util/MavenUtils.java
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package org.apache.streampark.console.base.util;
import org.apache.streampark.common.conf.CommonConfig;