From e6918187568dbd01842d8d1d2c808ce16a894239 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 21 Apr 2024 13:54:28 +0200 Subject: Adding upstream version 18.2.2. Signed-off-by: Daniel Baumann --- examples/rgw/java/ceph-s3-upload/pom.xml | 67 ++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 examples/rgw/java/ceph-s3-upload/pom.xml (limited to 'examples/rgw/java/ceph-s3-upload/pom.xml') diff --git a/examples/rgw/java/ceph-s3-upload/pom.xml b/examples/rgw/java/ceph-s3-upload/pom.xml new file mode 100644 index 000000000..bcd6f0805 --- /dev/null +++ b/examples/rgw/java/ceph-s3-upload/pom.xml @@ -0,0 +1,67 @@ + + 4.0.0 + org.example.cephs3upload + ceph-s3-upload + jar + 1.0-SNAPSHOT + ceph-s3-upload + http://maven.apache.org + + 1.8 + 1.8 + + + + + com.amazonaws + aws-java-sdk-bom + 1.12.201 + pom + import + + + + + + com.amazonaws + aws-java-sdk-s3 + + + junit + junit + 3.8.1 + test + + + + + + true + maven-assembly-plugin + + + + package + + single + + + + + + + true + org.example.cephs3upload.App + + + + jar-with-dependencies + + + + + + -- cgit v1.2.3