Skip to content

Commit 00c0287

Browse files
johnmayegonw
authored andcommitted
Now cdk-diff is essenitaly independant we can completely from the cdk-test-inferfaces module and move all of the abstract tests into the main cdk-test.
1 parent ffbcd9b commit 00c0287

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+6
-103
lines changed

base/data/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,6 @@
6666
<type>test-jar</type>
6767
<scope>test</scope>
6868
</dependency>
69-
<dependency>
70-
<groupId>${project.groupId}</groupId>
71-
<artifactId>cdk-test-interfaces</artifactId>
72-
<version>${project.parent.version}</version>
73-
<type>test-jar</type>
74-
<scope>test</scope>
75-
</dependency>
7669
</dependencies>
7770

7871
<build>

base/datadebug/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,6 @@
6767
<artifactId>mockito-core</artifactId>
6868
<scope>test</scope>
6969
</dependency>
70-
<dependency>
71-
<groupId>${project.groupId}</groupId>
72-
<artifactId>cdk-test-interfaces</artifactId>
73-
<version>${project.parent.version}</version>
74-
<type>test-jar</type>
75-
<scope>test</scope>
76-
</dependency>
7770
</dependencies>
7871

7972
<build>

base/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<module>core</module>
1818
<module>standard</module>
1919
<module>valencycheck</module>
20-
<module>test-interfaces</module>
2120
<module>test-atomtype</module>
2221
<module>test-core</module>
2322
<module>test-standard</module>

base/silent/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,6 @@
6666
<type>test-jar</type>
6767
<scope>test</scope>
6868
</dependency>
69-
<dependency>
70-
<groupId>${project.groupId}</groupId>
71-
<artifactId>cdk-test-interfaces</artifactId>
72-
<version>${project.parent.version}</version>
73-
<type>test-jar</type>
74-
<scope>test</scope>
75-
</dependency>
7669
</dependencies>
7770

7871
<build>

base/test-interfaces/pom.xml

Lines changed: 0 additions & 81 deletions
This file was deleted.

base/test/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@
5353
<version>${project.parent.version}</version>
5454
<scope>test</scope>
5555
</dependency>
56+
<dependency>
57+
<groupId>${project.groupId}</groupId>
58+
<artifactId>cdk-diff</artifactId>
59+
<version>${project.parent.version}</version>
60+
<scope>test</scope>
61+
</dependency>
5662
</dependencies>
5763

5864
</project>

0 commit comments

Comments
 (0)