<?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/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>

	<parent>
		<groupId>com.appjars</groupId>
		<artifactId>parent-pom</artifactId>
		<version>1.0.0</version>
	</parent>

	<artifactId>appjars-i18n-manager</artifactId>
	<version>1.0.1</version>
	<packaging>pom</packaging>
	<name>I18N Manager Module Root Project</name>
	<description>I18N Manager Module Root POM</description>

	<prerequisites>
		<maven>3</maven>
	</prerequisites>

	<scm>
		<connection>scm:git:git@github.com:AppJars/i18n-manager.git</connection>
		<url>scm:git:git@github.com:AppJars/i18n-manager.git</url>
		<developerConnection>scm:git:git@github.com:AppJars/i18n-manager.git</developerConnection>
		<tag>1.0.1</tag>
	</scm>

	<properties>
		<appjars.utils.version>1.0.0</appjars.utils.version>
		<addon.font-awesome-iron-iconset.version>5.1.0</addon.font-awesome-iron-iconset.version>
	</properties>

	<dependencies>
		<dependency>
			<groupId>org.projectlombok</groupId>
			<artifactId>lombok</artifactId>
			<scope>provided</scope>
		</dependency>
	</dependencies>

	<dependencyManagement>
		<dependencies>
			<dependency>
				<groupId>org.projectlombok</groupId>
				<artifactId>lombok</artifactId>
				<version>${lombok.version}</version>
				<scope>provided</scope>
			</dependency>

			<dependency>
				<groupId>com.vaadin</groupId>
				<artifactId>vaadin-bom</artifactId>
				<version>${vaadin.version}</version>
				<type>pom</type>
				<scope>import</scope>
			</dependency>

			<dependency>
				<groupId>org.springframework.boot</groupId>
				<artifactId>spring-boot-dependencies</artifactId>
				<version>${spring.boot.version}</version>
				<type>pom</type>
				<scope>import</scope>
			</dependency>

			
		</dependencies>
	</dependencyManagement>

	

	

</project>