<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>io.seata</groupId>
		<artifactId>seata-parent</artifactId>
		<version>1.7.0-native-rc2</version>
	</parent>
	<artifactId>seata-spring-aot</artifactId>
	<packaging>pom</packaging>
	<name>seata-spring-aot 1.7.0-native-rc2</name>
	<description>spring-aot top parent for Seata built with Maven</description>
	<dependencies>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-context</artifactId>
		</dependency>
		<dependency>
			<groupId>io.seata</groupId>
			<artifactId>seata-spring-framework-fake-for-java8</artifactId>
			<version>1.7.0-native-rc2</version>
			<scope>provided</scope>
		</dependency>
	</dependencies>
</project>