Skip to content

Instantly share code, notes, and snippets.

@musketyr
Created November 15, 2021 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save musketyr/565aabcc7332b64472201493cb4f8347 to your computer and use it in GitHub Desktop.
Save musketyr/565aabcc7332b64472201493cb4f8347 to your computer and use it in GitHub Desktop.
Searching content for 'extension:gradle testcontainers'!
========================================================================================================================
| agorapulse/micronaut-aws-sdk/subprojects/micronaut-aws-sdk-s3/micronaut-aws-sdk-s3.gradle
========================================================================================================================
/*
* SPDX-License-Identifier: Apache-2.0
*
* Copyright 2018-2021 Agorapulse.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
dependencies {
compile project(':micronaut-aws-sdk-core')
compile group: 'com.amazonaws', name: 'aws-java-sdk-s3'
testCompile group: 'org.testcontainers', name: 'testcontainers', version: testcontainersVersion
testCompile group: 'org.testcontainers', name: 'localstack', version: testcontainersVersion
testCompile group: 'org.testcontainers', name: 'spock', version: testcontainersVersion
}
------------------------------------------------------------------------------------------------------------------------
ENTER=continue, q=quit, a=all, o=open on GitHub:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment