Ignore:
Timestamp:
Sep 7, 2011, 4:29:40 AM (13 years ago)
Author:
Solomon Blaz
Message:

committing first working version of EDIS maven build - upgraded to maven 3.0.3, flexmojos 3.8, flex sdk 3.6.0.16995, removed dependencies on KAAJEE and maven repository on VA intranet, replaced with one on filesystem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EDIS/trunk/java/tracking-server-vista/pom.xml

    r1227 r1235  
    66        <groupId>gov.va.med.edp</groupId>
    77        <artifactId>edis-tracking-parent</artifactId>
    8         <version>1.0-T29-SNAPSHOT</version>
     8        <version>1.0.1.WorldVistA-SNAPSHOT</version>
    99        <relativePath>../tracking-parent</relativePath>
    1010    </parent>
     
    1313    <packaging>jar</packaging>
    1414    <name>EDIS VistA Support Library</name>
    15     <version>1.0-T29-SNAPSHOT</version>
     15    <version>1.0.1.WorldVistA-SNAPSHOT</version>
    1616    <dependencies>
    17         <dependency>
    18         <groupId>org.springframework</groupId>
    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
    2323        <dependency>
    2424            <groupId>org.springframework</groupId>
    2525            <artifactId>spring-tx</artifactId>
    26             <version>2.5.5</version> 
     26            <version>2.5.5</version>
    2727            <exclusions>
    28                 <exclusion>
    29                         <groupId>org.springframework</groupId>
    30                         <artifactId>spring-context</artifactId>
    31                 </exclusion>
    32             </exclusions>         
    33         </dependency>       
     28                <exclusion>
     29                    <groupId>org.springframework</groupId>
     30                    <artifactId>spring-context</artifactId>
     31                </exclusion>
     32            </exclusions>
     33        </dependency>
    3434        <dependency>
    3535            <groupId>gov.va.med.vistalink</groupId>
    3636            <artifactId>vljFoundationsLib</artifactId>
    3737            <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 -->
    4038        </dependency>
    4139        <dependency>
     
    4341            <artifactId>vljConnector</artifactId>
    4442            <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 -->
    4743        </dependency>
    48         <!-- required by vistalink (update vistalink POMs to list dependencies properly) -->
    4944        <dependency>
    5045            <groupId>jaxen</groupId>
     
    5752            <version>${spring.security.version}</version>
    5853        </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             <scope>provided</scope>
     54        <dependency>
     55        <groupId>javax.servlet</groupId>
     56        <artifactId>servlet-api</artifactId>
     57        <version>${servlet.version}</version>
     58        <scope>provided</scope>
    6459        </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>
    7766        <dependency>
    7867            <groupId>org.slf4j</groupId>
Note: See TracChangeset for help on using the changeset viewer.