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-runtimes.git
The following commit(s) were added to refs/heads/main by this push:
new d6fc5cffb7 Updating Python modules (#3863)
d6fc5cffb7 is described below
commit d6fc5cffb70c2dfc0d9c0e499a8618213c988e2a
Author: Francisco Javier Tirado Sarti
<[email protected]>
AuthorDate: Tue Mar 18 15:44:31 2025 +0100
Updating Python modules (#3863)
---
quarkus/addons/pom.xml | 15 +--------------
quarkus/addons/python/integration-tests/pom.xml | 4 +++-
quarkus/addons/python/pom.xml | 16 +++++++++++++++-
3 files changed, 19 insertions(+), 16 deletions(-)
diff --git a/quarkus/addons/pom.xml b/quarkus/addons/pom.xml
index de5f6685ed..d42c1311db 100644
--- a/quarkus/addons/pom.xml
+++ b/quarkus/addons/pom.xml
@@ -61,22 +61,9 @@
<module>process-definitions</module>
<module>dynamic</module>
<module>jbpm-usertask-storage-jpa</module>
+ <module>python</module>
</modules>
- <profiles>
- <profile>
- <id>full</id>
- <activation>
- <property>
- <name>full</name>
- </property>
- </activation>
- <modules>
- <module>python</module>
- </modules>
- </profile>
- </profiles>
-
<build>
<pluginManagement>
<plugins>
diff --git a/quarkus/addons/python/integration-tests/pom.xml
b/quarkus/addons/python/integration-tests/pom.xml
index cc46664c68..bfcc94717f 100644
--- a/quarkus/addons/python/integration-tests/pom.xml
+++ b/quarkus/addons/python/integration-tests/pom.xml
@@ -136,7 +136,9 @@
<executable>pip</executable>
<arguments>
<argument>install</argument>
- <argument>jep==4.2.0</argument>
+ <argument>--no-cache-dir</argument>
+ <arguemnt>--no-build-isolation</arguemnt>
+ <argument>jep==4.2.2</argument>
</arguments>
</configuration>
</execution>
diff --git a/quarkus/addons/python/pom.xml b/quarkus/addons/python/pom.xml
index c4ff26461e..b54a570d94 100644
--- a/quarkus/addons/python/pom.xml
+++ b/quarkus/addons/python/pom.xml
@@ -33,6 +33,20 @@
<modules>
<module>deployment</module>
<module>runtime</module>
- <module>integration-tests</module>
</modules>
+
+ <profiles>
+ <profile>
+ <id>full</id>
+ <activation>
+ <property>
+ <name>full</name>
+ </property>
+ </activation>
+ <modules>
+ <module>integration-tests</module>
+ </modules>
+ </profile>
+ </profiles>
+
</project>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]