| Title: |
performance-testing-aws |
| Group ID: |
uk.gov.gchq.gaffer |
| Artifact ID: |
performance-testing-aws |
| Version: |
1.3.0 |
| Last modified: |
02.02.2018 12:28 |
| Packaging: |
jar |
|
|
| Size: |
14.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/uk/gov/gchq/gaffer/performance-testing-aws/1.3.0/performance-testing-aws-1.3.0.jar |
| POM: |
Show
hide
<?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">
<parent>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>performance-testing</artifactId>
<version>1.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>performance-testing-aws</artifactId>
<dependencies>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-cloudwatch</artifactId>
<version>1.11.158</version>
</dependency>
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>performance-testing-core</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-server-base</artifactId>
<version>${accumulo.version}</version>
</dependency>
<!--
Overriding these versions of httpcomponents libs as the main Gaffer pom specifies 4.3.3 but the AWS SDK
requires later versions
-->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.4</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>${shade.plugin.version}</version>
<executions>
<execution>
<id>full</id>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>full</shadedClassifierName>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>performance-testing-aws</artifactId>
<version>1.3.0</version>
</dependency>
|
| Gradle: |
uk.gov.gchq.gaffer:performance-testing-aws:1.3.0 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
-
[JAR]
accumulo-server-base-${accumulo.version}.jar
in org/apache/accumulo/accumulo-server-base/${accumulo.version}
-
[JAR]
aws-java-sdk-cloudwatch-1.11.158.jar
in com/amazonaws/aws-java-sdk-cloudwatch/1.11.158
-
[JAR]
httpclient-4.5.2.jar
in org/apache/httpcomponents/httpclient/4.5.2
-
[JAR]
httpcore-4.4.4.jar
in org/apache/httpcomponents/httpcore/4.4.4
-
[JAR]
json-simple-1.1.1.jar
in com/googlecode/json-simple/json-simple/1.1.1
-
[JAR]
performance-testing-core-${project.parent.version}.jar
in uk/gov/gchq/gaffer/performance-testing-core/${project.parent.version}
|
| Dependency Graph: |
Show
Less
More
|