<?xml version="1.0" encoding="UTF-8" standalone="no"?><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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <groupId>net.thevpc.dbclient.plugins.presentation</groupId>
    <artifactId>net.thevpc.dbclient.plugins.presentation-swinglabs</artifactId>
    <version>0.9.3.14</version>
    <packaging>jar</packaging>
    
    <parent>
      <groupId>net.thevpc.dbclient</groupId>
      <artifactId>dbclient-plugin-root</artifactId>
      <version>1.0</version>
      <relativePath>../../../dbclient-plugin-root</relativePath>
    </parent>

    <properties>

    </properties>

    <dependencies>
		<!-- ##############################
			PRIVATE COMPILE DEPENDENCIES 
		############################## -->
        <dependency><groupId>net.thevpc.dbclient.plugins.system</groupId><artifactId>net.thevpc.dbclient.plugins.dbclient-system</artifactId><version>[0.5.6,]</version><scope>compile</scope></dependency>

<!--        <dependency>
            <groupId>org.vpc.neormf</groupId>
            <artifactId>neormf-wws</artifactId>
            <version>1.0</version>
            <scope>system</scope>
            <systemPath>${dbclient-root-folder}/modules/dbclient-plugins/tool/tool-neormf/src/main/resources/META-INF/lib/neormf-wws.jar</systemPath>
        </dependency>-->

		<!-- ##############################
			THIRD PARTY COMPILE DEPENDENCIES 
		############################## -->
      
      
		<!-- ##############################
			TEST DEPENDENCIES
		############################## -->
        <dependency><groupId>org.swinglabs</groupId><artifactId>swingx</artifactId><version>1.6.1</version></dependency>
    </dependencies>

</project>