<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">  
    <modelVersion>4.0.0</modelVersion>  
    <parent> 
        <groupId>com.foxnicweb.web</groupId>  
        <artifactId>parent</artifactId>  
        <version>1.7.1.RELEASE</version>  
        <relativePath>../../../foxnic-web/publish.xml</relativePath> 
    </parent>  
    <artifactId>view-bpm</artifactId>  
    <name>Foxnic-Web-BPM-View</name>  
    <description>Foxnic-Web BPM View</description>  
    <dependencies> 
        <dependency> 
            <groupId>com.foxnicweb.web</groupId>  
            <artifactId>framework-view</artifactId>  
            <version>${platform.version}</version> 
        </dependency> 
    </dependencies> 
</project>
