<?xml version="1.0"?>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <relativePath>../tl-parent-core/internal</relativePath>
    <groupId>com.top-logic</groupId>
    <artifactId>tl-parent-core-internal</artifactId>
    <version>7.5.0</version>
  </parent>
  <artifactId>ext-com-sap-jco2</artifactId>
  
  <packaging>pom</packaging>
  
  <description>SAP Java Connector version 2.1.10</description>
  <url>http://help.sap.com/saphelp_nwpi711/helpdata/de/48/707c54872c1b5ae10000000a42189c/content.htm</url>
  
  <dependencies>
	<dependency>
	    <groupId>com.sap.jco</groupId>
	    <artifactId>sapjco</artifactId>
	    <version>2.1.10</version>
	</dependency>
  </dependencies>

  <build>
  	<plugins>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>versions-maven-plugin</artifactId>
				
				<executions>
					<execution>
						<goals>
							<goal>use-latest-releases</goal>
						</goals>
					</execution>
				</executions>
				
				<configuration>
					<allowMajorUpdates>false</allowMajorUpdates>
				</configuration>
			</plugin>
  	</plugins>
  </build>

</project>
