This is an automated email from the ASF dual-hosted git repository.

fjtiradosarti 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 326b31601 Creating new profile from openvino example (#1825)
326b31601 is described below

commit 326b31601bcc784f09bcdfcea9698e8b52f5b94a
Author: Francisco Javier Tirado Sarti 
<[email protected]>
AuthorDate: Thu Nov 16 12:05:19 2023 +0100

    Creating new profile from openvino example (#1825)
---
 serverless-workflow-examples/pom.xml | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/serverless-workflow-examples/pom.xml 
b/serverless-workflow-examples/pom.xml
index 7a623d45c..695398ee4 100644
--- a/serverless-workflow-examples/pom.xml
+++ b/serverless-workflow-examples/pom.xml
@@ -76,7 +76,6 @@
         <module>serverless-workflow-timeouts-showcase-embedded</module>
         <module>serverless-workflow-timeouts-showcase-extended</module>
         
<module>serverless-workflow-timeouts-showcase-operator-devprofile</module>
-        <module>serverless-workflow-openvino-quarkus</module>
         <module>serverless-workflow-python-quarkus</module>
       </modules>
     </profile>
@@ -160,6 +159,16 @@
         
<module>serverless-workflow-timeouts-showcase-operator-devprofile</module>
       </modules>
     </profile>
+    <profile>
+      <id>openvino</id>
+      <activation>
+        <property>
+          <name>openvino</name>
+        </property>
+      </activation>
+      <modules>
+       <module>serverless-workflow-openvino-quarkus</module>
+      </modules>
+    </profile>
   </profiles>
-
 </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to