Skip to content
Snippets Groups Projects
pom.xml 640 B
Newer Older
  • Learn to ignore specific revisions
  • OZGCloud's avatar
    OZGCloud committed
    <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>
    		<groupId>de.ozgcloud.api-lib</groupId>
    		<artifactId>api-lib-parent</artifactId>
    
    OZGCloud's avatar
    OZGCloud committed
    		<version>0.16.0-SNAPSHOT</version>
    
    OZGCloud's avatar
    OZGCloud committed
    	</parent>
    	<artifactId>api-lib-demo</artifactId>
    
    OZGCloud's avatar
    OZGCloud committed
    	<dependencies>
    		<dependency>
    			<groupId>de.ozgcloud.api-lib</groupId>
    			<artifactId>ozg-cloud-spring-boot-starter</artifactId>
    			<version>${project.version}</version>
    		</dependency>
    	</dependencies>
    </project>