tsunami-common
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.google.tsunami</groupId> <artifactId>tsunami-common</artifactId> <version>0.1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.google.tsunami</groupId> <artifactId>tsunami-common</artifactId> <version>0.1.0</version> <name>com.google.tsunami:tsunami-common</name> <description>Tsunami: Common</description> <url>https://github.com/google/tsunami-security-scanner</url> <licenses> <license> <name>Apache 2.0</name> <url>https://opensource.org/licenses/Apache-2.0</url> </license> </licenses> <developers> <developer> <id>com.google.tsunami</id> <name>Tsunami Contributors</name> <email>tsunami-security-scanner@googlegroups.com</email> <url>https://github.com/google/tsunami-security-scanner</url> <organization>Tsunami Authors</organization> <organizationUrl>https://www.google.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:https://github.com/google/tsunami-security-scanner.git</connection> <developerConnection>scm:git:git@github.com:google/tsunami-security-scanner.git</developerConnection> <url>https://github.com/google/tsunami-security-scanner</url> </scm> <dependencies> <dependency> <groupId>com.google.tsunami</groupId> <artifactId>tsunami-proto</artifactId> <version>0.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.auto.value</groupId> <artifactId>auto-value-annotations</artifactId> <version>1.10.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.classgraph</groupId> <artifactId>classgraph</artifactId> <version>4.8.65</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.flogger</groupId> <artifactId>flogger</artifactId> <version>0.5.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.flogger</groupId> <artifactId>google-extensions</artifactId> <version>0.5.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.flogger</groupId> <artifactId>flogger-system-backend</artifactId> <version>0.5.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-storage</artifactId> <version>1.103.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>28.2-jre</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> <version>6.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.inject.extensions</groupId> <artifactId>guice-assistedinject</artifactId> <version>6.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.8.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.beust</groupId> <artifactId>jcommander</artifactId> <version>1.48</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>3.12.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> <version>1.26</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.truth</groupId> <artifactId>truth</artifactId> <version>1.4.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.mysql</groupId> <artifactId>mysql-connector-j</artifactId> <version>8.0.33</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> <version>42.6.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-jdbc</artifactId> <version>4.0.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>