Skip to content

Commit

Permalink
[DROOLS-7604] kie-karaf-itests fail with "Unable to resolve org.mvel2…
Browse files Browse the repository at this point in the history
…/2.5.1.Final"

- WIP
- quick run
  • Loading branch information
tkobayas committed Jan 23, 2024
1 parent 967abf4 commit 63e3684
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
java-version: [8, 11]
java-version: [8]
maven-version: ['3.8.1']
fail-fast: true
runs-on: ${{ matrix.os }}
Expand All @@ -42,3 +42,4 @@ jobs:
- name: Surefire Report
uses: kiegroup/kie-ci/.ci/actions/surefire-report@main
if: ${{ always() }}

1 change: 1 addition & 0 deletions kie-osgi/kie-karaf-itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@
</activation>
<properties>
<skipTests>false</skipTests>
<skipITs>false</skipITs>
</properties>
</profile>

Expand Down
22 changes: 12 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

<properties>
<spotbugs.failOnViolation>true</spotbugs.failOnViolation>
<skipTests>true</skipTests>
<skipITs>true</skipITs>
</properties>

<repositories>
Expand Down Expand Up @@ -51,22 +53,22 @@
<modules>
<module>kie-swagger-ui</module>
<module>kie-maven-plugin</module>
<module>kie-takari-plugin</module>
<module>droolsjbpm-integration-examples</module>
<module>jbpm-simulation</module>
<!-- <module>kie-takari-plugin</module>-->
<!-- <module>droolsjbpm-integration-examples</module>-->
<!-- <module>jbpm-simulation</module>-->
<module>kie-spring</module>
<module>kie-aries-blueprint</module>
<module>kie-server-parent</module>
<module>jbpm-process-svg</module>
<module>kie-osgi</module>
<module>kie-performance-kit</module>
<!-- <module>kie-performance-kit</module>-->
<module>kie-camel</module>
<module>kie-tomcat-integration</module>
<module>kie-integration-test-coverage</module>
<module>kie-plugins-testing</module>
<module>kie-spring-boot</module>
<module>camel-container-tests</module>
<module>optaplanner-workbench-models</module>
<!-- <module>kie-tomcat-integration</module>-->
<!-- <module>kie-integration-test-coverage</module>-->
<!-- <module>kie-plugins-testing</module>-->
<!-- <module>kie-spring-boot</module>-->
<!-- <module>camel-container-tests</module>-->
<!-- <module>optaplanner-workbench-models</module>-->
</modules>

<dependencyManagement>
Expand Down

0 comments on commit 63e3684

Please sign in to comment.