|
14 | 14 |
|
15 | 15 | <name>cdk-builder3d</name> |
16 | 16 | <dependencies> |
17 | | - <dependency> |
18 | | - <groupId>gov.nist.math</groupId> |
19 | | - <artifactId>jama</artifactId> |
20 | | - </dependency> |
21 | 17 | <dependency> |
22 | 18 | <groupId>javax.vecmath</groupId> |
23 | 19 | <artifactId>vecmath</artifactId> |
24 | 20 | </dependency> |
25 | | - <dependency> |
26 | | - <groupId>com.google.guava</groupId> |
27 | | - <artifactId>guava</artifactId> |
28 | | - </dependency> |
29 | | - <dependency> |
30 | | - <groupId>uk.ac.ebi.beam</groupId> |
31 | | - <artifactId>beam-core</artifactId> |
32 | | - </dependency> |
33 | | - <dependency> |
34 | | - <groupId>uk.ac.ebi.beam</groupId> |
35 | | - <artifactId>beam-func</artifactId> |
36 | | - </dependency> |
37 | 21 | <dependency> |
38 | 22 | <groupId>junit</groupId> |
39 | 23 | <artifactId>junit</artifactId> |
40 | 24 | <scope>test</scope> |
41 | 25 | </dependency> |
42 | | - <dependency> |
43 | | - <groupId>org.hamcrest</groupId> |
44 | | - <artifactId>hamcrest</artifactId> |
45 | | - <scope>test</scope> |
46 | | - </dependency> |
47 | 26 | <dependency> |
48 | 27 | <groupId>${project.groupId}</groupId> |
49 | 28 | <artifactId>cdk-core</artifactId> |
|
66 | 45 | </dependency> |
67 | 46 | <dependency> |
68 | 47 | <groupId>${project.groupId}</groupId> |
69 | | - <artifactId>cdk-io</artifactId> |
| 48 | + <artifactId>cdk-ctab</artifactId> |
70 | 49 | <version>${project.parent.version}</version> |
71 | 50 | </dependency> |
72 | 51 | <dependency> |
73 | 52 | <groupId>${project.groupId}</groupId> |
74 | 53 | <artifactId>cdk-standard</artifactId> |
75 | 54 | <version>${project.parent.version}</version> |
76 | 55 | </dependency> |
77 | | - <dependency> |
78 | | - <groupId>${project.groupId}</groupId> |
79 | | - <artifactId>cdk-charges</artifactId> |
80 | | - <version>${project.parent.version}</version> |
81 | | - </dependency> |
82 | 56 | <dependency> |
83 | 57 | <groupId>${project.groupId}</groupId> |
84 | 58 | <artifactId>cdk-forcefield</artifactId> |
85 | 59 | <version>${project.parent.version}</version> |
86 | 60 | </dependency> |
87 | | - <dependency> |
88 | | - <groupId>${project.groupId}</groupId> |
89 | | - <artifactId>cdk-valencycheck</artifactId> |
90 | | - <version>${project.parent.version}</version> |
91 | | - </dependency> |
92 | 61 | <dependency> |
93 | 62 | <groupId>${project.groupId}</groupId> |
94 | 63 | <artifactId>cdk-sdg</artifactId> |
|
99 | 68 | <artifactId>cdk-isomorphism</artifactId> |
100 | 69 | <version>${project.parent.version}</version> |
101 | 70 | </dependency> |
102 | | - <dependency> |
103 | | - <groupId>${project.groupId}</groupId> |
104 | | - <artifactId>cdk-diff</artifactId> |
105 | | - <version>${project.parent.version}</version> |
106 | | - <scope>test</scope> |
107 | | - </dependency> |
108 | | - <dependency> |
109 | | - <groupId>${project.groupId}</groupId> |
110 | | - <artifactId>cdk-ioformats</artifactId> |
111 | | - <version>${project.parent.version}</version> |
112 | | - <scope>test</scope> |
113 | | - </dependency> |
114 | 71 | <dependency> |
115 | 72 | <groupId>${project.groupId}</groupId> |
116 | 73 | <artifactId>cdk-smiles</artifactId> |
117 | 74 | <version>${project.parent.version}</version> |
118 | 75 | <scope>test</scope> |
119 | 76 | </dependency> |
120 | | - <dependency> |
121 | | - <groupId>${project.groupId}</groupId> |
122 | | - <artifactId>cdk-extra</artifactId> |
123 | | - <version>${project.parent.version}</version> |
124 | | - <scope>test</scope> |
125 | | - </dependency> |
126 | 77 | <dependency> |
127 | 78 | <groupId>${project.groupId}</groupId> |
128 | 79 | <artifactId>cdk-test</artifactId> |
|
142 | 93 | <artifactId>cdk-testdata</artifactId> |
143 | 94 | <version>${project.parent.version}</version> |
144 | 95 | <type>test-jar</type> |
145 | | - <scope>test</scope> |
| 96 | + <scope>test</scope> |
146 | 97 | </dependency> |
147 | 98 | <dependency> |
148 | 99 | <groupId>${project.groupId}</groupId> |
|
0 commit comments