From 8ce17a1506a3f23bec5ed89de5a6c3fc1b171c6c Mon Sep 17 00:00:00 2001 From: "15024835320@163.com" <15024835320@163.com> Date: Sun, 28 Apr 2024 22:40:17 +0800 Subject: [PATCH] add pom.xml --- pom.xml | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..6bbee07 --- /dev/null +++ b/pom.xml @@ -0,0 +1,91 @@ + + + 4.0.0 + + com.rabbitq + SubdomainBrute + 1.0-SNAPSHOT + + + 8 + 8 + UTF-8 + + + + + com.beust + jcommander + 1.82 + + + me.tongfei + progressbar + 0.8.0 + + + org.jsoup + jsoup + 1.13.1 + + + + + + + + cn.hutool + hutool-all + 5.8.26 + + + com.alibaba + fastjson + 1.2.76 + + + + + + + + maven-compiler-plugin + + 1.8 + 1.8 + UTF-8 + + + + ${java.home}/lib/rt.jar;${java.home}/lib/jce.jar;${java.home}/lib/jsse.jar + + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.6 + + + jar-with-dependencies + + + src/main/resources/META-INF/MANIFEST.MF + + + + + assemble-all + package + + single + + + + + + + + \ No newline at end of file