Skip to content

Commit 8e2b3b5

Browse files
johnmayegonw
authored andcommitted
Duplicate MolecularDescriptorTest for qsarprotein - I would actually vote to just move the two qsarprotein tests into qsarmolecular
1 parent e37dd73 commit 8e2b3b5

File tree

2 files changed

+422
-6
lines changed

2 files changed

+422
-6
lines changed

descriptor/qsarprotein/pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,24 +64,23 @@
6464
</dependency>
6565
<dependency>
6666
<groupId>${project.groupId}</groupId>
67-
<artifactId>cdk-test</artifactId>
67+
<artifactId>cdk-dict</artifactId>
6868
<version>${project.parent.version}</version>
69-
<type>test-jar</type>
70-
<scope>test</scope>
69+
<scope>test</scope>
7170
</dependency>
7271
<dependency>
7372
<groupId>${project.groupId}</groupId>
74-
<artifactId>cdk-testdata</artifactId>
73+
<artifactId>cdk-test</artifactId>
7574
<version>${project.parent.version}</version>
7675
<type>test-jar</type>
7776
<scope>test</scope>
7877
</dependency>
7978
<dependency>
8079
<groupId>${project.groupId}</groupId>
81-
<artifactId>cdk-qsarmolecular</artifactId>
80+
<artifactId>cdk-testdata</artifactId>
8281
<version>${project.parent.version}</version>
8382
<type>test-jar</type>
84-
<scope>test</scope>
83+
<scope>test</scope>
8584
</dependency>
8685
</dependencies>
8786

0 commit comments

Comments
 (0)