You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2019/09/24 04:57:20 UTC

[incubator-iotdb] 01/01: update pom

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

qiaojialin pushed a commit to branch update_pom
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit 02dd6e9e9e794dfaf6f36ead59f8c58ac643d973
Author: qiaojialin <64...@qq.com>
AuthorDate: Tue Sep 24 12:57:00 2019 +0800

    update pom
---
 pom.xml | 31 +------------------------------
 1 file changed, 1 insertion(+), 30 deletions(-)

diff --git a/pom.xml b/pom.xml
index 38f69f6..897bc72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -469,7 +469,7 @@
         </pluginManagement>
         <plugins>
             <!--
-              Strange xthings usually happen if you run with a too low Java version.
+              Strange things usually happen if you run with a too low Java version.
               This plugin not only checks the minimum java version of 1.8, but also
               checks all dependencies (and transitive dependencies) for reported CVEs.
             -->
@@ -808,35 +808,6 @@
                     <artifactId>jaxb-runtime</artifactId>
                 </dependency>
             </dependencies>
-            <!--build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-enforcer-plugin</artifactId>
-                        <version>3.0.0-M2</version>
-                        <executions>
-                            <execution>
-                                <id>enforce-ban-duplicate-classes</id>
-                                <goals>
-                                    <goal>enforce</goal>
-                                </goals>
-                                <configuration>
-                                    <rules combine.children="append">
-                                        <banDuplicateClasses>
-                                            <ignoreClasses>
-                                                <ignoreClass>javax.activation.*</ignoreClass>
-                                                <ignoreClass>javax.servlet.*</ignoreClass>
-                                                <ignoreClass>javax.ws.*</ignoreClass>
-                                            </ignoreClasses>
-                                        </banDuplicateClasses>
-                                    </rules>
-                                    <fail>true</fail>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build-->
         </profile>
         <!--
           Self activating profile, that activates itself as soon as a "src/main/thrift" directory is found.