Ignore:
Timestamp:
Sep 13, 2011, 3:02:13 AM (13 years ago)
Author:
Solomon Blaz
Message:

removed cruft related to KAAJEE, stubbed in spring-security/VistALink authentication implementation

File:
1 edited

Legend:

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

    r1235 r1252  
    4646            <artifactId>jaxen</artifactId>
    4747            <version>1.1.1</version>
     48            <exclusions>
     49                <exclusion>
     50                    <groupId>xerces</groupId>
     51                    <artifactId>xmlParserAPIs</artifactId>
     52                </exclusion>
     53                <exclusion>
     54                    <groupId>xerces</groupId>
     55                    <artifactId>xercesImpl</artifactId>
     56                </exclusion>
     57                <exclusion>
     58                    <groupId>xml-apis</groupId>
     59                    <artifactId>xml-apis</artifactId>
     60                </exclusion>
     61                <exclusion>
     62                    <groupId>xom</groupId>
     63                    <artifactId>xom</artifactId>
     64                </exclusion>
     65            </exclusions>
    4866        </dependency>
    4967        <dependency>
     
    5371        </dependency>
    5472        <dependency>
    55         <groupId>javax.servlet</groupId>
    56         <artifactId>servlet-api</artifactId>
    57         <version>${servlet.version}</version>
    58         <scope>provided</scope>
     73            <groupId>javax.servlet</groupId>
     74            <artifactId>servlet-api</artifactId>
     75            <version>${servlet.version}</version>
     76            <scope>provided</scope>
    5977        </dependency>
    6078        <dependency>
    61         <groupId>javax.resource</groupId>
    62         <artifactId>connector</artifactId>
    63         <version>1.0</version>
    64         <scope>provided</scope>
     79            <groupId>javax.resource</groupId>
     80            <artifactId>connector</artifactId>
     81            <version>1.0</version>
     82            <scope>provided</scope>
    6583        </dependency>
    6684        <dependency>
Note: See TracChangeset for help on using the changeset viewer.