Error in dependency on download page
Brought to you by:
szkiba
The dependency on http://ini4j.sourceforge.net/download.html contains errors.
/* Won't validate */
<dependency>
<groupId>org.ini4j<groupId> // missing '/' in closing tag
<artifactId>ini4j</artifactID> // 'ID' instead of 'Id' in closing tag
<version>X.Y.Z</version>
</dependency>
~~~~~~
Might have given it the wrong priority lvl, I'm new to sourceforge's error reporting system. So I assumed: The lower the value the lower the priority. Might be wrong thought.