diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-11-24 03:24:40 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-11-24 03:24:40 -0800 |
| commit | d9871e92d2a7afe21804e62f211b468a72a216f4 (patch) | |
| tree | 0783479cfd8dc1a1143f2cc18db3cb7356898f65 /other/java/s3copy/copier/pom.xml | |
| parent | 76cba561cf38ca89c8483dd7ec3c8fa2206d96fd (diff) | |
| download | seaweedfs-d9871e92d2a7afe21804e62f211b468a72a216f4.tar.xz seaweedfs-d9871e92d2a7afe21804e62f211b468a72a216f4.zip | |
adjust module name
Diffstat (limited to 'other/java/s3copy/copier/pom.xml')
| -rw-r--r-- | other/java/s3copy/copier/pom.xml | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/other/java/s3copy/copier/pom.xml b/other/java/s3copy/copier/pom.xml deleted file mode 100644 index f8cb9e91c..000000000 --- a/other/java/s3copy/copier/pom.xml +++ /dev/null @@ -1,35 +0,0 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <groupId>com.seaweedfs.s3</groupId> - <artifactId>copier</artifactId> - <packaging>jar</packaging> - <version>1.0-SNAPSHOT</version> - <name>copier</name> - <url>http://maven.apache.org</url> - - <dependencyManagement> - <dependencies> - <dependency> - <groupId>com.amazonaws</groupId> - <artifactId>aws-java-sdk-bom</artifactId> - <version>1.11.327</version> - <type>pom</type> - <scope>import</scope> - </dependency> - </dependencies> - </dependencyManagement> - - <dependencies> - <dependency> - <groupId>com.amazonaws</groupId> - <artifactId>aws-java-sdk-s3</artifactId> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - <scope>test</scope> - </dependency> - </dependencies> -</project> |
