Skip to content

Commit

Permalink
Merge pull request #115 from jenkinsci/make-echarts-build-trends-prov…
Browse files Browse the repository at this point in the history
…ided

[JENKINS-65261] Set echarts-build-trends library scope to provided
  • Loading branch information
uhafner committed Apr 7, 2021
2 parents 379cfd9 + 1462aba commit 7622c45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -18,10 +18,12 @@ jobs:

steps:
- uses: actions/checkout@v2.3.4
- name: Set up JDK 8
uses: actions/setup-java@v1
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: 1.8
distribution: 'adopt'
java-version: '11'
check-latest: true
- name: Cache local Maven repository
uses: actions/cache@v2.1.4
with:
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -62,6 +62,7 @@
<groupId>edu.hm.hafner</groupId>
<artifactId>echarts-build-trends</artifactId>
<version>${echarts-build-trends.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<artifactId>jackson-databind</artifactId>
Expand Down

0 comments on commit 7622c45

Please sign in to comment.