|
28 | 28 | <artifactId>junit</artifactId> |
29 | 29 | <scope>test</scope> |
30 | 30 | </dependency> |
31 | | - <dependency> |
32 | | - <groupId>org.blueobelisk</groupId> |
33 | | - <artifactId>cmlxom</artifactId> |
34 | | - <version>3.3</version> |
35 | | - <exclusions> |
36 | | - <exclusion> |
37 | | - <groupId>org.apache.logging.log4j</groupId> |
38 | | - <artifactId>log4j</artifactId> |
39 | | - </exclusion> |
40 | | - </exclusions> |
41 | | - <scope>test</scope> |
42 | | - </dependency> |
43 | 31 | <dependency> |
44 | 32 | <groupId>org.apache.logging.log4j</groupId> |
45 | 33 | <artifactId>log4j-core</artifactId> |
46 | 34 | <scope>test</scope> |
47 | 35 | </dependency> |
48 | | - <dependency> |
49 | | - <groupId>javax.vecmath</groupId> |
50 | | - <artifactId>vecmath</artifactId> |
51 | | - <scope>test</scope> |
52 | | - </dependency> |
53 | | - <dependency> |
54 | | - <groupId>xom</groupId> |
55 | | - <artifactId>xom</artifactId> |
56 | | - <scope>test</scope> |
57 | | - </dependency> |
58 | | - <dependency> |
59 | | - <groupId>xpp3</groupId> |
60 | | - <artifactId>xpp3</artifactId> |
61 | | - <version>1.1.4c</version> |
62 | | - <scope>test</scope> |
63 | | - </dependency> |
64 | 36 | <dependency> |
65 | 37 | <groupId>org.openscience.cdk</groupId> |
66 | 38 | <artifactId>cdk-interfaces</artifactId> |
|
72 | 44 | <version>${project.parent.version}</version> |
73 | 45 | <scope>test</scope> |
74 | 46 | </dependency> |
75 | | - <dependency> |
76 | | - <groupId>${project.groupId}</groupId> |
77 | | - <artifactId>cdk-core</artifactId> |
78 | | - <version>${project.parent.version}</version> |
79 | | - <scope>test</scope> |
80 | | - </dependency> |
81 | | - <dependency> |
82 | | - <groupId>${project.groupId}</groupId> |
83 | | - <artifactId>cdk-standard</artifactId> |
84 | | - <version>${project.parent.version}</version> |
85 | | - <scope>test</scope> |
86 | | - </dependency> |
87 | | - <!--<dependency> |
88 | | - <groupId>${project.groupId}</groupId> |
89 | | - <artifactId>cdk-io</artifactId> |
90 | | - <version>${project.parent.version}</version> |
91 | | - <scope>test</scope> |
92 | | - </dependency> |
93 | | - <dependency> |
94 | | - <groupId>${project.groupId}</groupId> |
95 | | - <artifactId>cdk-iordf</artifactId> |
96 | | - <version>${project.parent.version}</version> |
97 | | - <scope>test</scope> |
98 | | - </dependency> |
99 | | - <dependency> |
100 | | - <groupId>${project.groupId}</groupId> |
101 | | - <artifactId>cdk-smiles</artifactId> |
102 | | - <version>${project.parent.version}</version> |
103 | | - <scope>test</scope> |
104 | | - </dependency> |
105 | | - <dependency> |
106 | | - <groupId>${project.groupId}</groupId> |
107 | | - <artifactId>cdk-pdb</artifactId> |
108 | | - <version>${project.parent.version}</version> |
109 | | - <scope>test</scope> |
110 | | - </dependency> |
111 | | - <dependency> |
112 | | - <groupId>${project.groupId}</groupId> |
113 | | - <artifactId>cdk-libiocml</artifactId> |
114 | | - <version>${project.parent.version}</version> |
115 | | - <scope>test</scope> |
116 | | - </dependency> |
117 | | - <dependency> |
118 | | - <groupId>${project.groupId}</groupId> |
119 | | - <artifactId>cdk-extra</artifactId> |
120 | | - <version>${project.parent.version}</version> |
121 | | - <scope>test</scope> |
122 | | - </dependency>--> |
123 | | - <dependency> |
124 | | - <groupId>${project.groupId}</groupId> |
125 | | - <artifactId>cdk-data</artifactId> |
126 | | - <version>${project.parent.version}</version> |
127 | | - <scope>test</scope> |
128 | | - </dependency> |
129 | 47 | <dependency> |
130 | 48 | <groupId>${project.groupId}</groupId> |
131 | 49 | <artifactId>cdk-test</artifactId> |
|
138 | 56 | <artifactId>cdk-testdata</artifactId> |
139 | 57 | <version>${project.parent.version}</version> |
140 | 58 | <type>test-jar</type> |
141 | | - <scope>test</scope> |
| 59 | + <scope>test</scope> |
142 | 60 | </dependency> |
143 | 61 | </dependencies> |
144 | 62 |
|
|
0 commit comments