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 09:31:52 UTC

[maven-indexer] branch MINDEXER-138-jetty-scope created (now ac596eb)

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

cstamas pushed a change to branch MINDEXER-138-jetty-scope
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git.


      at ac596eb  [MINDEXER-138] Jetty scope fixed

This branch includes the following new commits:

     new ac596eb  [MINDEXER-138] Jetty scope fixed

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven-indexer] 01/01: [MINDEXER-138] Jetty scope fixed

Posted by cs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ac596eb659dd54020351bd6f0f4f7f4428095fd0
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Sat Feb 12 10:31:26 2022 +0100

    [MINDEXER-138] Jetty scope fixed
    
    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 a345e3a..2be0fdc 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>