Skip to content

Commit

Permalink
Include cdk-legacy in cdk-bundle.
Browse files Browse the repository at this point in the history
This will allow builds based on 'cdk-bundle' to continue regardless as to whether classes have been moved.
  • Loading branch information
John May committed Jul 23, 2014
1 parent cfd3f27 commit 06dbb14
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bundle/pom.xml
Expand Up @@ -290,6 +290,11 @@
<artifactId>cdk-tautomer</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cdk-legacy</artifactId>
<version>${project.parent.version}</version>
</dependency>
</dependencies>

<build>
Expand Down Expand Up @@ -331,4 +336,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 06dbb14

Please sign in to comment.