<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>
		<artifactId>luaj</artifactId>
		<groupId>org.luaj</groupId>
		<version>2.0.2.patched_for_janus.1</version>
		<relativePath>..</relativePath>
	</parent>

	<artifactId>luaj-jme</artifactId>
	<name>Lua Interpreter in JME</name>
	<description>Lightweight Lua interpreter written for JME</description>

	<dependencies>
		<dependency>
			<groupId>org.luaj</groupId>
			<artifactId>luaj-core</artifactId>
			<version>${project.version}</version>
		</dependency>
		<dependency>
			<groupId>org.microemu</groupId>
			<artifactId>microemu-cldc</artifactId>
			<version>2.0.1</version>
			<scope>provided</scope>
		</dependency>
	</dependencies>

</project>
