sismics / reader

Free and open source feeds reader, including all major Google Reader features
https://www.sismics.com/reader/
GNU General Public License v2.0
400 stars 98 forks source link

Improve MAVEN build Performance #179

Closed ChenZhangg closed 2 years ago

ChenZhangg commented 2 years ago

Apache Maven Dependency Plugin can be used to find unused dependencies. And I found following list. Maybe we can remove them. reader-parent reader-core {groupId='org.slf4j', artifactId='slf4j-log4j12'} {groupId='org.slf4j', artifactId='jcl-over-slf4j'} {groupId='org.apache.lucene', artifactId='lucene-grouping'} {groupId='org.apache.lucene', artifactId='lucene-queryparser'} {groupId='org.hsqldb', artifactId='hsqldb'} reader-web-common {groupId='com.sun.jersey', artifactId='jersey-server'} {groupId='com.sun.jersey', artifactId='jersey-json'} {groupId='com.sun.jersey.contribs', artifactId='jersey-multipart'} {groupId='commons-io', artifactId='commons-io'} {groupId='log4j', artifactId='log4j'} {groupId='org.hibernate', artifactId='hibernate-c3p0'} {groupId='com.sun.grizzly', artifactId='grizzly-servlet-webserver'} {groupId='com.sun.jersey.jersey-test-framework', artifactId='jersey-test-framework-grizzly2'} {groupId='org.hsqldb', artifactId='hsqldb'} {groupId='org.subethamail', artifactId='subethasmtp-wiser'} reader-web {groupId='com.sun.jersey', artifactId='jersey-server'} {groupId='com.sun.jersey', artifactId='jersey-json'} {groupId='commons-io', artifactId='commons-io'} {groupId='org.hibernate', artifactId='hibernate-c3p0'} {groupId='joda-time', artifactId='joda-time'} {groupId='org.hsqldb', artifactId='hsqldb'} {groupId='org.postgresql', artifactId='postgresql'} {groupId='com.sun.grizzly', artifactId='grizzly-servlet-webserver'} {groupId='com.sun.jersey.jersey-test-framework', artifactId='jersey-test-framework-grizzly2'} {groupId='org.subethamail', artifactId='subethasmtp-wiser'}

===================== If there are any inappropriate modifications in this PR, please give me a reply and I will change them.

jendib commented 2 years ago

It doesn't make any sense.