From 2893347bf72477c4d108e8589a0f61e3e97a990c Mon Sep 17 00:00:00 2001 From: kimi <kimi42345@gmail.com> Date: 星期三, 27 五月 2020 09:56:56 +0800 Subject: [PATCH] bak 更新后 --- pom.xml | 136 +++++++------------------------------------- 1 files changed, 23 insertions(+), 113 deletions(-) diff --git a/pom.xml b/pom.xml index 3cb3630..c9a51a1 100644 --- a/pom.xml +++ b/pom.xml @@ -15,16 +15,6 @@ <description>main datas Governance system</description> <packaging>jar</packaging> - <repositories> - <repository> - <id>pentaho</id> - <url>http://nexus.pentaho.org/content/groups/omni/</url> - </repository> - <!--<repository>--> - <!--<id>mylibid</id>--> - <!--<url>file://${pom.basedir}/lib</url>--> - <!--</repository>--> - </repositories> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -67,10 +57,6 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactId> - </dependency> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-security</artifactId> </dependency> <!-- swagger --> @@ -225,12 +211,6 @@ <groupId>org.activiti</groupId> <artifactId>activiti-diagram-rest</artifactId> <version>${activiti.version}</version> - <!--<exclusions> - <exclusion> - <groupId>org.springframework.security</groupId> - <artifactId>spring-security-web</artifactId> - </exclusion> - </exclusions>--> </dependency> <dependency> <groupId>org.activiti</groupId> @@ -264,12 +244,8 @@ <artifactId>batik-svggen</artifactId> <version>1.7</version> </dependency> - <dependency> - <groupId>org.springframework.security</groupId> - <artifactId>spring-security-config</artifactId> - <version>4.1.3.RELEASE</version> - </dependency> + <!--</dependency>--> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-config</artifactId> @@ -282,37 +258,6 @@ </dependency> - <!-- settle --> - <!-- with pentaho-kettle --> - <dependency> - <groupId>pentaho-kettle</groupId> - <artifactId>kettle-core</artifactId> - <version>${kettle-version}</version> - </dependency> - <dependency> - <groupId>pentaho-kettle</groupId> - <artifactId>kettle-engine</artifactId> - <version>${kettle-version}</version> - </dependency> - <dependency> - <groupId>pentaho</groupId> - <artifactId>metastore</artifactId> - <version>${kettle-version}</version> - </dependency> - - <dependency> - <groupId>pentaho-kettle</groupId> - <artifactId>kettle-dbdialog</artifactId> - <version>${kettle-version}</version> - </dependency> - - <!--<dependency>--> - <!--<groupId>pentaho</groupId>--> - <!--<artifactId>pentaho-big-data-kettle-plugins-hbase-meta</artifactId>--> - <!--<version>${kettle-version}</version>--> - <!--<scope>compile</scope>--> - <!--</dependency>--> - <dependency> <groupId>com.alibaba</groupId> <artifactId>druid</artifactId> @@ -322,12 +267,6 @@ <groupId>com.alibaba</groupId> <artifactId>druid-spring-boot-starter</artifactId> <version>1.1.9</version> - </dependency> - - <dependency> - <groupId>com.alibaba</groupId> - <artifactId>fastjson</artifactId> - <version>1.2.58</version> </dependency> <dependency> @@ -361,11 +300,6 @@ <version>2.8</version> </dependency> - <!--<dependency>--> - <!--<groupId>org.mongodb</groupId>--> - <!--<artifactId>mongo-java-driver</artifactId>--> - <!--<version>3.2.2</version>--> - <!--</dependency>--> <dependency> <groupId>org.zenframework.z8.dependencies.commons</groupId> <artifactId>ojdbc6</artifactId> @@ -380,16 +314,6 @@ <version>1.60</version> </dependency> - <dependency> - <groupId>org.apache.phoenix</groupId> - <artifactId>phoenix-core</artifactId> - <version>4.7.0-HBase-1.1</version> - </dependency> - <dependency> - <groupId>org.apache.hbase</groupId> - <artifactId>hbase-client</artifactId> - <version>1.1.2</version> - </dependency> <!-- poi --> <dependency> <groupId>org.apache.poi</groupId> @@ -402,42 +326,13 @@ <artifactId>poi-ooxml</artifactId> <version>3.16</version> </dependency> - <!--<dependency>--> - <!--<groupId>pentaho</groupId>--> - <!--<artifactId>pentaho-mongo-utils</artifactId>--> - <!--<version>${kettle-version}</version>--> - <!--<scope>compile</scope>--> - <!--</dependency>--> - <!--<dependency>--> - <!--<groupId>pentaho</groupId>--> - <!--<artifactId>pentaho-mongodb-plugin</artifactId>--> - <!--<version>${kettle-version}</version>--> - <!--<scope>compile</scope>--> - <!--</dependency>--> - <!--<dependency>--> - <!--<groupId>pentaho</groupId>--> - <!--<artifactId>pentaho-big-data-kettle-plugins-hbase-meta</artifactId>--> - <!--<version>${kettle-version}</version>--> - <!--<scope>compile</scope>--> - <!--</dependency>--> - <!--<dependency>--> - <!--<groupId>pentaho</groupId>--> - <!--<artifactId>pentaho-big-data-kettle-plugins-hadoop-cluster</artifactId>--> - <!--<version>${kettle-version}</version>--> - <!--<scope>compile</scope>--> - <!--</dependency>--> <dependency> - <groupId>pentaho</groupId> - <artifactId>pentaho-database-model</artifactId> - <version>${kettle-version}</version> - <scope>compile</scope> + <groupId>wsdl4j</groupId> + <artifactId>wsdl4j</artifactId> + <version>1.6.3</version> </dependency> - <dependency> - <groupId>pentaho</groupId> - <artifactId>pentaho-metadata</artifactId> - <version>${kettle-version}</version> - <scope>compile</scope> - </dependency> + + <dependency> <groupId>com.microsoft.sqlserver</groupId> <artifactId>sqljdbc4</artifactId> @@ -454,6 +349,13 @@ <groupId>org.apache.xmlgraphics</groupId> <artifactId>batik-gvt</artifactId> <version>1.7</version> + </dependency> + <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 --> + + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.10</version> </dependency> @@ -472,12 +374,11 @@ <scope>system</scope> <systemPath>${pom.basedir}/src/main/resources/lib/common-1.0.jar</systemPath> </dependency> - <!--hbase--> </dependencies> <build> - + <finalName>mdm-1.2.0</finalName> <plugins> <plugin> <groupId>org.springframework.boot</groupId> @@ -519,6 +420,15 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.22.1</version> + <configuration> + <skipTests>true</skipTests> + </configuration> + + </plugin> </plugins> -- Gitblit v1.8.0