<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.modelio.module</groupId>
	<artifactId>documentpublisher.nodes</artifactId>
	<version>2.1.00</version>

	<properties>
		<modelio.version>[6.2.0,6.2.1)</modelio.version>
	</properties>

	<dependencies>
		<dependency>
			<groupId>java.package</groupId>
			<artifactId>javax.annotation</artifactId>
			<version>1.3.5.v20200909-1856</version>
			<scope>provided</scope>
		</dependency>

		<dependency>
			<groupId>java.package</groupId>
			<artifactId>javax.inject</artifactId>
			<version>1.0.0.v20091030</version>
			<scope>provided</scope>
		</dependency>

		<dependency>
			<groupId>javax.xml.bind</groupId>
			<artifactId>jaxb-api</artifactId>
			<version>2.4.0-b180830.0359</version>
			<scope>provided</scope>
		</dependency>


		<!-- api modelio -->
		<dependency>
			<groupId>com.modeliosoft.modelio</groupId>
			<artifactId>MDAKit</artifactId>
			<version>${modelio.version}</version>
			<type>pom</type>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>org.modelio</groupId>
			<artifactId>org.modelio.core.session</artifactId>
			<version>${modelio.version}</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>commons-lang</groupId>
			<artifactId>commons-lang</artifactId>
			<version>2.6</version>
			<scope>provided</scope>
		</dependency>
	</dependencies>

	<!-- // Build // -->
	<build>
		<plugins>
			<!-- Use JVM 11 -->
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<version>3.8.1</version>
				<configuration>
					<release>11</release>
					<encoding>${project.build.sourceEncoding}</encoding>
				</configuration>
			</plugin>
		</plugins>
	</build>
</project>
