| | |
| | | <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> |
| | |
| | | <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 --> |
| | |
| | | <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> |
| | |
| | | <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> |
| | |
| | | </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> |
| | |
| | | <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> |
| | |
| | | <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> |
| | |
| | | <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> |
| | |
| | | <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> |
| | |
| | | <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> |
| | | |
| | | |
| | |
| | | <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> |
| | |
| | | </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> |
| | | |