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.
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.