Mercurial > stress-tester
changeset 1301:822c8165c65b
stress-tester-reporter compilation fixed
author | Devel 1 |
---|---|
date | Mon, 31 Oct 2022 11:33:02 +0100 |
parents | 3b136c4c1ae3 |
children | 9d30afb49564 |
files | stress-tester-reporter/pom.xml |
diffstat | 1 files changed, 18 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- a/stress-tester-reporter/pom.xml Thu Sep 17 14:38:03 2020 +0200 +++ b/stress-tester-reporter/pom.xml Mon Oct 31 11:33:02 2022 +0100 @@ -53,21 +53,21 @@ <dependency> <groupId>com.passus</groupId> <artifactId>passus-commons</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> - <groupId>com.passus</groupId> - <artifactId>passus-data</artifactId> - <version>1.0-SNAPSHOT</version> - <scope>test</scope> + <groupId>commons-cli</groupId> + <artifactId>commons-cli</artifactId> + <version>1.3.1</version> </dependency> + <dependency> - <groupId>org.testng</groupId> - <artifactId>testng</artifactId> - <version>6.8.1</version> - <scope>test</scope> + <groupId>io.netty</groupId> + <artifactId>netty-all</artifactId> + <version>4.1.6.Final</version> </dependency> + <dependency> <groupId>org.snmp4j</groupId> <artifactId>snmp4j</artifactId> @@ -75,15 +75,17 @@ </dependency> <dependency> - <groupId>commons-cli</groupId> - <artifactId>commons-cli</artifactId> - <version>1.3.1</version> + <groupId>org.testng</groupId> + <artifactId>testng</artifactId> + <version>6.8.1</version> + <scope>test</scope> </dependency> + <dependency> - <groupId>io.netty</groupId> - <artifactId>netty-all</artifactId> - <version>4.1.6.Final</version> - <type>jar</type> + <groupId>com.passus</groupId> + <artifactId>passus-data</artifactId> + <version>1.0.0</version> + <scope>test</scope> </dependency> </dependencies>