cdk-tweet-queue
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.eladb</groupId> <artifactId>cdk-tweet-queue</artifactId> <version>1.0.3</version> </dependency>
<?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"> <!-- Generated by jsii-pacmak@0.22.0 (build 14afdde) on 2020-02-17T06:34:12.706Z --> <!-- @jsii-pacmak:meta@ {"fingerprint":"99gih3S/xc2O2YElRZ/1Qhb9Rlu4p0THKDojOujVt3o="} --> <modelVersion>4.0.0</modelVersion> <name>${project.groupId}:${project.artifactId}</name> <description>Defines an SQS queue with tweet stream from a search</description> <url>https://github.com/eladb/cdk-tweet-queue.git</url> <licenses> <license> <name>Apache License 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> <comments>An OSI-approved license</comments> </license> </licenses> <developers> <developer> <name>Elad Ben-Israel</name> <roles> <role>author</role> </roles> <email>elad.benisrael@gmail.com</email> <url>https://twitter.com/emeshbi</url> </developer> </developers> <scm> <connection>scm:git:https://github.com/eladb/cdk-tweet-queue.git</connection> <url>https://github.com/eladb/cdk-tweet-queue.git</url> </scm> <groupId>com.github.eladb</groupId> <artifactId>cdk-tweet-queue</artifactId> <version>1.0.3</version> <packaging>jar</packaging> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>software.amazon.awscdk</groupId> <artifactId>dynamodb</artifactId> <version>[1.24.0,2.0.0)</version> </dependency> <dependency> <groupId>software.amazon.awscdk</groupId> <artifactId>events</artifactId> <version>[1.24.0,2.0.0)</version> </dependency> <dependency> <groupId>software.amazon.awscdk</groupId> <artifactId>events-targets</artifactId> <version>[1.24.0,2.0.0)</version> </dependency> <dependency> <groupId>software.amazon.awscdk</groupId> <artifactId>iam</artifactId> <version>[1.24.0,2.0.0)</version> </dependency> <dependency> <groupId>software.amazon.awscdk</groupId> <artifactId>lambda</artifactId> <version>[1.24.0,2.0.0)</version> </dependency> <dependency> <groupId>software.amazon.awscdk</groupId> <artifactId>sqs</artifactId> <version>[1.24.0,2.0.0)</version> </dependency> <dependency> <groupId>software.amazon.awscdk</groupId> <artifactId>core</artifactId> <version>[1.24.0,2.0.0)</version> </dependency> <dependency> <groupId>software.amazon.jsii</groupId> <artifactId>jsii-runtime</artifactId> <version>[0.22.0,0.23.0)</version> </dependency> <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> <version>[18.0.0,19.0.0)</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.8.1</version> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>3.2.0</version> <configuration> <archive> <index>true</index> <manifest> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> </manifest> </archive> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>3.2.0</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>3.1.1</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> <configuration> <failOnError>false</failOnError> <show>protected</show> <sourceFileExcludes> <exclude>**/$Module.java</exclude> </sourceFileExcludes> <additionalJOption>-J-XX:+TieredCompilation</additionalJOption> <additionalJOption>-J-XX:TieredStopAtLevel=1</additionalJOption> </configuration> </plugin> </plugins> </build> </project>