source: EDIS/tags/ed/tracking-ui-core/pom.xml@ 1240

Last change on this file since 1240 was 1240, checked in by George Lilly, 13 years ago

new version from the VA

File size: 2.2 KB
Line 
1<?xml version="1.0"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>gov.va.med.edp</groupId>
7 <artifactId>edis-tracking-parent</artifactId>
8 <version>1.0</version>
9 <relativePath>../tracking-parent</relativePath>
10 </parent>
11 <groupId>gov.va.med.edp</groupId>
12 <artifactId>edis-tracking-ui-core</artifactId>
13 <packaging>swc</packaging>
14 <name>EDIS Tracking UI Core</name>
15 <version>1.0</version>
16 <scm>
17 <connection>scm:perforce://reeng/main/ed/tracking-ui-core</connection>
18 <developerConnection>scm:perforce://reeng/main/ed/tracking-ui-core</developerConnection>
19 </scm>
20 <dependencies>
21 <dependency>
22 <groupId>com.adobe</groupId>
23 <artifactId>cairngorm</artifactId>
24 <version>2.2.1</version>
25 <type>swc</type>
26 </dependency>
27 <!-- Flex SDK dependencies -->
28 <dependency>
29 <groupId>com.adobe.flex.framework</groupId>
30 <artifactId>flex-framework</artifactId>
31 <version>${flex.version}</version>
32 <type>pom</type>
33 </dependency>
34 <!-- FlexUnit dependencies -->
35 <dependency>
36 <groupId>flexunit</groupId>
37 <artifactId>flexunit</artifactId>
38 <version>${flexunit.version}</version>
39 <type>swc</type>
40 <scope>test</scope>
41 </dependency>
42 <dependency>
43 <groupId>info.flex-mojos</groupId>
44 <artifactId>testing-support</artifactId>
45 <version>${flex.mojos.version}</version>
46 <type>swc</type>
47 <scope>test</scope>
48 </dependency>
49 </dependencies>
50 <build>
51 <sourceDirectory>src/main/flex</sourceDirectory>
52 <testSourceDirectory>src/test/flex</testSourceDirectory>
53 <plugins>
54 <plugin>
55 <groupId>info.flex-mojos</groupId>
56 <artifactId>flex-compiler-mojo</artifactId>
57 </plugin>
58 </plugins>
59 </build>
60</project>
Note: See TracBrowser for help on using the repository browser.