Github user justinleet commented on the issue:
https://github.com/apache/metron/pull/1268
@mmiklavc I have no idea where that comes from.
```
{11:27}~/Documents/workspace/metron:master â â mvn dependency:tree
-Dverbose | grep SNAPSHOT
Downloading from apache.snapshots:
https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat-plugin/0.13-SNAPSHOT/maven-metadata.xml
Downloading from apache.snapshots:
https://repository.apache.org/content/repositories/snapshots/org/apache/rat/apache-rat-project/0.13-SNAPSHOT/maven-metadata.xml
[INFO] +- com.google.code.tempus-fugit:tempus-fugit:jar:1.2-SNAPSHOT:test
```
The one jar is just a test jar, and the downloading is from the rat plugin
(that's been fixed, but I haven't pulled locally yet).
---