Skip to content

Commit

Permalink
Upgrade java3d dependency - we previously used 1.5.2 then switch to 1…
Browse files Browse the repository at this point in the history
….3.1 but this had an API difference that users depended on.
  • Loading branch information
johnmay committed Aug 26, 2015
1 parent dfd18ef commit 40c1007
Show file tree
Hide file tree
Showing 54 changed files with 55 additions and 58 deletions.
2 changes: 1 addition & 1 deletion base/data/pom.xml
Expand Up @@ -15,7 +15,7 @@
<name>cdk-data</name>
<dependencies>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion base/datadebug/pom.xml
Expand Up @@ -15,7 +15,7 @@
<name>cdk-datadebug</name>
<dependencies>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion base/interfaces/pom.xml
Expand Up @@ -15,7 +15,7 @@
<name>cdk-interfaces</name>
<dependencies>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion base/isomorphism/pom.xml
Expand Up @@ -15,7 +15,7 @@
<name>cdk-isomorphism</name>
<dependencies>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion base/silent/pom.xml
Expand Up @@ -15,7 +15,7 @@
<name>cdk-silent</name>
<dependencies>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion base/standard/pom.xml
Expand Up @@ -15,7 +15,7 @@
<name>cdk-standard</name>
<dependencies>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion base/test-interfaces/pom.xml
Expand Up @@ -31,7 +31,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion base/test-standard/pom.xml
Expand Up @@ -26,7 +26,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion base/test-valencycheck/pom.xml
Expand Up @@ -26,7 +26,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion base/test/pom.xml
Expand Up @@ -25,7 +25,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion descriptor/cip/pom.xml
Expand Up @@ -15,7 +15,7 @@
<name>cdk-cip</name>
<dependencies>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion descriptor/fingerprint/pom.xml
Expand Up @@ -15,7 +15,7 @@
<name>cdk-fingerprint</name>
<dependencies>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion descriptor/ionpot/pom.xml
Expand Up @@ -36,7 +36,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion descriptor/qsar/pom.xml
Expand Up @@ -19,7 +19,7 @@
<artifactId>jama</artifactId>
</dependency>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion descriptor/qsaratomic/pom.xml
Expand Up @@ -19,7 +19,7 @@
<artifactId>jama</artifactId>
</dependency>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion descriptor/qsarbond/pom.xml
Expand Up @@ -19,7 +19,7 @@
<artifactId>jama</artifactId>
</dependency>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion descriptor/qsarcml/pom.xml
Expand Up @@ -35,7 +35,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion descriptor/qsarionpot/pom.xml
Expand Up @@ -25,7 +25,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion descriptor/qsarmolecular/pom.xml
Expand Up @@ -19,7 +19,7 @@
<artifactId>jama</artifactId>
</dependency>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion descriptor/qsarprotein/pom.xml
Expand Up @@ -19,7 +19,7 @@
<artifactId>jama</artifactId>
</dependency>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion descriptor/signature/pom.xml
Expand Up @@ -43,7 +43,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion display/render/pom.xml
Expand Up @@ -15,7 +15,7 @@
<name>cdk-render</name>
<dependencies>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion display/renderawt/pom.xml
Expand Up @@ -15,7 +15,7 @@
<name>cdk-renderawt</name>
<dependencies>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion display/renderbasic/pom.xml
Expand Up @@ -15,7 +15,7 @@
<name>cdk-renderbasic</name>
<dependencies>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion display/renderextra/pom.xml
Expand Up @@ -15,7 +15,7 @@
<name>cdk-renderextra</name>
<dependencies>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion misc/control/pom.xml
Expand Up @@ -15,7 +15,7 @@
<name>cdk-control</name>
<dependencies>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion misc/diff/pom.xml
Expand Up @@ -15,7 +15,7 @@
<name>cdk-diff</name>
<dependencies>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion misc/extra/pom.xml
Expand Up @@ -18,7 +18,7 @@
<artifactId>jama</artifactId>
</dependency>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion misc/log4j/pom.xml
Expand Up @@ -30,7 +30,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion misc/test-extra/pom.xml
Expand Up @@ -48,7 +48,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
<scope>test</scope>
</dependency>
Expand Down
7 changes: 2 additions & 5 deletions pom.xml
Expand Up @@ -403,9 +403,9 @@
<version>1.9.5</version>
</dependency>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
<version>1.3.1</version>
<version>1.5.2</version>
</dependency>
<dependency>
<groupId>gov.nist.math</groupId>
Expand Down Expand Up @@ -546,9 +546,6 @@
<rulesets>
<ruleset>/pmd/custom.xml</ruleset>
</rulesets>
<excludes>
<exclude>**/smsd/*.java</exclude>
</excludes>
<excludeRoots>
<excludeRoot>${basedir}/target/generated-sources/javacc</excludeRoot>
</excludeRoots>
Expand Down
2 changes: 1 addition & 1 deletion storage/inchi/pom.xml
Expand Up @@ -15,7 +15,7 @@
<name>cdk-inchi</name>
<dependencies>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion storage/io/pom.xml
Expand Up @@ -15,7 +15,7 @@
<name>cdk-io</name>
<dependencies>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion storage/ioformats/pom.xml
Expand Up @@ -41,7 +41,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion storage/iordf/pom.xml
Expand Up @@ -15,7 +15,7 @@
<name>cdk-iordf</name>
<dependencies>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion storage/libiocml/pom.xml
Expand Up @@ -15,7 +15,7 @@
<name>cdk-libiocml</name>
<dependencies>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion storage/libiomd/pom.xml
Expand Up @@ -35,7 +35,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion storage/pdb/pom.xml
Expand Up @@ -15,7 +15,7 @@
<name>cdk-pdb</name>
<dependencies>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion storage/pdbcml/pom.xml
Expand Up @@ -35,7 +35,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion storage/smiles/pom.xml
Expand Up @@ -15,7 +15,7 @@
<name>cdk-smiles</name>
<dependencies>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tool/builder3d/pom.xml
Expand Up @@ -19,7 +19,7 @@
<artifactId>jama</artifactId>
</dependency>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tool/builder3dtools/pom.xml
Expand Up @@ -15,7 +15,7 @@
<name>cdk-builder3dtools</name>
<dependencies>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tool/charges/pom.xml
Expand Up @@ -15,7 +15,7 @@
<name>cdk-charges</name>
<dependencies>
<dependency>
<groupId>java3d</groupId>
<groupId>javax.vecmath</groupId>
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
Expand Down

0 comments on commit 40c1007

Please sign in to comment.