Bill of Materials for the Clarity Java client.
Add the following to the <dependencyManagement> section of the POM:
<pre>
<dependency>
<groupId>org.cruk.clarity</groupId>
<artifactId>clarity-client2-bom</artifactId>
<version>2.34-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</pre>
