blob: bf1676a07670ce005b157ec595076824823994e5 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005-2008 The Android Open Source Project
Copyright (c) 2015 BSI Business Systems Integration AG
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:
The Android Open Source Project - initial implementation
BSI Business Systems Integration AG - changes and improvements
-->
<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.scout.rt</groupId>
<artifactId>org.eclipse.scout.rt</artifactId>
<version>5.2.0.B001</version>
<relativePath>../org.eclipse.scout.rt/pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.scout.json</artifactId>
<packaging>jar</packaging>
<dependencies>
<!-- Test Dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>