Changeset 1235 for EDIS/trunk/java/tracking-server-vista
- Timestamp:
- Sep 7, 2011, 4:29:40 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
EDIS/trunk/java/tracking-server-vista/pom.xml
r1227 r1235 6 6 <groupId>gov.va.med.edp</groupId> 7 7 <artifactId>edis-tracking-parent</artifactId> 8 <version>1.0 -T29-SNAPSHOT</version>8 <version>1.0.1.WorldVistA-SNAPSHOT</version> 9 9 <relativePath>../tracking-parent</relativePath> 10 10 </parent> … … 13 13 <packaging>jar</packaging> 14 14 <name>EDIS VistA Support Library</name> 15 <version>1.0 -T29-SNAPSHOT</version>15 <version>1.0.1.WorldVistA-SNAPSHOT</version> 16 16 <dependencies> 17 18 19 <artifactId>spring-jca</artifactId>20 <version>2.0.8</version>21 </dependency>22 17 <dependency> 18 <groupId>org.springframework</groupId> 19 <artifactId>spring-jca</artifactId> 20 <version>2.0.8</version> 21 </dependency> 22 23 23 <dependency> 24 24 <groupId>org.springframework</groupId> 25 25 <artifactId>spring-tx</artifactId> 26 <version>2.5.5</version> 26 <version>2.5.5</version> 27 27 <exclusions> 28 29 30 31 32 </exclusions> 33 </dependency> 28 <exclusion> 29 <groupId>org.springframework</groupId> 30 <artifactId>spring-context</artifactId> 31 </exclusion> 32 </exclusions> 33 </dependency> 34 34 <dependency> 35 35 <groupId>gov.va.med.vistalink</groupId> 36 36 <artifactId>vljFoundationsLib</artifactId> 37 37 <version>1.5.0.026</version> 38 <scope>provided</scope>39 <!-- remove provided scope in later versions when vistalink is not on classpath of app server -->40 38 </dependency> 41 39 <dependency> … … 43 41 <artifactId>vljConnector</artifactId> 44 42 <version>1.5.0.026</version> 45 <scope>provided</scope>46 <!-- remove provided scope in later versions when vistalink is not on classpath of app server -->47 43 </dependency> 48 <!-- required by vistalink (update vistalink POMs to list dependencies properly) -->49 44 <dependency> 50 45 <groupId>jaxen</groupId> … … 57 52 <version>${spring.security.version}</version> 58 53 </dependency> 59 <dependency> <!-- replace this with the two below once we upgrade to newer weblogic -->60 <groupId>weblogic</groupId>61 <artifactId>weblogic</artifactId>62 <version>8.1</version>63 54 <dependency> 55 <groupId>javax.servlet</groupId> 56 <artifactId>servlet-api</artifactId> 57 <version>${servlet.version}</version> 58 <scope>provided</scope> 64 59 </dependency> 65 <!--<dependency>--> 66 <!--<groupId>javax.servlet</groupId>--> 67 <!--<artifactId>servlet-api</artifactId>--> 68 <!--<version>${servlet.version}</version>--> 69 <!--<scope>provided</scope>--> 70 <!--</dependency>--> 71 <!--<dependency>--> 72 <!--<groupId>geronimo-spec</groupId>--><!-- this is the JCA API --> 73 <!--<artifactId>geronimo-spec-j2ee-connector</artifactId>--> 74 <!--<version>1.5-rc4</version>--> 75 <!--<scope>provided</scope>--> 76 <!--</dependency>--> 60 <dependency> 61 <groupId>javax.resource</groupId> 62 <artifactId>connector</artifactId> 63 <version>1.0</version> 64 <scope>provided</scope> 65 </dependency> 77 66 <dependency> 78 67 <groupId>org.slf4j</groupId>
Note:
See TracChangeset
for help on using the changeset viewer.