Skip to content

Commit

Permalink
Update build config to include cdk-testdata.
Browse files Browse the repository at this point in the history
  • Loading branch information
John May committed Jul 23, 2014
1 parent 74389ed commit cfd3f27
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions legacy/pom.xml
Expand Up @@ -46,6 +46,13 @@
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openscience.cdk</groupId>
<artifactId>cdk-testdata</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openscience.cdk</groupId>
Expand Down

0 comments on commit cfd3f27

Please sign in to comment.