Skip to content

Commit

Permalink
Merge pull request #132 from cdd/bundle-cdk-model
Browse files Browse the repository at this point in the history
Include cdk-model when packaging a single JAR.
  • Loading branch information
johnmay committed Jun 9, 2015
2 parents c097bb0 + e159604 commit 19c14f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@
<artifactId>cdk-fragment</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cdk-model</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cdk-qsarmolecular</artifactId>
Expand Down

0 comments on commit 19c14f8

Please sign in to comment.