Skip to content

Commit

Permalink
Addressed conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Owais Kazi <[email protected]>
  • Loading branch information
owaiskazi19 committed Nov 30, 2023
1 parent 16139c1 commit cc069de
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ on:

jobs:
spotless:
<<<<<<< HEAD
if: github.repository == 'opensearch-project/flow-framework'
=======
if: github.repository == 'opensearch-project/opensearch-ai-flow-framework'
>>>>>>> bc6b6a5 (Undo CI changes)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/publish-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ jobs:
build-and-publish-snapshots:
strategy:
fail-fast: false
<<<<<<< HEAD
if: github.repository == 'opensearch-project/flow-framework'
=======
if: github.repository == 'opensearch-project/opensearch-ai-flow-framework'
>>>>>>> bc6b6a5 (Undo CI changes)
runs-on: ubuntu-latest

permissions:
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ dependencies {
implementation "org.opensearch:common-utils:${common_utils_version}"
implementation 'com.amazonaws:aws-encryption-sdk-java:2.4.1'
implementation 'org.bouncycastle:bcprov-jdk18on:1.77'
compileOnly group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
implementation "com.google.code.gson:gson:2.10.1"

configurations.all {
Expand Down

0 comments on commit cc069de

Please sign in to comment.