You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2022/02/12 18:51:53 UTC

[maven-indexer] branch master updated: [MINDEXER-138] Jetty scope fixed (#175)

This is an automated email from the ASF dual-hosted git repository.

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git


The following commit(s) were added to refs/heads/master by this push:
     new 9ac0ec8  [MINDEXER-138] Jetty scope fixed (#175)
9ac0ec8 is described below

commit 9ac0ec81369fc565fb397c0012c45fddafa3676d
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Sat Feb 12 19:51:48 2022 +0100

    [MINDEXER-138] Jetty scope fixed (#175)
    
    And some other minor updates applied.
---
 indexer-core/pom.xml | 1 +
 pom.xml              | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/indexer-core/pom.xml b/indexer-core/pom.xml
index bc074cc..abb5316 100644
--- a/indexer-core/pom.xml
+++ b/indexer-core/pom.xml
@@ -147,6 +147,7 @@ under the License.
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-webapp</artifactId>
+      <scope>test</scope>
     </dependency>
 
     <dependency>
diff --git a/pom.xml b/pom.xml
index 9e8570f..dae04b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,7 @@ under the License.
     <archetype.version>3.2.1</archetype.version>
     <wagon.version>3.5.1</wagon.version>
     <surefire.version>2.22.2</surefire.version>
-    <slf4j.version>1.7.35</slf4j.version>
+    <slf4j.version>1.7.36</slf4j.version>
     <logback.version>1.2.10</logback.version>
     <maven.site.path>maven-indexer-archives/maven-indexer-LATEST</maven.site.path>
     <project.build.outputTimestamp>2022-02-11T09:44:49Z</project.build.outputTimestamp>
@@ -279,7 +279,8 @@ under the License.
       <dependency>
         <groupId>org.eclipse.jetty</groupId>
         <artifactId>jetty-webapp</artifactId>
-        <version>9.4.44.v20210927</version>
+        <version>9.4.45.v20220203</version>
+        <scope>test</scope>
       </dependency>
 
       <dependency>