Skip to content

Commit

Permalink
More cleanup of base/ modules now I've got better at using dependency…
Browse files Browse the repository at this point in the history
…:analyze
  • Loading branch information
johnmay authored and egonw committed Dec 22, 2021
1 parent dca836c commit c2dffd6
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 41 deletions.
8 changes: 1 addition & 7 deletions base/reaction/pom.xml
Expand Up @@ -61,12 +61,6 @@
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cdk-extra</artifactId>
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cdk-io</artifactId>
Expand Down Expand Up @@ -104,7 +98,7 @@
<artifactId>cdk-testdata</artifactId>
<version>${project.parent.version}</version>
<type>test-jar</type>
<scope>test</scope>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down
5 changes: 0 additions & 5 deletions base/standard/pom.xml
Expand Up @@ -32,11 +32,6 @@
<artifactId>cdk-core</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
6 changes: 0 additions & 6 deletions base/test-atomtype/pom.xml
Expand Up @@ -73,12 +73,6 @@
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cdk-extra</artifactId>
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cdk-testdata</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions base/test-core/pom.xml
Expand Up @@ -71,12 +71,6 @@
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cdk-extra</artifactId>
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cdk-smiles</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions base/test-standard/pom.xml
Expand Up @@ -88,12 +88,6 @@
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cdk-extra</artifactId>
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cdk-valencycheck</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions base/test-valencycheck/pom.xml
Expand Up @@ -65,12 +65,6 @@
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cdk-io</artifactId>
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cdk-extra</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions base/valencycheck/pom.xml
Expand Up @@ -29,11 +29,6 @@
<artifactId>cdk-standard</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit c2dffd6

Please sign in to comment.