123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197 |
- <?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">
- <parent>
- <artifactId>winsea-haixin</artifactId>
- <groupId>com.yh.haixin</groupId>
- <version>0.7.0</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>winsea-haixin-platform-backend</artifactId>
- <packaging>jar</packaging>
- <repositories>
- <repository>
- <id>aliyun</id>
- <name>aliyun-maven</name>
- <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
- </repository>
- <repository>
- <id>maven-public</id>
- <url>http://maven.zthymaoyi.com/nexus/repository/maven-public/</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>aliyun</id>
- <name>aliyun-maven</name>
- <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
- </pluginRepository>
- </pluginRepositories>
- <distributionManagement>
- <repository>
- <id>maven-releases</id>
- <name>Nexus Release Repository</name>
- <url>http://maven.zthymaoyi.com/nexus/repository/maven-releases/</url>
- </repository>
- <snapshotRepository>
- <id>maven-snapshots</id>
- <name>Nexus Snapshot Repository</name>
- <url>http://maven.zthymaoyi.com/nexus/repository/maven-snapshots/</url>
- </snapshotRepository>
- </distributionManagement>
- <dependencies>
- <!--海务模块-->
- <!-- <dependency>-->
- <!-- <groupId>com.yh.haixin</groupId>-->
- <!-- <artifactId>winsea-haixin-plugin-monitor</artifactId>-->
- <!-- <version>0.7.0</version>-->
- <!-- </dependency>-->
- <!--公告模块-->
- <dependency>
- <groupId>com.yh.haixin</groupId>
- <artifactId>winsea-haixin-plugin-configuration</artifactId>
- <version>0.7.0</version>
- </dependency>
- <!--船员模块-->
- <!-- <dependency>-->
- <!-- <groupId>com.yh.haixin</groupId>-->
- <!-- <artifactId>winsea-haixin-plugin-crew</artifactId>-->
- <!-- <version>0.7.0</version>-->
- <!-- </dependency>-->
- <!--云盘模块-->
- <dependency>
- <groupId>com.yh.haixin</groupId>
- <artifactId>winsea-haixin-plugin-clouddisk</artifactId>
- <version>0.7.0</version>
- </dependency>
- <!--易粮易云-->
- <dependency>
- <groupId>com.yh.haixin</groupId>
- <artifactId>winsea-haixin-plugin-yiliangyiyun</artifactId>
- <version>0.7.0</version>
- </dependency>
- <!--油品模块-->
- <!-- <dependency>-->
- <!-- <groupId>com.yh.haixin</groupId>-->
- <!-- <artifactId>winsea-haixin-plugin-oil</artifactId>-->
- <!-- <version>0.7.0</version>-->
- <!-- </dependency>-->
- <!--船舶证书模块-->
- <!-- <dependency>-->
- <!-- <groupId>com.yh.haixin</groupId>-->
- <!-- <artifactId>winsea-haixin-plugin-certificate</artifactId>-->
- <!-- <version>0.7.0</version>-->
- <!-- </dependency>-->
- <!--维修保养模块-->
- <!-- <dependency>-->
- <!-- <groupId>com.yh.haixin</groupId>-->
- <!-- <artifactId>winsea-haixin-plugin-maintain</artifactId>-->
- <!-- <version>0.7.0</version>-->
- <!-- </dependency>-->
- <!--采购模块、备件模块、物料模块-->
- <!-- <dependency>-->
- <!-- <groupId>com.yh.haixin</groupId>-->
- <!-- <artifactId>winsea-haixin-plugin-purchase</artifactId>-->
- <!-- <version>0.7.0</version>-->
- <!-- </dependency>-->
- <!--新闻模块-->
- <dependency>
- <groupId>com.yh.haixin</groupId>
- <artifactId>winsea-haixin-plugin-news</artifactId>
- <version>0.7.0</version>
- </dependency>
- <!--财务模块-->
- <!-- <dependency>-->
- <!-- <groupId>com.yh.haixin</groupId>-->
- <!-- <artifactId>winsea-haixin-plugin-finance</artifactId>-->
- <!-- <version>0.7.0</version>-->
- <!-- </dependency>-->
- <!--服务商模块-->
- <dependency>
- <groupId>com.yh.haixin</groupId>
- <artifactId>winsea-haixin-plugin-servicer</artifactId>
- <version>0.7.0</version>
- </dependency>
- <!--运营后台、企业后台-->
- <dependency>
- <groupId>com.yh.haixin</groupId>
- <artifactId>winsea-haixin-plugin-operation</artifactId>
- <version>0.7.0</version>
- </dependency>
- <!--修船-->
- <!-- <dependency>-->
- <!-- <groupId>com.yh.haixin</groupId>-->
- <!-- <artifactId>winsea-haixin-plugin-repair</artifactId>-->
- <!-- <version>0.7.0</version>-->
- <!-- </dependency>-->
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-websocket</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- <version>5.1.38</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-websocket</artifactId>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-messaging</artifactId>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot</artifactId>
- <version>2.1.1.RELEASE</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-autoconfigure</artifactId>
- <version>2.1.1.RELEASE</version>
- </dependency>
- <dependency>
- <groupId>io.github.yedaxia</groupId>
- <artifactId>japidocs</artifactId>
- <version>1.4.3</version>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <configuration>
- <includeSystemScope>true</includeSystemScope>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>repackage</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </project>
|