This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new fdc546a update pom (#418)
fdc546a is described below
commit fdc546a49ceaa2f0c26e9b3020bd85356362c97e
Author: Jialin Qiao <[email protected]>
AuthorDate: Tue Sep 24 14:17:19 2019 +0800
update pom (#418)
---
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.