<dependency>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-ws-client</artifactId>
<version>2.2</version>
</dependency>
<parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> <version>2.2</version> </parent>
compile
|-- com.googlecode.json-simple:json-simple:1.1
provided
|-- commons-httpclient:commons-httpclient:3.1
|-- org.apache.httpcomponents:httpclient:4.0
|-- net.jcip:jcip-annotations:1.0
test
|-- junit:junit