Skip to content

Commit

Permalink
getting rid of explicit compile scope declaration for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Apr 29, 2024
1 parent 50094cf commit 1c449e1
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions bootique-jetty-cors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,10 @@
<groupId>io.bootique.jetty</groupId>
<artifactId>bootique-jetty</artifactId>
<version>${bootique.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlets</artifactId>
<scope>compile</scope>
</dependency>

<!-- Unit test dependencies -->
Expand Down
3 changes: 0 additions & 3 deletions bootique-jetty-instrumented/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,14 @@
<groupId>io.bootique.jetty</groupId>
<artifactId>bootique-jetty</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.bootique.metrics</groupId>
<artifactId>bootique-metrics</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.bootique.metrics</groupId>
<artifactId>bootique-metrics-healthchecks</artifactId>
<scope>compile</scope>
</dependency>

<!-- Unit test dependencies -->
Expand Down
3 changes: 0 additions & 3 deletions bootique-jetty-jakarta-instrumented/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,14 @@
<groupId>io.bootique.jetty</groupId>
<artifactId>bootique-jetty-jakarta</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.bootique.metrics</groupId>
<artifactId>bootique-metrics</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.bootique.metrics</groupId>
<artifactId>bootique-metrics-healthchecks</artifactId>
<scope>compile</scope>
</dependency>

<!-- Unit test dependencies -->
Expand Down
4 changes: 0 additions & 4 deletions bootique-jetty-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,22 +80,18 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.bootique</groupId>
<artifactId>bootique</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>compile</scope>
</dependency>

<!-- Unit test dependencies -->
Expand Down
2 changes: 0 additions & 2 deletions bootique-jetty-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,11 @@
<dependency>
<groupId>io.bootique.metrics</groupId>
<artifactId>bootique-metrics-healthchecks</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.bootique.jetty</groupId>
<artifactId>bootique-jetty</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>

<!-- Unit test dependencies -->
Expand Down

0 comments on commit 1c449e1

Please sign in to comment.