found multiple occurrences of org json jsonobject on the class path 3a

Solutions on MaxInterview for found multiple occurrences of org json jsonobject on the class path 3a by the best coders in the world

showing results for - "found multiple occurrences of org json jsonobject on the class path 3a"
Filippo
25 Jan 2016
1 <scope>test</scope>
2    <exclusions>
3        <exclusion>
4            <groupId>com.vaadin.external.google</groupId>
5            <artifactId>android-json</artifactId>
6        </exclusion>
7    </exclusions>
8