This repository was archived by the owner on Feb 10, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpom.xml
More file actions
40 lines (35 loc) · 1.25 KB
/
pom.xml
File metadata and controls
40 lines (35 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.threadly</groupId>
<artifactId>ambush</artifactId>
<version>0.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name></name>
<description>A unique java library for structuring and driving performance load tests. What makes this so unique is the belief that what is describing how test code runs, should be the same language/closely connected with the tool which helps structure those actions and executes those actions.</description>
<url>http://threadly.org</url>
<dependencies>
<dependency>
<groupId>org.threadly</groupId>
<artifactId>threadly</artifactId>
<version>5.22</version>
</dependency>
</dependencies>
<licenses>
<license>
<name>Mozilla Public License Version 2.0</name>
<url>https://www.mozilla.org/MPL/2.0/</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:threadly/ambush.git</connection>
<developerConnection>scm:git:git@github.com:threadly/ambush.git</developerConnection>
<url>git@github.com:threadly/ambush.git</url>
</scm>
<developers>
<developer>
<id>jent</id>
<name>Mike Jensen</name>
</developer>
</developers>
</project>