<?xml version="1.0"?>
<project
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<modelVersion>4.0.0</modelVersion>
	<parent>
        <groupId>com.els.fude</groupId>
        <artifactId>fude_srm_parent</artifactId>
        <version>2.0.3-FD-SNAPSHOT</version>
    </parent>
	<artifactId>organization_module</artifactId>
	<packaging>jar</packaging>
	<name>organization_module</name>
	<url>http://maven.apache.org</url>
	<dependencies>

		<dependency>
			<groupId>com.els.base</groupId>
			<artifactId>base_module</artifactId>
			<version>${com.els.base}</version>
		</dependency>

		<dependency>
			<groupId>com.els.base</groupId>
			<artifactId>base_auth</artifactId>
			<version>${com.els.base}</version>
		</dependency>
		<dependency>

			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>test</scope>
		</dependency>
	</dependencies>
	<!-- <build>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
            </plugin>
        </plugins>
    </build> -->
</project>
