This is an automated email from the ASF dual-hosted git repository.
gitgabrio pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 0fe569b04 Adding xml namespace in <project> tag (#2074)
0fe569b04 is described below
commit 0fe569b04e26321c7dbe10ecce72c9eac0a0fc82
Author: RemyaK1 <[email protected]>
AuthorDate: Wed Feb 19 14:28:15 2025 +0530
Adding xml namespace in <project> tag (#2074)
Co-authored-by: Remya K <[email protected]>
---
kogito-springboot-examples/decisiontable-springboot-example/pom.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git
a/kogito-springboot-examples/decisiontable-springboot-example/pom.xml
b/kogito-springboot-examples/decisiontable-springboot-example/pom.xml
index 6c8c46019..74c4b95bb 100644
--- a/kogito-springboot-examples/decisiontable-springboot-example/pom.xml
+++ b/kogito-springboot-examples/decisiontable-springboot-example/pom.xml
@@ -19,7 +19,9 @@
under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]