Github user clebertsuconic commented on the issue:
https://github.com/apache/activemq-artemis/pull/873
```
[INFO] --- maven-bundle-plugin:3.0.0:install (default-install) @
artemis-hqclient-protocol ---
[INFO] Starting audit...
/work/apache/six/artemis-jdbc-store/src/main/java/org/apache/activemq/artemis/jdbc/store/file/PostgresSequentialSequentialFileDriver.java:23:1:
error: Redundant import from the same package -
org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile.
/work/apache/six/artemis-jdbc-store/src/main/java/org/apache/activemq/artemis/jdbc/store/file/PostgresSequentialSequentialFileDriver.java:24:1:
error: Redundant import from the same package -
org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver.
Audit done.
[INFO] There are 2 errors reported by Checkstyle 6.11.2 with
/work/apache/six/artemis-jdbc-store/../etc/checkstyle.xml ruleset.
[ERROR]
src/main/java/org/apache/activemq/artemis/jdbc/store/file/PostgresSequentialSequentialFileDriver.java:[23,1]
(imports) RedundantImport: Redundant import from the same package -
org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFile.
[ERROR]
src/main/java/org/apache/activemq/artemis/jdbc/store/file/PostgresSequentialSequentialFileDriver.java:[24,1]
(imports) RedundantImport: Redundant import from the same package -
org.apache.activemq.artemis.jdbc.store.file.JDBCSequentialFileFactoryDriver.
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---