aboutsip / pkts

Pure java based pcap library capable of reading and writing to/from pcaps.
Other
196 stars 91 forks source link

Improve MAVEN build Performance #135

Closed ChenZhangg closed 3 years ago

ChenZhangg commented 3 years ago

Apache Maven Dependency Plugin can be used to find unused dependencies. And I found following list. Maybe we can remove them. pkts-parent pkts-buffers {groupId='org.mockito', artifactId='mockito-all'} pkts-sdp {groupId='junit', artifactId='junit'} {groupId='org.mockito', artifactId='mockito-all'} pkts-sip {groupId='io.pkts', artifactId='pkts-sdp'} pkts-core pkts-streams {groupId='org.mockito', artifactId='mockito-all'} {groupId='org.slf4j', artifactId='slf4j-log4j12'} pkts-examples {groupId='org.slf4j', artifactId='slf4j-api'} pkts-tools {groupId='junit', artifactId='junit'} {groupId='org.mockito', artifactId='mockito-all'} {groupId='org.slf4j', artifactId='slf4j-log4j12'}

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

jonbo372 commented 3 years ago

Thank you so much! There are also used but undeclared dependencies so I should probably address that too.