From f42cfda65a035a8708baf36b9c212d8b8e33516a Mon Sep 17 00:00:00 2001 From: Matthias Jaros Date: Thu, 22 Jan 2026 21:05:16 +0100 Subject: Working version with semaphore counter and rate limiter --- pom.xml | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..53dfbcd --- /dev/null +++ b/pom.xml @@ -0,0 +1,97 @@ + + + 4.0.0 + + com.it-jaros + networkScanner + 1.0-SNAPSHOT + + networkScanner + + http://www.example.com + + + UTF-8 + 21 + + + + + + org.junit + junit-bom + 5.11.0 + pom + import + + + + + + + org.junit.jupiter + junit-jupiter-api + test + + + + org.junit.jupiter + junit-jupiter-params + test + + + + + + + + + maven-clean-plugin + 3.4.0 + + + + maven-resources-plugin + 3.3.1 + + + maven-compiler-plugin + 3.13.0 + + + maven-surefire-plugin + 3.3.0 + + + maven-jar-plugin + 3.4.2 + + + + com.it_jaros.networkScanner.App + + + + + + maven-install-plugin + 3.1.2 + + + maven-deploy-plugin + 3.1.2 + + + + maven-site-plugin + 3.12.1 + + + maven-project-info-reports-plugin + 3.6.1 + + + + + -- cgit v1.3.1