You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
2.4 KiB
63 lines
2.4 KiB
<?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> |
|
<groupId>com.tongweb.springboot</groupId> |
|
<artifactId>tongweb-spring-boot-websocket-3.x</artifactId> |
|
<version>7.0.E.6_P6</version> |
|
<name>tongweb-spring-boot-websocket-3.x</name> |
|
|
|
<dependencies> |
|
<dependency> |
|
<groupId>com.tongweb</groupId> |
|
<artifactId>tongweb-embed-el-3.x</artifactId> |
|
<version>7.0.E.6_P6</version> |
|
<scope>provided</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.tongweb</groupId> |
|
<artifactId>tongweb-embed-core-3.x</artifactId> |
|
<version>7.0.E.6_P6</version> |
|
<scope>provided</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.tongweb</groupId> |
|
<artifactId>tongweb-embed-websocket-3.x</artifactId> |
|
<version>7.0.E.6_P6</version> |
|
<scope>compile</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.tongweb.springboot</groupId> |
|
<artifactId>tongweb-spring-boot-starter-3.x</artifactId> |
|
<version>7.0.E.6_P6</version> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot</artifactId> |
|
</exclusion> |
|
</exclusions> |
|
<scope>provided</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-autoconfigure</artifactId> |
|
<version>3.0.1</version> |
|
<scope>provided</scope> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-starter-websocket</artifactId> |
|
<version>3.0.1</version> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-starter-tomcat</artifactId> |
|
</exclusion> |
|
</exclusions> |
|
<scope>provided</scope> |
|
</dependency> |
|
</dependencies> |
|
</project> |