You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by mi...@apache.org on 2020/09/07 07:30:31 UTC

[httpcomponents-core] 04/08: Remove default config

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

michaelo pushed a commit to branch master-pom-cleanup
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git

commit 98675a8204e2d5ec336fd58c318e524733963f5f
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Sep 7 09:16:06 2020 +0200

    Remove default config
---
 httpcore5-h2/pom.xml       | 3 ---
 httpcore5-reactive/pom.xml | 2 --
 httpcore5-testing/pom.xml  | 6 ------
 httpcore5/pom.xml          | 1 -
 4 files changed, 12 deletions(-)

diff --git a/httpcore5-h2/pom.xml b/httpcore5-h2/pom.xml
index f6f0ff9..a6d6c0a 100644
--- a/httpcore5-h2/pom.xml
+++ b/httpcore5-h2/pom.xml
@@ -45,12 +45,10 @@
       <groupId>org.apache.httpcomponents.core5</groupId>
       <artifactId>httpcore5</artifactId>
       <version>${project.version}</version>
-      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.conscrypt</groupId>
       <artifactId>conscrypt-openjdk-uber</artifactId>
-      <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
@@ -96,7 +94,6 @@
               <resources>
                 <resource>
                   <directory>src/test/java/org/apache/hc/core5/http2/examples</directory>
-                  <filtering>false</filtering>
                 </resource>
               </resources>
             </configuration>
diff --git a/httpcore5-reactive/pom.xml b/httpcore5-reactive/pom.xml
index c320587..0df61c2 100644
--- a/httpcore5-reactive/pom.xml
+++ b/httpcore5-reactive/pom.xml
@@ -46,7 +46,6 @@
       <groupId>org.apache.httpcomponents.core5</groupId>
       <artifactId>httpcore5</artifactId>
       <version>${project.version}</version>
-      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.reactivestreams</groupId>
@@ -82,7 +81,6 @@
               <resources>
                 <resource>
                   <directory>src/test/java/org/apache/hc/core5/reactive/examples</directory>
-                  <filtering>false</filtering>
                 </resource>
               </resources>
             </configuration>
diff --git a/httpcore5-testing/pom.xml b/httpcore5-testing/pom.xml
index 6f68f49..c1d8d46 100644
--- a/httpcore5-testing/pom.xml
+++ b/httpcore5-testing/pom.xml
@@ -45,36 +45,30 @@
       <groupId>org.apache.httpcomponents.core5</groupId>
       <artifactId>httpcore5</artifactId>
       <version>${project.version}</version>
-      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents.core5</groupId>
       <artifactId>httpcore5-h2</artifactId>
       <version>${project.version}</version>
-      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents.core5</groupId>
       <artifactId>httpcore5-reactive</artifactId>
       <version>${project.version}</version>
-      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>commons-cli</groupId>
       <artifactId>commons-cli</artifactId>
       <version>1.4</version>
-      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
-      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>io.reactivex.rxjava2</groupId>
       <artifactId>rxjava</artifactId>
       <version>${rxjava.version}</version>
-      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
diff --git a/httpcore5/pom.xml b/httpcore5/pom.xml
index fc5e846..3c486a6 100644
--- a/httpcore5/pom.xml
+++ b/httpcore5/pom.xml
@@ -108,7 +108,6 @@
               <resources>
                 <resource>
                   <directory>src/test/java/org/apache/hc/core5/http/examples</directory>
-                  <filtering>false</filtering>
                 </resource>
               </resources>
             </configuration>