Skip to content

Commit

Permalink
Ensure we don't pick up old CDK deps from centres.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Nov 6, 2018
1 parent b1b6f73 commit 9d5130d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions cdkdepict-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,20 @@
<groupId>com.simolecule.centres</groupId>
<artifactId>centres-cdk</artifactId>
<version>1.0</version>
<exclusions>
<exclusion>
<groupId>org.openscience.cdk</groupId>
<artifactId>cdk-atomtype</artifactId>
</exclusion>
<exclusion>
<groupId>org.openscience.cdk</groupId>
<artifactId>cdk-standard</artifactId>
</exclusion>
<exclusion>
<groupId>org.openscience.cdk</groupId>
<artifactId>cdk-io</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>

0 comments on commit 9d5130d

Please sign in to comment.