Skip to content

Commit

Permalink
MARP-1440 Tried to remove bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
tvtphuc-axonivy committed Dec 24, 2024
1 parent f269d82 commit be755fd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
uses: axonivy-market/github-workflows/.github/workflows/ci.yml@v4
uses: axonivy-market/github-workflows/.github/workflows/ci.yml@v5
with:
javaVersion: 21
mvnArgs: -U
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
uses: axonivy-market/github-workflows/.github/workflows/dev.yml@v4
uses: axonivy-market/github-workflows/.github/workflows/dev.yml@v5
with:
mvnArgs: -U

5 changes: 2 additions & 3 deletions openai-assistant/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Require-Bundle: org.eclipse.core.runtime,
ch.ivyteam.ivy.webservice.execution;resolution:=optional,
ch.ivyteam.lib.jackson,
ch.ivyteam.ivy.jersey.client,
javax.ws.rs,
ch.ivyteam.ivy.rest.client.exec;resolution:=optional
Bundle-ClassPath: lib/commonmark-0.22.0.jar, .
javax.ws.rs
Bundle-ClassPath: lib/commonmark-0.22.0.jar, lib/ivy.rest.client.exec-0.0.0.jar.lastUpdated, .
Bundle-ActivationPolicy: lazy
2 changes: 1 addition & 1 deletion openai-assistant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!-- we build towards nightly to server /dev and /lts10 pipeline
dependencies only available on LE; are marked as optional requirement
-->
<url>https://p2.axonivy.com/p2/nightly/</url>
<url>https://p2.axonivy.com/p2/10.0/</url>
</repository>
</repositories>

Expand Down

0 comments on commit be755fd

Please sign in to comment.