Skip to content

Commit 190a957

Browse files
johnmayegonw
authored andcommitted
Eliminate cdk-test-core dependencies by moving some helper classes to cdk-test
1 parent 00c0287 commit 190a957

File tree

8 files changed

+1
-29
lines changed

8 files changed

+1
-29
lines changed

base/test-atomtype/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,6 @@
8080
<type>test-jar</type>
8181
<scope>test</scope>
8282
</dependency>
83-
<dependency>
84-
<groupId>${project.groupId}</groupId>
85-
<artifactId>cdk-test-core</artifactId>
86-
<version>${project.parent.version}</version>
87-
<type>test-jar</type>
88-
<scope>test</scope>
89-
</dependency>
9083
<dependency>
9184
<groupId>${project.groupId}</groupId>
9285
<artifactId>cdk-data</artifactId>

legacy/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,6 @@
7474
<type>test-jar</type>
7575
<scope>test</scope>
7676
</dependency>
77-
<dependency>
78-
<groupId>org.openscience.cdk</groupId>
79-
<artifactId>cdk-test-core</artifactId>
80-
<version>${project.version}</version>
81-
<type>test-jar</type>
82-
<scope>test</scope>
83-
</dependency>
8477
<dependency>
8578
<groupId>org.openscience.cdk</groupId>
8679
<artifactId>cdk-interfaces</artifactId>

misc/test-extra/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,6 @@
120120
<type>test-jar</type>
121121
<scope>test</scope>
122122
</dependency>
123-
<dependency>
124-
<groupId>${project.groupId}</groupId>
125-
<artifactId>cdk-test-core</artifactId>
126-
<version>${project.parent.version}</version>
127-
<type>test-jar</type>
128-
<scope>test</scope>
129-
</dependency>
130123
<dependency>
131124
<groupId>${project.groupId}</groupId>
132125
<artifactId>cdk-testdata</artifactId>

misc/test-extra/src/test/java/org/openscience/cdk/config/XMLIsotopeFactoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public class XMLIsotopeFactoryTest extends CDKTestCase {
6969

7070
static {
7171
try {
72-
InputStream in = AtomTypeFactoryTest.class.getClassLoader().getResourceAsStream(
72+
InputStream in = XMLIsotopeFactory.class.getClassLoader().getResourceAsStream(
7373
"org/openscience/cdk/io/cml/data/cml25b1.xsd");
7474
tmpCMLSchema = copyFileToTmp("cml2.5.b1", ".xsd", in, null, null);
7575
} catch (IOException e) {

tool/structgen/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,6 @@
8181
<type>test-jar</type>
8282
<scope>test</scope>
8383
</dependency>
84-
<dependency>
85-
<groupId>${project.groupId}</groupId>
86-
<artifactId>cdk-test-core</artifactId>
87-
<version>${project.parent.version}</version>
88-
<type>test-jar</type>
89-
<scope>test</scope>
90-
</dependency>
9184
<dependency>
9285
<groupId>${project.groupId}</groupId>
9386
<artifactId>cdk-sdg</artifactId>

0 commit comments

Comments
 (0)