Skip to content

Commit

Permalink
Minor issues of non-test dependencies now a clean build is tested
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay authored and egonw committed Dec 22, 2021
1 parent c2dffd6 commit fcc9d72
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion descriptor/qsarprotein/pom.xml
Expand Up @@ -62,7 +62,6 @@
<groupId>${project.groupId}</groupId>
<artifactId>cdk-pdb</artifactId>
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
5 changes: 5 additions & 0 deletions tool/forcefield/pom.xml
Expand Up @@ -58,6 +58,11 @@
<artifactId>cdk-atomtype</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.openscience.cdk</groupId>
<artifactId>cdk-isomorphism</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cdk-data</artifactId>
Expand Down
1 change: 0 additions & 1 deletion tool/model/pom.xml
Expand Up @@ -27,7 +27,6 @@
<groupId>org.openscience.cdk</groupId>
<artifactId>cdk-interfaces</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openscience.cdk</groupId>
Expand Down

0 comments on commit fcc9d72

Please sign in to comment.