diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b38495917..a7245b0195 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: name: build runs-on: ubuntu-latest strategy: - fail-fast: true + fail-fast: false matrix: jdk: [8, 11, 14] diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2562cbbf1b..ac2b6e9453 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ ## Contributing to this Project OpenSearch is a community project that is built and maintained by people just like **you**. -[This document](https://github.com/opensearch-project/.github/blob/main/CONTRIBUTING.md) explains how you can contribute to this and related projects. \ No newline at end of file +[This document](https://github.com/opensearch-project/.github/blob/main/CONTRIBUTING.md) explains how you can contribute to this and related projects. diff --git a/build.gradle b/build.gradle index 23ae44570d..6c0dac4d48 100644 --- a/build.gradle +++ b/build.gradle @@ -83,6 +83,8 @@ configurations.all { force "org.apache.commons:commons-lang3:3.4" force "org.springframework:spring-core:5.3.20" force "com.google.guava:guava:30.0-jre" + force "com.fasterxml.woodstox:woodstox-core:6.4.0" + force "org.scala-lang:scala-library:2.13.9" } } @@ -94,7 +96,7 @@ dependencies { implementation 'org.greenrobot:eventbus:3.2.0' implementation 'commons-cli:commons-cli:1.3.1' implementation 'org.bouncycastle:bcprov-jdk15on:1.67' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.0' implementation 'org.ldaptive:ldaptive:1.2.3' implementation 'org.apache.httpcomponents:httpclient-cache:4.5.13' implementation 'io.jsonwebtoken:jjwt-api:0.10.8'