Menu

[r166]: / cairngorm3 / trunk / libraries / Module / pom.xml  Maximize  Restore  History

Download this file

36 lines (30 with data), 1.2 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.adobe.cairngorm</groupId>
<artifactId>lib-parent</artifactId>
<version>3.1-SNAPSHOT</version>
</parent>
<artifactId>module</artifactId>
<packaging>swc</packaging>
<name>${project.groupId} ${project.artifactId}</name>
<description>${project.groupId} ${project.artifactId}</description>
<dependencies>
<dependency>
<groupId>org.spicefactory</groupId>
<artifactId>parsley-complete-flex3</artifactId>
<version>2.1.0</version>
<type>swc</type>
<scope>external</scope>
</dependency>
<dependency>
<groupId>org.spicefactory</groupId>
<artifactId>spicelib-complete-flex</artifactId>
<version>2.1.0</version>
<type>swc</type>
<scope>external</scope>
</dependency>
</dependencies>
</project>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.