<?xml version="1.0" encoding="UTF-8"?>
<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.sap.cloud.servicesdk</groupId>
	    <artifactId>odata-all-bom</artifactId>
	    <version>1.35.2</version>
	    <relativePath>../odata-all-bom/pom.xml</relativePath>
	</parent>

	<groupId>com.sap.cloud.servicesdk.prov</groupId>
	<artifactId>parent</artifactId>
	<version>1.35.2</version>
	<packaging>pom</packaging>

	<name>com.sap.cloud.servicesdk.prov.parent</name>
	<description>SAP Cloud Platform SDK for service development
	</description>
	<url>http://www.sap.com</url>
	<scm>
		<connection />
		<url />
	</scm>
	<developers>
		<developer>
			<name>SAP SE</name>
			<organization>SAP SE</organization>
			<organizationUrl>http://www.sap.com</organizationUrl>
		</developer>
	</developers>
	<licenses>
		<license>
			<name>SAP DEVELOPER LICENSE AGREEMENT</name>
			<url>https://tools.hana.ondemand.com/developer-license-3_1.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<properties>
		<javax.version>3.1.0</javax.version>
		<olingo.v4.version>${olingo.v4.std.version}-${olingo.v4.sap.version}</olingo.v4.version>
		<olingo.v4.std.version>4.6.0</olingo.v4.std.version>
		<olingo.v4.sap.version>sap-04</olingo.v4.sap.version>
		<olingo.v2.sap.version>sap-08</olingo.v2.sap.version>
		<olingo.v2.std.version>2.0.11</olingo.v2.std.version>
		<olingo.v2.version>${olingo.v2.std.version}-${olingo.v2.sap.version}</olingo.v2.version>
		<commons-codec.version>1.6</commons-codec.version>
		<servlet-api.version>2.5</servlet-api.version>
		<commons-io.version>2.6</commons-io.version>
		<commons-beanutils.version>1.9.4</commons-beanutils.version>
		<org.apache.commons.lang.version>3.3.2</org.apache.commons.lang.version>
		<jackson.version>2.10.0.pr3</jackson.version>
		<jackson.databind.version>2.9.10.1</jackson.databind.version>
		<javax.rs.version>2.0-m10</javax.rs.version>
		<cxf-version>2.7.6</cxf-version>
		<slf4j.version>1.7.7</slf4j.version>
		<poi.version>3.17</poi.version>
		<gson.version>2.8.5</gson.version>
		<spring.security.core.version>5.0.12.RELEASE</spring.security.core.version>
		<jds.version>1.4.6</jds.version>
		<igw.version>1.35.22</igw.version>
		<it.commons.version>1.14.0</it.commons.version>
		<java.security.version>2.30.0</java.security.version>
		<xs.jdbc.version>1.6.1</xs.jdbc.version>
		<instancemanager.client.version>1.14.0</instancemanager.client.version>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<tycho-groupid>org.eclipse.tycho</tycho-groupid>
		<!-- CXS Specific Dependencies -->
		<sfin.sdk.version>2.22.0</sfin.sdk.version>
		<lombok.version>1.16.18</lombok.version>
		<guava.version>25.0-jre</guava.version>
		<httpcore.version>4.4.6</httpcore.version>
		<org.apache.derby.version>10.12.1.1</org.apache.derby.version>
		<org.eclipse.jetty.version>9.4.5.v20170502</org.eclipse.jetty.version>
		<org.eclipse.persistence.version>2.5.0</org.eclipse.persistence.version>
		<!-- End -->
		<mockito.version>1.9.5</mockito.version>
		<junit.version>4.11</junit.version>
		<junitaddons.version>1.4</junitaddons.version>
		<spring-jdbc.version>5.1.0.RELEASE</spring-jdbc.version>
		<!-- Dependencies to Build MTA -->
		<mta.builder.version>4.3.9</mta.builder.version>
		<commons-compress.version>1.18</commons-compress.version>
		<common-fileupload.version>1.3.3</common-fileupload.version>
		<lucene-queryparser.version>7.5.0</lucene-queryparser.version>
		<!-- CDS4J -->
		<cds4j.version>1.3.0</cds4j.version>
	</properties>


	<modules>
		<module>../documentation</module>
		<module>../thirdparty</module>
		<module>../license</module>
		<module>../bom</module>
		<module>../commons</module>
		<module>../pojogenerator</module>
		<module>../pojoutils</module>
		<module>../cloudplatform</module>
		<module>../core</module>
		<module>../connectivity-cds</module>
		<module>../connectivity-odatav2</module>
		<module>../connectivity-odatav2-sdk3</module>
		<module>../odata-v2</module>
		<module>../odata-v4</module>
		<module>../odatav2-spring-boot-lib</module>
        <module>../odatav2-spring-boot-starter</module>
        <module>../odatav4-spring-boot-lib</module>
        <module>../odatav4-spring-boot-starter</module>
		<module>../integration-tests</module>
		<module>../prototypes</module>
		<module>../samples</module>
		<module>../projects-parent-odatav4</module>
		<module>../projects-parent-odatav2</module>
		<module>../archetypes</module>
		<module>../maven-central-tests</module>
		<module>../parent-optional</module>
	</modules>

	<dependencyManagement>
		<dependencies>
			<dependency>
				<groupId>javax.servlet</groupId>
				<artifactId>servlet-api</artifactId>
				<version>${servlet-api.version}</version>
				<scope>provided</scope>
			</dependency>
		</dependencies>
	</dependencyManagement>

	<build>
		<pluginManagement>
			<plugins>
				<plugin>
					<groupId>org.apache.felix</groupId>
					<artifactId>maven-bundle-plugin</artifactId>
					<version>2.3.7</version>
				</plugin>

				<plugin>
					<artifactId>maven-compiler-plugin</artifactId>
					<version>3.1</version>
				</plugin>
				<plugin>
					<artifactId>maven-deploy-plugin</artifactId>
					<version>2.8.2</version>
				</plugin>
				<plugin>
					<artifactId>maven-ear-plugin</artifactId>
					<version>2.10</version>
				</plugin>
				<plugin>
					<artifactId>maven-ejb-plugin</artifactId>
					<version>2.5</version>
				</plugin>
				<plugin>
					<artifactId>maven-install-plugin</artifactId>
					<version>2.5.2</version>
				</plugin>
				<plugin>
					<artifactId>maven-plugin-plugin</artifactId>
					<version>3.4</version>
				</plugin>
				<plugin>
					<artifactId>maven-rar-plugin</artifactId>
					<version>2.4</version>
				</plugin>
				<plugin>
					<artifactId>maven-resources-plugin</artifactId>
					<version>2.7</version>
				</plugin>
				<plugin>
					<artifactId>maven-surefire-plugin</artifactId>
					<version>2.18.1</version>
				</plugin>
				<plugin>
					<artifactId>maven-war-plugin</artifactId>
					<version>2.6</version>
				</plugin>
				<plugin>
					<artifactId>maven-clean-plugin</artifactId>
					<version>2.6.1</version>
				</plugin>
				<plugin>
					<artifactId>maven-site-plugin</artifactId>
					<version>3.4</version>
				</plugin>
				<plugin>
					<artifactId>maven-antrun-plugin</artifactId>
					<version>1.8</version>
				</plugin>
				<plugin>
					<artifactId>maven-assembly-plugin</artifactId>
					<version>2.5.3</version>
				</plugin>
				<plugin>
					<artifactId>maven-dependency-plugin</artifactId>
					<version>2.10</version>
				</plugin>
				<plugin>
					<artifactId>maven-failsafe-plugin</artifactId>
					<version>2.18.1</version>
				</plugin>
				<plugin>
					<artifactId>maven-release-plugin</artifactId>
					<version>2.5.1</version>
				</plugin>
				<plugin>
					<artifactId>maven-scm-plugin</artifactId>
					<version>1.9.2</version>
				</plugin>
				<plugin>
					<groupId>org.codehaus.mojo</groupId>
					<artifactId>build-helper-maven-plugin</artifactId>
					<version>1.9.1</version>
				</plugin>
				<plugin>
					<groupId>org.codehaus.mojo</groupId>
					<artifactId>selenium-maven-plugin</artifactId>
					<version>2.3</version>
				</plugin>
				<plugin>
					<groupId>org.jacoco</groupId>
					<artifactId>jacoco-maven-plugin</artifactId>
					<version>0.7.9</version>
					<configuration>
						<exclude>**src/main/java/com/sap/cds/db/**/*</exclude>
						<exclude>**/src/main/java/com/sap/cloud/sdk/odatav4/espm/extension/**/*</exclude>
						<exclude>**/src/main/java/com/sap/demo/shoppingcart/datastore/**/*</exclude>
						<exclude>**/src/main/java/com/sap/cloud/sdk/service/prov/temp/**/*</exclude>
					</configuration>
				</plugin>
				<plugin>
					<groupId>org.sonarsource.scanner.maven</groupId>
					<artifactId>sonar-maven-plugin</artifactId>
					<version>3.2</version>
				</plugin>
				<plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-jar-plugin</artifactId>
					<version>2.5</version>
				</plugin>

			</plugins>
		</pluginManagement>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-eclipse-plugin</artifactId>
				<version>2.9</version>
				<configuration>
					<wtpversion>2.0</wtpversion>
					<downloadSources>true</downloadSources>
					<downloadJavadocs>true</downloadJavadocs>
					<projectNameTemplate>[artifactId]-[version]</projectNameTemplate>
				</configuration>
			</plugin>
            
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<configuration>
					<source>1.8</source>
					<target>1.8</target>
				</configuration>
			</plugin>
            
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-source-plugin</artifactId>
				<version>3.0.0</version>
				<executions>
					<execution>
						<!-- for internal teams since we cannot ship sources in sources jar -->
						<phase>package</phase>
						<goals>
							<goal>jar</goal>
						</goals>
						<configuration>
							<classifier>sources</classifier>
						</configuration>
					</execution>
				</executions>
			</plugin>

			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-javadoc-plugin</artifactId>
				<version>2.9</version>
				<executions>
					<execution>
						<id>attach-javadocs</id>
						<goals>
							<goal>jar</goal>
						</goals>
					</execution>
				</executions>
				<configuration>
					<additionalparam>-Xdoclint:none</additionalparam>
					<show>public</show>
					<nohelp>true</nohelp>
				</configuration>
			</plugin>

			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-pmd-plugin</artifactId>
				<version>3.5</version>
			</plugin>
		</plugins>
	</build>

	<reporting>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-javadoc-plugin</artifactId>
				<version>2.9</version>
				<configuration>
					<show>public</show>
				</configuration>
			</plugin>
		</plugins>
	</reporting>

	<distributionManagement>
		<snapshotRepository>
			<id>deploy.snapshots</id>
			<url>${deploy.snapshot.repository.url}</url>
		</snapshotRepository>
	</distributionManagement>

	<organization>
		<name>SAP</name>
	</organization>

	<profiles>
		<profile>
			<id>release.build</id>
			<activation>
				<property>
					<name>ldi.releaseBuild</name>
				</property>
			</activation>
			<properties>
				<maven.test.skip>true</maven.test.skip>
			</properties>
		</profile>
		
		<profile>
			<id>dev</id>
			<activation>
					<activeByDefault>true</activeByDefault>
			</activation>
			<build>
				<plugins>
			    <!-- <plugin>
					<groupId>org.apache.maven.plugins</groupId>
					<artifactId>maven-checkstyle-plugin</artifactId>
					<version>3.0.0</version>
					<dependencies>
						<dependency>
							<groupId>com.sap.cloud.servicesdk.prov</groupId>
							<artifactId>checkstyle-config</artifactId>
							<version>${project.version}</version>
						</dependency>
					</dependencies>
					<executions>
						<execution>
							<id>validate</id>
							<phase>validate</phase>
							<configuration>
								<configLocation>checkstyle.xml</configLocation>
								<encoding>UTF-8</encoding>
								<consoleOutput>true</consoleOutput>
								<failsOnError>true</failsOnError>
							</configuration>
							<goals>
								<goal>check</goal>
							</goals>
						</execution>
					</executions>
				</plugin>  -->
			</plugins>
			</build>
		</profile>
		
		<profile>
			<id>snapshot.revchecker.build</id>
			<build>
				<plugins>
					<!--Api compatbility checker -->
					<plugin>
						<groupId>org.revapi</groupId>
						<artifactId>revapi-maven-plugin</artifactId>
						<version>0.10.1</version>
						<configuration>
						<analysisConfiguration><![CDATA[
				            {
				              "revapi": {
				                "ignore" : [
				                  // Add more ignores below...
				                 {
                    				"code": "java.method.abstractMethodAdded",
                   					"new": "method com.sap.cloud.sdk.service.prov.rt.datasource.AbstractQueryBuilder com.sap.cloud.sdk.service.prov.rt.datasource.AbstractQueryBuilder::setGroupBy()",
                    				"package": "com.sap.cloud.sdk.service.prov.rt.datasource",
                    				"classSimpleName": "AbstractQueryBuilder",
                    				"methodName": "setGroupBy",
                    				"elementKind": "method",
                    				"justification": "Not a breakage"
                 				 },
                 				 {
            						"code": "java.method.abstractMethodAdded",
           							"new": "method com.sap.cloud.sdk.service.prov.rt.datasource.AbstractQueryBuilder com.sap.cloud.sdk.service.prov.rt.datasource.AbstractQueryBuilder::setLimit()",
           							"package": "com.sap.cloud.sdk.service.prov.rt.datasource",
            						"classSimpleName": "AbstractQueryBuilder",
            						"methodName": "setLimit",
           							"elementKind": "method",
            						"justification": "Not a breakage"
          						  },
          						  {
            						"code": "java.method.abstractMethodAdded",
            						"new": "method com.sap.cloud.sdk.service.prov.rt.datasource.AbstractQueryBuilder com.sap.cloud.sdk.service.prov.rt.datasource.AbstractQueryBuilder::setOffset()",
           						    "package": "com.sap.cloud.sdk.service.prov.rt.datasource",
            						"classSimpleName": "AbstractQueryBuilder",
            						"methodName": "setOffset",
            						"elementKind": "method",
            						"justification": "Not a breakage"
            					   },
            					   {
						               "code": "java.method.returnTypeChangedCovariantly",
						               "old": "method com.sap.cloud.sdk.service.prov.rt.datasource.AbstractQueryBuilder com.sap.cloud.sdk.service.prov.rt.hana.sql.HanaQueryBuilder::setGroupBy()",
						               "new": "method com.sap.cloud.sdk.service.prov.rt.hana.sql.HanaQueryBuilder com.sap.cloud.sdk.service.prov.rt.hana.sql.HanaQueryBuilder::setGroupBy()",
						                "oldType": "com.sap.cloud.sdk.service.prov.rt.datasource.AbstractQueryBuilder",
						                "newType": "com.sap.cloud.sdk.service.prov.rt.hana.sql.HanaQueryBuilder",
						                "package": "com.sap.cloud.sdk.service.prov.rt.hana.sql",
						                "classSimpleName": "HanaQueryBuilder",
						                "methodName": "setGroupBy",
						                "elementKind": "method",
						                "justification": "Not a breakage"
						           },
						           {
						                "code": "java.method.returnTypeChangedCovariantly",
						                "old": "method com.sap.cloud.sdk.service.prov.rt.datasource.AbstractQueryBuilder com.sap.cloud.sdk.service.prov.rt.hana.sql.HanaQueryBuilder::setTable()",
						                "new": "method com.sap.cloud.sdk.service.prov.rt.hana.sql.HanaQueryBuilder com.sap.cloud.sdk.service.prov.rt.hana.sql.HanaQueryBuilder::setTable()",
						                "oldType": "com.sap.cloud.sdk.service.prov.rt.datasource.AbstractQueryBuilder",
						                "newType": "com.sap.cloud.sdk.service.prov.rt.hana.sql.HanaQueryBuilder",
						                "package": "com.sap.cloud.sdk.service.prov.rt.hana.sql",
						                "classSimpleName": "HanaQueryBuilder",
						                "methodName": "setTable",
						                "elementKind": "method",
						                "justification": "Not a breakage"
						           },
						           {
						                "code": "java.method.numberOfParametersChanged",
						                "old": "method void com.sap.cloud.sdk.service.prov.rt.hana.sql.InnerQueryBuilder::<init>(com.sap.cloud.sdk.service.prov.rt.cds.domain.QueryHelper, com.sap.cloud.sdk.service.prov.rt.cds.domain.Column)",
						                "new": "method void com.sap.cloud.sdk.service.prov.rt.hana.sql.InnerQueryBuilder::<init>(com.sap.cloud.sdk.service.prov.rt.cds.domain.QueryHelper, com.sap.cloud.sdk.service.prov.rt.cds.domain.Column, com.sap.cloud.sdk.service.prov.rt.hana.sql.DataReadEntityInfo)",
						                "package": "com.sap.cloud.sdk.service.prov.rt.hana.sql",
       							        "classSimpleName": "InnerQueryBuilder",
                                        "methodName": "<init>",
                                        "elementKind": "constructor",
						                "justification": "Not a breakage"
						           },
						           {
						                "code": "java.method.numberOfParametersChanged",
						                "old": "method void com.sap.cloud.sdk.service.prov.rt.hana.sql.InnerQueryBuilder::<init>(com.sap.cloud.sdk.service.prov.rt.cds.domain.QueryHelper, com.sap.cloud.sdk.service.prov.rt.cds.domain.Column)",
						                "new": "method void com.sap.cloud.sdk.service.prov.rt.hana.sql.InnerQueryBuilder::<init>(com.sap.cloud.sdk.service.prov.rt.cds.domain.QueryHelper, com.sap.cloud.sdk.service.prov.rt.cds.domain.Column, com.sap.cloud.sdk.service.prov.rt.hana.sql.DataReadEntityInfo, java.util.List<com.sap.cloud.sdk.service.prov.rt.hana.sql.DataReadEntityInfo>, com.sap.cloud.sdk.service.prov.rt.hana.sql.Query)",
						                "package": "com.sap.cloud.sdk.service.prov.rt.hana.sql",
       							        "classSimpleName": "InnerQueryBuilder",
                                        "methodName": "<init>",
                                        "elementKind": "constructor",
						                "justification": "Not a breakage"
						           },
						           {
									   "code": "java.method.removed",
									   "old": "method boolean com.sap.cloud.sdk.service.prov.rt.hana.sql.Query::isLimitInnerQueryReq()",
									   "package": "com.sap.cloud.sdk.service.prov.rt.hana.sql",
									   "classSimpleName": "Query",
									    "methodName": "isLimitInnerQueryReq",
									    "elementKind": "method",
									    "justification": "Not a breakage"
									},
									{
									   "code": "java.method.removed",
									    "old": "method void com.sap.cloud.sdk.service.prov.rt.hana.sql.Query::setLimitInnerQueryReq(boolean)",
									    "package": "com.sap.cloud.sdk.service.prov.rt.hana.sql",
									    "classSimpleName": "Query",
									    "methodName": "setLimitInnerQueryReq",
									    "elementKind": "method",
									    "justification": "Not a breakage"
									},
									{
									   "code": "java.method.removed",
									    "old": "method com.sap.cloud.sdk.service.prov.api.DataSourceHandler com.sap.cloud.sdk.service.prov.v2.rt.data.provider.DataProvider::getHandler(org.apache.olingo.odata2.api.processor.ODataRequest, java.lang.String)",
									    "package": "com.sap.cloud.sdk.service.prov.v2.rt.data.provider",
									    "classSimpleName": "DataProvider",
									    "methodName": "getHandler",
									    "elementKind": "method",
									    "justification": "Not a breakage"
									},
									{
										"code": "java.class.removed",
										"old": "class com.sap.cloud.sdk.service.prov.v2.rt.core.extensions.ExtensionHelperImpl",
										"package": "com.sap.cloud.sdk.service.prov.v2.rt.core.extensions",
										"classSimpleName": "ExtensionHelperImpl",
										"elementKind": "class",
										"justification": "class is moved to connectivity-cds/com.sap.gateway.rt.cds"
									},
									{
										"code": "java.class.removed",
										"old": "com.sap.cloud.sdk.service.prov.v4.rt.core.extensions.ExtensionHelperImpl",
										"package": "com.sap.cloud.sdk.service.prov.v4.rt.core.extensions",
										"classSimpleName": "ExtensionHelperImpl",
										"elementKind": "class",
										"justification": "class is moved to connectivity-cds/com.sap.gateway.rt.cds"
									},
									{
										"code": "java.method.visibilityReduced",
										"old": "method com.sap.cloud.sdk.service.prov.api.DataSourceHandler com.sap.cloud.sdk.service.prov.v2.rt.cds.CDSDataProvider::getHandler(org.apache.olingo.odata2.api.processor.ODataRequest, java.lang.String)",
										"new": "method com.sap.cloud.sdk.service.prov.rt.cds.CDSHandler com.sap.cloud.sdk.service.prov.v2.rt.cds.CDSDataProvider::getHandler(org.apache.olingo.odata2.api.processor.ODataRequest, java.lang.String)",
										"oldVisibility": "public",
										"newVisibility": "private",
										"package": "com.sap.cloud.sdk.service.prov.v2.rt.cds",
										"classSimpleName": "CDSDataProvider",
										"methodName": "getHandler",
										"elementKind": "method",
										"justification": "method is used locally only"
									},
									{
										"code": "java.method.visibilityReduced",
										"old": "method com.sap.cloud.sdk.service.prov.api.DataSourceHandler com.sap.cloud.sdk.service.prov.v4.rt.cds.CDSDataProvider::getHandler(org.apache.olingo.odata2.api.processor.ODataRequest, java.lang.String)",
										"new": "method com.sap.cloud.sdk.service.prov.rt.cds.CDSHandler com.sap.cloud.sdk.service.prov.v4.rt.cds.CDSDataProvider::getHandler(org.apache.olingo.odata2.api.processor.ODataRequest, java.lang.String)",
										"oldVisibility": "public",
										"newVisibility": "private",
										"package": "com.sap.cloud.sdk.service.prov.v4.rt.cds",
										"classSimpleName": "CDSDataProvider",
										"methodName": "getHandler",
										"elementKind": "method",
										"justification":  "method is used locally only"
									},
									{
										"code": "java.method.addedToInterface",
										"new": "method com.sap.cloud.sdk.service.prov.api.ExtensionHelper com.sap.cloud.sdk.service.prov.v4.rt.api.DataProvider::getExtensionHelper(org.apache.olingo.server.api.ODataRequest, org.apache.olingo.commons.api.edm.EdmEntitySet)",
										"package": "com.sap.cloud.sdk.service.prov.v4.rt.api",
										"classSimpleName": "DataProvider",
										"methodName": "getExtensionHelper",
										"elementKind": "method",
										"justification": "refactoring"
									},
									{
										"code": "java.method.removed",
										"old": "method com.sap.cloud.sdk.service.prov.api.DataSourceHandler com.sap.cloud.sdk.service.prov.v4.rt.api.DataProvider::getHandler(org.apache.olingo.server.api.ODataRequest, org.apache.olingo.commons.api.edm.EdmEntitySet)",
										"package": "com.sap.cloud.sdk.service.prov.v4.rt.api",
										"classSimpleName": "DataProvider",
										"methodName": "getHandler",
										"elementKind": "method",
										"justification": "refactoring"
									}
                 				 ]
              				}
           				 }
         				 ]]></analysisConfiguration>
							<analysisConfigurationFiles>
								<configurationFile>
									<resource>config.xml</resource>
								</configurationFile>
							</analysisConfigurationFiles>
							<checkDependencies>false</checkDependencies>
						</configuration>
						<dependencies>
							<dependency>
								<groupId>com.sdk.compatibility</groupId>
								<artifactId>check-compatibility</artifactId>
								<version>0.0.1-SNAPSHOT</version>
							</dependency>
							<dependency>
								<groupId>org.revapi</groupId>
								<artifactId>revapi-java</artifactId>
								<version>0.16.0</version>
							</dependency>
						</dependencies>
						<executions>
							<execution>
								<id>check</id>
								<goals>
									<goal>check</goal>
								</goals>
							</execution>
						</executions>
					</plugin>
				</plugins>
			</build>
		</profile>
	</profiles>

</project>
