flaky-tools
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.atlassian</groupId>
<artifactId>flaky-tools</artifactId>
<version>0.2</version>
</dependency><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.atlassian</groupId>
<artifactId>flaky-tools</artifactId>
<packaging>jar</packaging>
<version>0.2</version>
<name>flaky-tools</name>
<url>http://maven.apache.org</url>
<parent>
<groupId>com.atlassian.pom</groupId>
<artifactId>central-pom</artifactId>
<version>5.0.15</version>
</parent>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:ssh://git@bitbucket.org:atlassian/flaky-tools.git</connection>
<developerConnection>scm:git:ssh://git@bitbucket.org:atlassian/flaky-tools.git</developerConnection>
<url>https://bitbucket.org/atlassian/flaky-tools</url>
<tag>0.1</tag>
</scm>
<developers>
<developer>
<name>Keynan Pratt</name>
<email>kpratt@atlassian.com</email>
<organization>Atlassian Inc</organization>
<organizationUrl>https://www.atlassian.com</organizationUrl>
</developer>
</developers>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>fr.inria.gforge.spoon</groupId>
<artifactId>spoon-core</artifactId>
<version>6.0.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.10.19</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.2</version>
<configuration>
</configuration>
</plugin>
</plugins>
</build>
</project>