Skip to content

Commit

Permalink
Merge pull request #188 from egonw/patch/dataFeaturesInIOFormats
Browse files Browse the repository at this point in the history
Merged the last bits of cdk-annotation into cdk-ioformats
  • Loading branch information
johnmay committed Jan 7, 2016
2 parents 591b21d + 2c4b04e commit fcac95e
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
</parent>
<name>cdk-base</name>
<modules>
<module>annotation</module>
<module>interfaces</module>
<module>atomtype</module>
<module>core</module>
Expand All @@ -21,7 +22,6 @@
<module>test-core</module>
<module>test-standard</module>
<module>test-valencycheck</module>
<module>annotation</module>
<module>data</module>
<module>silent</module>
<module>datadebug</module>
Expand Down
5 changes: 0 additions & 5 deletions bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
<artifactId>cdk-interfaces</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cdk-annotation</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cdk-core</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions misc/extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cdk-annotation</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cdk-data</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions storage/io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@
<version>1.2.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cdk-annotation</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cdk-interfaces</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions storage/ioformats/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@
<version>1.1.4c</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cdk-annotation</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cdk-interfaces</artifactId>
Expand Down

0 comments on commit fcac95e

Please sign in to comment.