<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/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<artifactId>jeewx-boot-codegenerate</artifactId>
	<version>1.0.6</version>

	<parent>
		<groupId>org.jeewxframework.boot</groupId>
		<artifactId>jeewx-boot-parent</artifactId>
		<version>1.0.3</version>
	</parent>

	<dependencies>
		<dependency>
		  <groupId>dom4j</groupId>
		  <artifactId>dom4j</artifactId>
		</dependency>
		<dependency>
			<groupId>org.jeewxframework.boot</groupId>
			<artifactId>jeewx-boot-start-core</artifactId>
		</dependency>
	</dependencies>

</project>
