blob: 07327c565e460d12937ec0640905a978c286ef05 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>malhar-examples</artifactId>
<groupId>org.apache.apex</groupId>
<version>3.8.0-SNAPSHOT</version>
</parent>
<artifactId>malhar-examples-s3</artifactId>
<packaging>jar</packaging>
<!-- change these to the appropriate values -->
<dependencies>
<!-- add your dependencies here -->
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
<version>1.10.73</version>
</dependency>
<dependency>
<groupId>org.apache.apex</groupId>
<artifactId>apex-engine</artifactId>
<version>${apex.core.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>