source: EDIS/tags/ed/tracking-weblogic-ssl/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: 1.3 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>gov.va.med.edp</groupId>
6 <artifactId>edis-tracking-parent</artifactId>
7 <version>1.0</version>
8 <relativePath>../tracking-parent</relativePath>
9 </parent>
10 <groupId>gov.va.med.edp</groupId>
11 <artifactId>edis-tracking-weblogic-ssl</artifactId>
12 <packaging>jar</packaging>
13 <name>EDIS Tracking Weblogic SSL Support</name>
14 <version>1.0</version>
15 <description>Emergency Department Integration Software - Tracking Application Weblogic SSL Support</description>
16 <scm>
17 <connection>scm:perforce://reeng/main/ed/tracking-weblogic-ssl</connection>
18 <developerConnection>scm:perforce://reeng/main/ed/tracking-weblogic-ssl</developerConnection>
19 </scm>
20 <dependencies>
21 <dependency>
22 <groupId>weblogic</groupId>
23 <artifactId>weblogic</artifactId>
24 <version>8.1</version>
25 <scope>provided</scope>
26 </dependency>
27 <dependency>
28 <groupId>log4j</groupId>
29 <artifactId>log4j</artifactId>
30 <version>1.2.8</version>
31 <scope>provided</scope>
32 </dependency>
33 </dependencies>
34</project>
Note: See TracBrowser for help on using the repository browser.