<?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</groupId>
	<artifactId>tongweb-embed-dependencies</artifactId>
	<version>7.0.E.6_P2</version>


	<packaging>pom</packaging>

	<dependencyManagement>
		<dependencies>
			<dependency>
				<groupId>com.tongweb.springboot</groupId>
				<artifactId>tongweb-spring-boot-starter-1.x</artifactId>
				<version>7.0.E.6_P2</version>
			</dependency>
			<dependency>
				<groupId>com.tongweb.springboot</groupId>
				<artifactId>tongweb-spring-boot-starter-2.x</artifactId>
				<version>7.0.E.6_P2</version>
			</dependency>
			<dependency>
				<groupId>com.tongweb.springboot</groupId>
				<artifactId>tongweb-spring-boot-websocket-1.x</artifactId>
				<version>7.0.E.6_P2</version>
			</dependency>
			<dependency>
				<groupId>com.tongweb.springboot</groupId>
				<artifactId>tongweb-spring-boot-websocket-2.x</artifactId>
				<version>7.0.E.6_P2</version>
			</dependency>
			<dependency>
				<groupId>com.tongweb.springboot</groupId>
				<artifactId>tongweb-spring-boot-data-jdbc-starter-1.x</artifactId>
				<version>7.0.E.6_P2</version>
			</dependency>
			<dependency>
				<groupId>com.tongweb.springboot</groupId>
				<artifactId>tongweb-spring-boot-data-jdbc-starter-2.x</artifactId>
				<version>7.0.E.6_P2</version>
			</dependency>
			<dependency>
				<groupId>com.tongweb</groupId>
				<artifactId>tongweb-embed-core</artifactId>
				<version>7.0.E.6_P2</version>
			</dependency>
			<dependency>
				<groupId>com.tongweb.springboot</groupId>
				<artifactId>tongweb-spring-boot-monitor-starter-1.x</artifactId>
				<version>7.0.E.6_P2</version>
			</dependency>
			<dependency>
				<groupId>com.tongweb.springboot</groupId>
				<artifactId>tongweb-spring-boot-monitor-starter-2.x</artifactId>
				<version>7.0.E.6_P2</version>
			</dependency>
			<dependency>
				<groupId>com.tongweb</groupId>
				<artifactId>tongweb-jsp</artifactId>
				<version>7.0.E.6_P2</version>
			</dependency>
			<dependency>
				<groupId>com.tongweb</groupId>
				<artifactId>tongweb-stand-starter</artifactId>
				<version>7.0.E.6_P2</version>
			</dependency>
			<dependency>
				<groupId>com.tongweb</groupId>
				<artifactId>tongweb-gmssl</artifactId>
				<version>1.0.0</version>
			</dependency>
			<dependency>
				<groupId>com.tongweb</groupId>
				<artifactId>tongweb-lic-sdk</artifactId>
				<version>4.4.1.1</version>
			</dependency>
			<dependency>
				<groupId>com.tongweb</groupId>
				<artifactId>tongweb-spring-boot-reactor-starter</artifactId>
				<version>7.0.E.6_P2</version>
			</dependency>
			<dependency>
				<groupId>com.tongweb.springboot</groupId>
				<artifactId>tongweb-spring-boot-maven-plugin</artifactId>
				<version>7.0.E.6_P2</version>
			</dependency>
			<dependency>
				<groupId>com.tongweb</groupId>
				<artifactId>tongweb-embed-websocket</artifactId>
				<version>7.0.E.6_P2</version>
			</dependency>
		</dependencies>
	</dependencyManagement>
	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<version>2.3</version>
				<configuration>
					<encoding>UTF-8</encoding>
					<source>1.8</source>
					<target>1.8</target>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.springframework.boot</groupId>
				<artifactId>spring-boot-maven-plugin</artifactId>
			</plugin>
		</plugins>
	</build>
</project>