seppinho / haplogrep-cmd

HaploGrep - mtDNA haplogroup classification. Supporting rCRS and RSRS.
https://haplogrep.i-med.ac.at/
MIT License
74 stars 23 forks source link

pom.xml warning: jdom is written twice and doesn't correspond to dependency org.jdom:jdom:*:* #23

Closed monkollek closed 5 years ago

monkollek commented 5 years ago

There is a duplicate entry of jdom

                  <dependency>
            <groupId>jdom</groupId>
            <artifactId>jdom</artifactId>
            <version>1.1</version>
        </dependency>

and it should be the text below to be consistent with what is in the artifactSet

                  <dependency>
            <groupId>org</groupId>
            <artifactId>jdom</artifactId>
            <version>1.1</version>
        </dependency>