<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ This file is part of ew-profiling, a library for in-app, runtime profiling.
  ~ Copyright (c) Eliwan bvba, Belgium, http://eliwan.be
  ~
  ~ The software is available in open source according to the Apache License, Version 2.0.
  ~ For full licensing details, see LICENSE.txt in the project root.
  -->

<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>be.eliwan</groupId>
    <artifactId>ew-profiling</artifactId>
    <version>2.1</version>
    </parent>
    <artifactId>ew-profiling-api</artifactId>

    <name>profiling-api</name>
    <description>profiling-api</description>

    <dependencies>
    </dependencies>

</project>
