You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by vo...@apache.org on 2021/08/26 13:51:55 UTC

[rocketmq-flink] branch main updated: Remove useless config

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

vongosling pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-flink.git


The following commit(s) were added to refs/heads/main by this push:
     new f98a692  Remove useless config
f98a692 is described below

commit f98a692d4717c7998f007afc6cca6ebb310fdf3a
Author: vongosling <vo...@apache.org>
AuthorDate: Thu Aug 26 21:51:15 2021 +0800

    Remove useless config
---
 pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 14cc52c..2e0ad44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
         <commons-lang.version>2.5</commons-lang.version>
         <scala.binary.version>2.11</scala.binary.version>
         <spotless.version>2.4.2</spotless.version>
-	<jaxb-api.version>2.3.1</jaxb-api.version>
+	    <jaxb-api.version>2.3.1</jaxb-api.version>
     </properties>
 
     <dependencies>
@@ -198,7 +198,6 @@
                 <configuration>
                     <source>${maven.compiler.source}</source>
                     <target>${maven.compiler.target}</target>
-                    <encoding>UTF-8</encoding>
                     <compilerVersion>${maven.compiler.source}</compilerVersion>
                     <showDeprecation>true</showDeprecation>
                     <showWarnings>true</showWarnings>
@@ -222,7 +221,6 @@
                         <exclude>.travis.yml</exclude>
                         <exclude>.asf.yaml</exclude>
                         <exclude>README.md</exclude>
-			<exclude>dependency-reduced-pom.xml</exclude>
                     </excludes>
                 </configuration>
             </plugin>