blob: 18579710692b90e0a711dd7acdf0e6fd8dfbc9fb [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>14</version>
</parent>
<groupId>org.apache.flex.compiler</groupId>
<artifactId>falcon-compiler</artifactId>
<version>@VERSION@</version>
<name>Apache Flex - Falcon Compiler</name>
<description>The Apache Flex Falcon Compiler</description>
<mailingLists>
<mailingList>
<name>Apache Flex User List</name>
<subscribe>users-subscribe@flex.apache.org</subscribe>
<unsubscribe>users-unsubscribe@flex.apache.org</unsubscribe>
<post>users@flex.apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/flex-users/</archive>
</mailingList>
</mailingLists>
<scm>
<connection>scm:svn:https://git-wip-us.apache.org/repos/asf/flex-falcon.git</connection>
<developerConnection>scm:svn:https://git-wip-us.apache.org/repos/asf/flex-falcon.git</developerConnection>
<url>https://git-wip-us.apache.org/repos/asf/flex-falcon.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.apache.flex.compiler</groupId>
<artifactId>falcon-compiler-oem</artifactId>
<version>@VERSION@</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr</artifactId>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>17.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.jburg</groupId>
<artifactId>jburg</artifactId>
<version>1.10.1</version>
</dependency>
<dependency>
<groupId>de.jflex</groupId>
<artifactId>jflex</artifactId>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>org.b1.pack</groupId>
<artifactId>lzma-sdk-4j</artifactId>
<version>9.22.0</version>
</dependency>
</dependencies>
</project>