<?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>edas-ai-ocr</artifactId>
		<groupId>com.ovopark.boot.edas.ai</groupId>
		<version>0.0.1-SNAPSHOT</version>
	</parent>
	<modelVersion>4.0.0</modelVersion>

	<artifactId>edas-ai-ocr-consumer</artifactId>
	<version>1.0.0</version>
	<name>edas-ai-ocr-consumer</name>
	<description>ocr识别消费者</description>
	<properties>
		<skipTests>true</skipTests>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<maven.compiler.source>1.8</maven.compiler.source>
		<!-- image-api start -->
		<edas.ai.ocr.version>1.0.0</edas.ai.ocr.version>
		<!-- image-api end -->
		<!-- boot cloud start -->
		<boot.cloud.version>1.0.1</boot.cloud.version>
		<!-- boot cloud end -->

		<swagger2.version>2.7.0</swagger2.version>
	</properties>

	<dependencies>
		<dependency>
			<groupId>org.projectlombok</groupId>
			<artifactId>lombok</artifactId>
			<optional>true</optional>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>test</scope>
		</dependency>
		<!-- 持久层 begin -->
		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-starter-test</artifactId>
			<scope>test</scope>
		</dependency>
		<!-- image-api begin -->
		<dependency>
			<groupId>com.ovopark.boot.edas.ai</groupId>
			<artifactId>edas-ai-ocr-api</artifactId>
			<version>${edas.ai.ocr.version}</version>
			<type>jar</type>
		</dependency>
		<!-- image-api end -->
		<!-- boot cloud begin -->
		<dependency>
			<groupId>com.ovopark.boot</groupId>
			<artifactId>boot-core</artifactId>
			<version>${boot.cloud.version}</version>
			<type>jar</type>
		</dependency>
		<dependency>
			<groupId>com.ovopark.boot</groupId>
			<artifactId>boot-kit</artifactId>
			<version>${boot.cloud.version}</version>
			<type>jar</type>
		</dependency>
		<!-- boot cloud end -->
	</dependencies>


	<build>
		<plugins>
			<plugin>
				<groupId>org.springframework.boot</groupId>
				<artifactId>spring-boot-maven-plugin</artifactId>
			</plugin>
		</plugins>
	</build>
	<developers>
		<developer>
			<name>liushuai</name>
			<roles>
				<role>architect</role>
			</roles>
		</developer>
	</developers>
</project>
