diff --git a/ContentGrabbingJi-Template/pom.xml b/ContentGrabbingJi-Template/pom.xml new file mode 100644 index 0000000..d2f6b50 --- /dev/null +++ b/ContentGrabbingJi-Template/pom.xml @@ -0,0 +1,46 @@ + + + + + + ContentGrabbingJi + net.lamgc + 3.0.0-alpha-SNAPSHOT + + 4.0.0 + + ContentGrabbingJi-Template + + + 8 + 8 + + + + + net.lamgc + ContentGrabbingJi-framework-api + 3.0.0-alpha-SNAPSHOT + + + + + + \ No newline at end of file diff --git a/ContentGrabbingJi-framework-telegrambots/pom.xml b/ContentGrabbingJi-framework-telegrambots/pom.xml new file mode 100644 index 0000000..1aa7cf4 --- /dev/null +++ b/ContentGrabbingJi-framework-telegrambots/pom.xml @@ -0,0 +1,75 @@ + + + + + + ContentGrabbingJi + net.lamgc + 3.0.0-alpha-SNAPSHOT + + 4.0.0 + + ContentGrabbingJi-framework-telegrambots + + + + + org.apache.maven.plugins + maven-assembly-plugin + 3.3.0 + + false + + jar-with-dependencies + + + + + make-assembly + package + + single + + + + + + + + + + net.lamgc + ContentGrabbingJi-framework-api + 3.0.0-alpha-SNAPSHOT + + + + org.telegram + telegrambots + 5.0.1 + + + org.apache.httpcomponents + httpclient + 4.5.12 + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 1e63b4c..82ae537 100644 --- a/pom.xml +++ b/pom.xml @@ -38,6 +38,8 @@ ContentGrabbingJi-Event ContentGrabbingJi-Command-api ContentGrabbingJi-Command-pixiv + ContentGrabbingJi-framework-telegrambots + ContentGrabbingJi-Template