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-core/pom.xml

    r1227 r1235  
    11<?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-T29-SNAPSHOT</version>
    8                 <relativePath>../tracking-parent</relativePath>
    9         </parent>
    10         <groupId>gov.va.med.edp</groupId>
    11         <artifactId>edis-tracking-server-core</artifactId>
    12         <packaging>jar</packaging>
    13         <name>EDIS Tracking Server Core</name>
    14          <version>1.0-T29-SNAPSHOT</version>
    15         <description>Emergency Department Integration Software - Tracking Application Server Core</description>
     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.1.WorldVistA-SNAPSHOT</version>
     9        <relativePath>../tracking-parent</relativePath>
     10    </parent>
     11    <groupId>gov.va.med.edp</groupId>
     12    <artifactId>edis-tracking-server-core</artifactId>
     13    <packaging>jar</packaging>
     14    <name>EDIS Tracking Server Core</name>
     15    <version>1.0.1.WorldVistA-SNAPSHOT</version>
     16    <description>Emergency Department Integration Software - Tracking Application Server Core</description>
    1617    <dependencies>
    17                 <dependency>
    18                         <groupId>org.springframework</groupId>
    19                         <artifactId>spring-jca</artifactId>
    20                         <version>${spring.version}</version>
    21                         <exclusions>
    22                                 <exclusion>
    23                                         <groupId>log4j</groupId>
    24                                         <artifactId>log4j</artifactId>
    25                                 </exclusion>
    26                                 <exclusion>
    27                                         <groupId>logkit</groupId>
    28                                         <artifactId>logkit</artifactId>
    29                                 </exclusion>
    30                                 <exclusion>
    31                                         <groupId>avalon-framework</groupId>
    32                                         <artifactId>avalon-framework</artifactId>
    33                                 </exclusion>
    34                                 <exclusion>
    35                                         <groupId>javax.servlet</groupId>
    36                                         <artifactId>servlet-api</artifactId>
    37                                 </exclusion>
    38                         </exclusions>
    39                 </dependency>
    40                 <dependency>
    41                         <groupId>org.springframework</groupId>
    42                         <artifactId>spring-webmvc</artifactId>
    43                         <version>${spring.version}</version>
    44                         <exclusions>
    45                                 <exclusion>
    46                                         <groupId>log4j</groupId>
    47                                         <artifactId>log4j</artifactId>
    48                                 </exclusion>
    49                                 <exclusion>
    50                                         <groupId>logkit</groupId>
    51                                         <artifactId>logkit</artifactId>
    52                                 </exclusion>
    53                                 <exclusion>
    54                                         <groupId>avalon-framework</groupId>
    55                                         <artifactId>avalon-framework</artifactId>
    56                                 </exclusion>
    57                                 <exclusion>
    58                                         <groupId>javax.servlet</groupId>
    59                                         <artifactId>servlet-api</artifactId>
    60                                 </exclusion>
    61                         </exclusions>
    62                 </dependency>
    63                 <dependency>
    64                         <groupId>org.springframework</groupId>
    65                         <artifactId>spring-jdbc</artifactId>
    66                         <version>${spring.version}</version>
    67                         <exclusions>
    68                                 <exclusion>
    69                                         <groupId>log4j</groupId>
    70                                         <artifactId>log4j</artifactId>
    71                                 </exclusion>
    72                                 <exclusion>
    73                                         <groupId>logkit</groupId>
    74                                         <artifactId>logkit</artifactId>
    75                                 </exclusion>
    76                                 <exclusion>
    77                                         <groupId>avalon-framework</groupId>
    78                                         <artifactId>avalon-framework</artifactId>
    79                                 </exclusion>
    80                                 <exclusion>
    81                                         <groupId>javax.servlet</groupId>
    82                                         <artifactId>servlet-api</artifactId>
    83                                 </exclusion>
    84                         </exclusions>
    85                 </dependency>           
    86                 <dependency>
    87                         <groupId>gov.va.med.authentication</groupId>
    88                         <artifactId>kaajee</artifactId>
    89                         <version>1.0.1.002</version>
    90                         <scope>provided</scope>
    91                 </dependency>
    92                 <dependency>
    93                         <groupId>log4j</groupId>
    94                         <artifactId>log4j</artifactId>
    95                         <version>1.2.8</version>
    96                         <scope>provided</scope>
    97                 </dependency>
    98                 <dependency>
    99                         <groupId>weblogic</groupId>
    100                         <artifactId>weblogic</artifactId>
    101                         <version>8.1</version>
    102                         <scope>provided</scope>
    103                 </dependency>
    104                 <dependency>
    105                         <groupId>gov.va.med.vistalink</groupId>
    106                         <artifactId>vljFoundationsLib</artifactId>
    107                         <version>1.5.0.026</version>
    108                         <scope>provided</scope>
    109                 </dependency>
    110                 <dependency>
    111                         <groupId>gov.va.med.vistalink</groupId>
    112                         <artifactId>vljConnector</artifactId>
    113                         <version>1.5.0.026</version>
    114                         <scope>provided</scope>
    115                 </dependency>
    116                 <dependency>
    117                         <groupId>junit</groupId>
    118                         <artifactId>junit</artifactId>
    119                         <version>3.8.1</version>
    120                         <scope>test</scope>
    121                 </dependency>
    122                 <dependency>
    123                         <groupId>easymock</groupId>
    124                         <artifactId>easymock</artifactId>
    125                         <version>1.2_Java1.3</version>
    126                         <scope>test</scope>
    127                 </dependency>
    128                 <dependency>
    129                         <groupId>org.springframework</groupId>
    130                         <artifactId>spring-mock</artifactId>
    131                         <version>${spring.version}</version>
    132                         <scope>test</scope>
    133                         <exclusions>
    134                                 <exclusion>
    135                                         <groupId>log4j</groupId>
    136                                         <artifactId>log4j</artifactId>
    137                                 </exclusion>
    138                                 <exclusion>
    139                                         <groupId>logkit</groupId>
    140                                         <artifactId>logkit</artifactId>
    141                                 </exclusion>
    142                                 <exclusion>
    143                                         <groupId>avalon-framework</groupId>
    144                                         <artifactId>avalon-framework</artifactId>
    145                                 </exclusion>
    146                                 <exclusion>
    147                                         <groupId>javax.servlet</groupId>
    148                                         <artifactId>servlet-api</artifactId>
    149                                 </exclusion>
    150                         </exclusions>
    151                 </dependency>
    152         </dependencies>
    153         <build>
    154                 <plugins>
    155                         <plugin>
    156                                 <groupId>org.apache.maven.plugins</groupId>
    157                                 <artifactId>maven-source-plugin</artifactId>
    158                                 <executions>
    159                                         <execution>
    160                                                 <goals>
    161                                                         <goal>jar</goal>
    162                                                 </goals>
    163                                         </execution>
    164                                 </executions>
    165                         </plugin>
    166                 </plugins>
    167         </build>
     18        <dependency>
     19            <groupId>${project.groupId}</groupId>
     20            <artifactId>edis-tracking-server-vista</artifactId>
     21            <version>${project.version}</version>
     22        </dependency>
     23        <dependency>
     24            <groupId>org.springframework</groupId>
     25            <artifactId>spring-jca</artifactId>
     26            <version>${spring.version}</version>
     27            <exclusions>
     28                <exclusion>
     29                    <groupId>log4j</groupId>
     30                    <artifactId>log4j</artifactId>
     31                </exclusion>
     32                <exclusion>
     33                    <groupId>logkit</groupId>
     34                    <artifactId>logkit</artifactId>
     35                </exclusion>
     36                <exclusion>
     37                    <groupId>avalon-framework</groupId>
     38                    <artifactId>avalon-framework</artifactId>
     39                </exclusion>
     40                <exclusion>
     41                    <groupId>javax.servlet</groupId>
     42                    <artifactId>servlet-api</artifactId>
     43                </exclusion>
     44            </exclusions>
     45        </dependency>
     46        <dependency>
     47            <groupId>org.springframework</groupId>
     48            <artifactId>spring-webmvc</artifactId>
     49            <version>${spring.version}</version>
     50            <exclusions>
     51                <exclusion>
     52                    <groupId>log4j</groupId>
     53                    <artifactId>log4j</artifactId>
     54                </exclusion>
     55                <exclusion>
     56                    <groupId>logkit</groupId>
     57                    <artifactId>logkit</artifactId>
     58                </exclusion>
     59                <exclusion>
     60                    <groupId>avalon-framework</groupId>
     61                    <artifactId>avalon-framework</artifactId>
     62                </exclusion>
     63                <exclusion>
     64                    <groupId>javax.servlet</groupId>
     65                    <artifactId>servlet-api</artifactId>
     66                </exclusion>
     67            </exclusions>
     68        </dependency>
     69        <dependency>
     70            <groupId>org.springframework</groupId>
     71            <artifactId>spring-jdbc</artifactId>
     72            <version>${spring.version}</version>
     73            <exclusions>
     74                <exclusion>
     75                    <groupId>log4j</groupId>
     76                    <artifactId>log4j</artifactId>
     77                </exclusion>
     78                <exclusion>
     79                    <groupId>logkit</groupId>
     80                    <artifactId>logkit</artifactId>
     81                </exclusion>
     82                <exclusion>
     83                    <groupId>avalon-framework</groupId>
     84                    <artifactId>avalon-framework</artifactId>
     85                </exclusion>
     86                <exclusion>
     87                    <groupId>javax.servlet</groupId>
     88                    <artifactId>servlet-api</artifactId>
     89                </exclusion>
     90            </exclusions>
     91        </dependency>
     92        <dependency>
     93            <groupId>org.springframework.security</groupId>
     94            <artifactId>spring-security-core</artifactId>
     95            <version>${spring.security.version}</version>
     96        </dependency>
     97        <dependency>
     98            <groupId>log4j</groupId>
     99            <artifactId>log4j</artifactId>
     100            <version>1.2.8</version>
     101            <scope>provided</scope>
     102        </dependency>
     103        <dependency>
     104            <groupId>javax.servlet</groupId>
     105            <artifactId>servlet-api</artifactId>
     106            <version>${servlet.version}</version>
     107            <scope>provided</scope>
     108        </dependency>
     109        <dependency>
     110            <groupId>javax.resource</groupId>
     111            <artifactId>connector</artifactId>
     112            <version>1.0</version>
     113            <scope>provided</scope>
     114        </dependency>
     115        <dependency>
     116            <groupId>gov.va.med.vistalink</groupId>
     117            <artifactId>vljFoundationsLib</artifactId>
     118            <version>1.5.0.026</version>
     119        </dependency>
     120        <dependency>
     121            <groupId>gov.va.med.vistalink</groupId>
     122            <artifactId>vljConnector</artifactId>
     123            <version>1.5.0.026</version>
     124        </dependency>
     125        <dependency>
     126            <groupId>junit</groupId>
     127            <artifactId>junit</artifactId>
     128            <version>3.8.1</version>
     129            <scope>test</scope>
     130        </dependency>
     131        <dependency>
     132            <groupId>easymock</groupId>
     133            <artifactId>easymock</artifactId>
     134            <version>1.2_Java1.3</version>
     135            <scope>test</scope>
     136        </dependency>
     137        <dependency>
     138            <groupId>org.springframework</groupId>
     139            <artifactId>spring-mock</artifactId>
     140            <version>${spring.version}</version>
     141            <scope>test</scope>
     142            <exclusions>
     143                <exclusion>
     144                    <groupId>log4j</groupId>
     145                    <artifactId>log4j</artifactId>
     146                </exclusion>
     147                <exclusion>
     148                    <groupId>logkit</groupId>
     149                    <artifactId>logkit</artifactId>
     150                </exclusion>
     151                <exclusion>
     152                    <groupId>avalon-framework</groupId>
     153                    <artifactId>avalon-framework</artifactId>
     154                </exclusion>
     155                <exclusion>
     156                    <groupId>javax.servlet</groupId>
     157                    <artifactId>servlet-api</artifactId>
     158                </exclusion>
     159            </exclusions>
     160        </dependency>
     161    </dependencies>
     162    <build>
     163        <plugins>
     164            <plugin>
     165                <groupId>org.apache.maven.plugins</groupId>
     166                <artifactId>maven-source-plugin</artifactId>
     167                <executions>
     168                    <execution>
     169                        <goals>
     170                            <goal>jar</goal>
     171                        </goals>
     172                    </execution>
     173                </executions>
     174            </plugin>
     175        </plugins>
     176    </build>
    168177</project>
Note: See TracChangeset for help on using the changeset viewer.