Skip to content

Commit dca836c

Browse files
johnmayegonw
authored andcommitted
Make sure everything is used is declared in the cdk-legacy module
1 parent 5f9ea47 commit dca836c

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

legacy/pom.xml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,59 @@
1212
<artifactId>cdk-legacy</artifactId>
1313

1414
<dependencies>
15+
<dependency>
16+
<groupId>javax.vecmath</groupId>
17+
<artifactId>vecmath</artifactId>
18+
</dependency>
1519
<dependency>
1620
<groupId>junit</groupId>
1721
<artifactId>junit</artifactId>
1822
<scope>test</scope>
1923
</dependency>
24+
<dependency>
25+
<groupId>org.hamcrest</groupId>
26+
<artifactId>hamcrest</artifactId>
27+
<scope>test</scope>
28+
</dependency>
29+
<dependency>
30+
<groupId>com.google.guava</groupId>
31+
<artifactId>guava</artifactId>
32+
</dependency>
33+
<dependency>
34+
<groupId>xml-apis</groupId>
35+
<artifactId>xml-apis</artifactId>
36+
<version>1.3.03</version>
37+
</dependency>
38+
<dependency>
39+
<groupId>org.openscience.cdk</groupId>
40+
<artifactId>cdk-formula</artifactId>
41+
<version>${project.version}</version>
42+
<scope>test</scope>
43+
</dependency>
44+
<dependency>
45+
<groupId>org.openscience.cdk</groupId>
46+
<artifactId>cdk-reaction</artifactId>
47+
<version>${project.version}</version>
48+
<scope>test</scope>
49+
</dependency>
50+
<dependency>
51+
<groupId>org.openscience.cdk</groupId>
52+
<artifactId>cdk-isomorphism</artifactId>
53+
<version>${project.version}</version>
54+
<scope>test</scope>
55+
</dependency>
56+
<dependency>
57+
<groupId>org.openscience.cdk</groupId>
58+
<artifactId>cdk-core</artifactId>
59+
<version>${project.version}</version>
60+
<scope>test</scope>
61+
</dependency>
62+
<dependency>
63+
<groupId>org.openscience.cdk</groupId>
64+
<artifactId>cdk-valencycheck</artifactId>
65+
<version>${project.version}</version>
66+
<scope>test</scope>
67+
</dependency>
2068
<dependency>
2169
<groupId>org.openscience.cdk</groupId>
2270
<artifactId>cdk-test</artifactId>
@@ -104,6 +152,7 @@
104152
<groupId>org.openscience.cdk</groupId>
105153
<artifactId>cdk-qsar</artifactId>
106154
<version>${project.version}</version>
155+
<scope>test</scope>
107156
</dependency>
108157
<dependency>
109158
<groupId>org.openscience.cdk</groupId>

0 commit comments

Comments
 (0)