Skip to content

Commit

Permalink
chore(build): remove extracted dependencies from dist module
Browse files Browse the repository at this point in the history
  • Loading branch information
cmark committed Jun 7, 2021
1 parent e1fc890 commit 8c02370
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,6 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.b2international.snowowl</groupId>
<artifactId>com.b2international.snowowl.snomed.etl</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.b2international.snowowl</groupId>
<artifactId>com.b2international.snowowl.snomed.fhir</artifactId>
Expand All @@ -138,24 +132,12 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.b2international.snowowl</groupId>
<artifactId>com.b2international.snowowl.snomed.ql</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.b2international.snowowl</groupId>
<artifactId>com.b2international.snowowl.snomed.reasoner</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.b2international.snowowl</groupId>
<artifactId>com.b2international.snowowl.snomed.scg</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<!-- Test projects that will report Jacoco test coverage, test scoped -->
<dependency>
<groupId>com.b2international.snowowl</groupId>
Expand Down Expand Up @@ -211,24 +193,6 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.b2international.snowowl</groupId>
<artifactId>com.b2international.snowowl.snomed.ql.tests</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.b2international.snowowl</groupId>
<artifactId>com.b2international.snowowl.snomed.etl.tests</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.b2international.snowowl</groupId>
<artifactId>com.b2international.snowowl.snomed.scg.tests</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.b2international.snowowl</groupId>
<artifactId>com.b2international.snowowl.snomed.reasoner.tests</artifactId>
Expand Down

0 comments on commit 8c02370

Please sign in to comment.