Skip to content

Commit fc122da

Browse files
johnmayegonw
authored andcommitted
Remove Guava dependency
1 parent d20a316 commit fc122da

File tree

21 files changed

+1
-84
lines changed

21 files changed

+1
-84
lines changed

app/depict/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@
3030
<artifactId>hamcrest</artifactId>
3131
<scope>test</scope>
3232
</dependency>
33-
<dependency>
34-
<groupId>com.google.guava</groupId>
35-
<artifactId>guava</artifactId>
36-
</dependency>
3733
<dependency>
3834
<groupId>org.openscience.cdk</groupId>
3935
<artifactId>cdk-core</artifactId>

base/core/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
<groupId>javax.vecmath</groupId>
1919
<artifactId>vecmath</artifactId>
2020
</dependency>
21-
<dependency>
22-
<groupId>com.google.guava</groupId>
23-
<artifactId>guava</artifactId>
24-
</dependency>
2521
<dependency>
2622
<groupId>${project.groupId}</groupId>
2723
<artifactId>cdk-interfaces</artifactId>

base/data/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
<groupId>javax.vecmath</groupId>
1919
<artifactId>vecmath</artifactId>
2020
</dependency>
21-
<dependency>
22-
<groupId>com.google.guava</groupId>
23-
<artifactId>guava</artifactId>
24-
</dependency>
2521
<dependency>
2622
<groupId>junit</groupId>
2723
<artifactId>junit</artifactId>

base/data/src/main/java/org/openscience/cdk/AtomContainer2.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -880,6 +880,7 @@ public void add(IAtomContainer that) {
880880
addAtom(atom);
881881
}
882882
}
883+
/* FIXME!!! */
883884
for (IBond bond : that.bonds()) {
884885
if (!bond.getFlag(CDKConstants.VISITED)) {
885886
bond.setFlag(CDKConstants.VISITED, true);

base/isomorphism/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
<groupId>javax.vecmath</groupId>
1919
<artifactId>vecmath</artifactId>
2020
</dependency>
21-
<dependency>
22-
<groupId>com.google.guava</groupId>
23-
<artifactId>guava</artifactId>
24-
</dependency>
2521
<dependency>
2622
<groupId>junit</groupId>
2723
<artifactId>junit</artifactId>

base/silent/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
<groupId>javax.vecmath</groupId>
1919
<artifactId>vecmath</artifactId>
2020
</dependency>
21-
<dependency>
22-
<groupId>com.google.guava</groupId>
23-
<artifactId>guava</artifactId>
24-
</dependency>
2521
<dependency>
2622
<groupId>junit</groupId>
2723
<artifactId>junit</artifactId>

base/standard/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
<groupId>javax.vecmath</groupId>
1919
<artifactId>vecmath</artifactId>
2020
</dependency>
21-
<dependency>
22-
<groupId>com.google.guava</groupId>
23-
<artifactId>guava</artifactId>
24-
</dependency>
2521
<dependency>
2622
<groupId>${project.groupId}</groupId>
2723
<artifactId>cdk-interfaces</artifactId>

base/test-core/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@
3535
<artifactId>mockito-core</artifactId>
3636
<scope>test</scope>
3737
</dependency>
38-
<dependency>
39-
<groupId>com.google.guava</groupId>
40-
<artifactId>guava</artifactId>
41-
<scope>test</scope>
42-
</dependency>
4338
<dependency>
4439
<groupId>xml-apis</groupId>
4540
<artifactId>xml-apis</artifactId>

base/test-standard/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@
3535
<artifactId>vecmath</artifactId>
3636
<scope>test</scope>
3737
</dependency>
38-
<dependency>
39-
<groupId>com.google.guava</groupId>
40-
<artifactId>guava</artifactId>
41-
<scope>test</scope>
42-
</dependency>
4338
<dependency>
4439
<groupId>org.mockito</groupId>
4540
<artifactId>mockito-core</artifactId>

display/renderbasic/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
<groupId>javax.vecmath</groupId>
1919
<artifactId>vecmath</artifactId>
2020
</dependency>
21-
<dependency>
22-
<groupId>com.google.guava</groupId>
23-
<artifactId>guava</artifactId>
24-
</dependency>
2521
<dependency>
2622
<groupId>org.hamcrest</groupId>
2723
<artifactId>hamcrest</artifactId>

0 commit comments

Comments
 (0)