Skip to content

Commit

Permalink
Move EStateFragments out of cdk-standard to cdk-fingerprint. We need …
Browse files Browse the repository at this point in the history
…to make cdk-qsarmolecular depend on the fingerprint module which is reasonable since fingerprints are a molecular descriptor.
  • Loading branch information
johnmay committed Feb 14, 2017
1 parent b612395 commit 478c9ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions descriptor/qsarmolecular/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@
<artifactId>cdk-fragment</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cdk-fingerprint</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cdk-hash</artifactId>
Expand Down

0 comments on commit 478c9ea

Please sign in to comment.