Skip to content

Commit fcc9d72

Browse files
johnmayegonw
authored andcommitted
Minor issues of non-test dependencies now a clean build is tested
1 parent c2dffd6 commit fcc9d72

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

descriptor/qsarprotein/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
<groupId>${project.groupId}</groupId>
6363
<artifactId>cdk-pdb</artifactId>
6464
<version>${project.parent.version}</version>
65-
<scope>test</scope>
6665
</dependency>
6766
<dependency>
6867
<groupId>${project.groupId}</groupId>

tool/forcefield/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@
5858
<artifactId>cdk-atomtype</artifactId>
5959
<version>${project.parent.version}</version>
6060
</dependency>
61+
<dependency>
62+
<groupId>org.openscience.cdk</groupId>
63+
<artifactId>cdk-isomorphism</artifactId>
64+
<version>${project.parent.version}</version>
65+
</dependency>
6166
<dependency>
6267
<groupId>${project.groupId}</groupId>
6368
<artifactId>cdk-data</artifactId>

tool/model/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<groupId>org.openscience.cdk</groupId>
2828
<artifactId>cdk-interfaces</artifactId>
2929
<version>${project.version}</version>
30-
<scope>test</scope>
3130
</dependency>
3231
<dependency>
3332
<groupId>org.openscience.cdk</groupId>

0 commit comments

Comments
 (0)