blob: 730afc2f8b3e2f9035ccef5fa54f70a66c887c8b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2020 Kentyou.
~ All rights reserved. This program and the accompanying materials
~ are made available under the terms of the Eclipse Public License v1.0
~ which accompanies this distribution, and is available at
~ http://www.eclipse.org/legal/epl-v10.html
~
~ Contributors:
* Kentyou - initial API and implementation
-->
<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>
<parent>
<groupId>org.eclipse.sensinact.gateway.nthbnd</groupId>
<artifactId>parent</artifactId>
<version>2.0-SNAPSHOT</version>
</parent>
<artifactId>jsonpath-filtering</artifactId>
<packaging>pom</packaging>
<properties>
<json.path.archive>${basedir}/../json-path/target/json-path-2.4.0.jar</json.path.archive>
</properties>
<name>sensiNact IoT Gateway - JSONPath filtering parent module</name>
<modules>
<module>jsonpath-filter</module>
</modules>
</project>