<?xml version="1.0" encoding="UTF-8"?>
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
<groupId>cn.stylefeng</groupId>
|
<artifactId>guns-vip</artifactId>
|
<version>1.0.0</version>
|
<relativePath>../pom.xml</relativePath>
|
</parent>
|
|
<artifactId>guns-vip-main</artifactId>
|
|
<packaging>jar</packaging>
|
|
<dependencies>
|
|
<dependency>
|
<groupId>log4j</groupId>
|
<artifactId>log4j</artifactId>
|
<version>1.2.17</version>
|
</dependency>
|
<!--utgard start-->
|
<!--utgard start-->
|
<dependency>
|
<groupId>org.openscada.external</groupId>
|
<artifactId>org.openscada.external.jcifs</artifactId>
|
<version>1.2.25</version>
|
<exclusions>
|
<exclusion>
|
<groupId>org.bouncycastle</groupId>
|
<artifactId>bcprov-jdk15on</artifactId>
|
</exclusion>
|
</exclusions>
|
</dependency>
|
<dependency>
|
<groupId>org.openscada.jinterop</groupId>
|
<artifactId>org.openscada.jinterop.core</artifactId>
|
<version>2.1.8</version>
|
</dependency>
|
<dependency>
|
<groupId>org.openscada.jinterop</groupId>
|
<artifactId>org.openscada.jinterop.deps</artifactId>
|
<version>1.5.0</version>
|
<exclusions>
|
<exclusion>
|
<groupId>org.bouncycastle</groupId>
|
<artifactId>bcprov-jdk15on</artifactId>
|
</exclusion>
|
</exclusions>
|
</dependency>
|
<dependency>
|
<groupId>org.openscada.utgard</groupId>
|
<artifactId>org.openscada.opc.dcom</artifactId>
|
<version>1.5.0</version>
|
</dependency>
|
<dependency>
|
<groupId>org.openscada.utgard</groupId>
|
<artifactId>org.openscada.opc.lib</artifactId>
|
<version>1.5.0</version>
|
</dependency>
|
<dependency>
|
<groupId>org.bouncycastle</groupId>
|
<artifactId>bcprov-jdk15on</artifactId>
|
<version>1.61</version>
|
</dependency>
|
<!--utgard end-->
|
|
<!-- guns-vip基础框架 -->
|
<dependency>
|
<groupId>cn.stylefeng</groupId>
|
<artifactId>guns-sys</artifactId>
|
<version>1.0.0</version>
|
<exclusions>
|
<exclusion>
|
<artifactId>guava</artifactId>
|
<groupId>com.google.guava</groupId>
|
</exclusion>
|
</exclusions>
|
</dependency>
|
|
<!-- 工作流 -->
|
<dependency>
|
<groupId>cn.stylefeng</groupId>
|
<artifactId>guns-workflow</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
|
<!-- 多租户 -->
|
<dependency>
|
<groupId>cn.stylefeng</groupId>
|
<artifactId>guns-tenant</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
|
<!-- 多语言 -->
|
<dependency>
|
<groupId>cn.stylefeng</groupId>
|
<artifactId>guns-i18n</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
|
<!-- excel高级导出 -->
|
<dependency>
|
<groupId>cn.stylefeng</groupId>
|
<artifactId>guns-excel</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
|
<!-- 代码生成器 -->
|
<dependency>
|
<groupId>cn.stylefeng</groupId>
|
<artifactId>guns-generator</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
|
<!-- 数据源容器 -->
|
<dependency>
|
<groupId>cn.stylefeng</groupId>
|
<artifactId>guns-dbctn</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
|
<!-- oauth2认证 -->
|
<dependency>
|
<groupId>cn.stylefeng</groupId>
|
<artifactId>guns-oauth2</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-test</artifactId>
|
<scope>test</scope>
|
</dependency>
|
|
<!--Client SDK依赖-->
|
<dependency>
|
<groupId>org.eclipse.milo</groupId>
|
<artifactId>sdk-client</artifactId>
|
<version>0.3.6</version>
|
</dependency>
|
|
<!--Server SDK依赖-->
|
<dependency>
|
<groupId>org.eclipse.milo</groupId>
|
<artifactId>sdk-server</artifactId>
|
<version>0.3.6</version>
|
</dependency>
|
|
<!-- Stack依赖-->
|
<dependency>
|
<groupId>org.eclipse.milo</groupId>
|
<artifactId>stack-client</artifactId>
|
<version>0.3.6</version>
|
</dependency>
|
|
<dependency>
|
<groupId>org.eclipse.milo</groupId>
|
<artifactId>stack-server</artifactId>
|
<version>0.3.6</version>
|
</dependency>
|
|
<dependency>
|
<groupId>org.eclipse.milo</groupId>
|
<artifactId>stack-client</artifactId>
|
<version>0.3.6</version>
|
</dependency>
|
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-data-redis</artifactId>
|
</dependency>
|
|
<dependency>
|
<groupId>org.projectlombok</groupId>
|
<artifactId>lombok</artifactId>
|
</dependency>
|
|
<dependency>
|
<groupId>cn.hutool</groupId>
|
<artifactId>hutool-all</artifactId>
|
<version>5.6.0</version>
|
</dependency>
|
|
<dependency>
|
<groupId>org.apache.hadoop</groupId>
|
<artifactId>hadoop-client</artifactId>
|
<version>3.1.3</version>
|
<exclusions>
|
<exclusion>
|
<artifactId>guava</artifactId>
|
<groupId>com.google.guava</groupId>
|
</exclusion>
|
</exclusions>
|
</dependency>
|
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-websocket</artifactId>
|
</dependency>
|
|
</dependencies>
|
|
<build>
|
<finalName>${project.artifactId}</finalName>
|
<plugins>
|
<plugin>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
<executions>
|
<execution>
|
<goals>
|
<goal>repackage</goal>
|
</goals>
|
</execution>
|
</executions>
|
<configuration>
|
<fork>true</fork><!-- 如果没有该项配置,肯呢个devtools不会起作用,即应用不会restart -->
|
</configuration>
|
</plugin>
|
<plugin>
|
<groupId>io.fabric8</groupId>
|
<artifactId>docker-maven-plugin</artifactId>
|
<version>0.26.1</version>
|
<configuration>
|
<dockerHost>unix:///var/run/docker.sock</dockerHost>
|
<images>
|
<image>
|
<name>snexus.stylefeng.cn:6001/guns-api:${docker.img.version}</name>
|
<build>
|
<from>java:8</from>
|
<assembly>
|
<descriptor>docker-assembly.xml</descriptor>
|
</assembly>
|
<cmd>
|
<shell>java -jar -Xms512m -Xmx512m -Xss1024K -XX:MetaspaceSize=256m -XX:MaxMetaspaceSize=256m /maven/${project.artifactId}.jar</shell>
|
</cmd>
|
</build>
|
</image>
|
</images>
|
</configuration>
|
</plugin>
|
</plugins>
|
</build>
|
|
</project>
|