Skip to content

Commit

Permalink
devonfw#1360 Fixed dependencies order, which caused a problem in the …
Browse files Browse the repository at this point in the history
…version of jackson-databind for openapiplugin

Enabled crossOs in p2 plugin for github-actions Eclipse tests
  • Loading branch information
MansourD committed Jan 19, 2023
1 parent 9942a9b commit c563612
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ jobs:
with:
path: ./**/target/repository/
key: p2-plugins-${{ github.sha }} # key hit will not update cache
enableCrossOsArchive: true

- name: Run tests (Linux)
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@
</templates>
</configuration>
<dependencies>
<dependency>
<groupId>com.devonfw.cobigen</groupId>
<artifactId>templates-devon4j</artifactId>
<version>20.08.002</version>
</dependency>
<dependency>
<groupId>com.devonfw.cobigen</groupId>
<artifactId>tempeng-freemarker</artifactId>
Expand All @@ -49,6 +44,11 @@
<artifactId>openapiplugin</artifactId>
<version>${pluginVersion}</version>
</dependency>
<dependency>
<groupId>com.devonfw.cobigen</groupId>
<artifactId>templates-devon4j</artifactId>
<version>20.08.002</version>
</dependency>
<dependency>
<groupId>com.devonfw.cobigen</groupId>
<artifactId>javaplugin</artifactId>
Expand Down

0 comments on commit c563612

Please sign in to comment.