Changeset 1252 for EDIS/trunk/java/tracking-server-vista
- Timestamp:
- Sep 13, 2011, 3:02:13 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
EDIS/trunk/java/tracking-server-vista/pom.xml
r1235 r1252 46 46 <artifactId>jaxen</artifactId> 47 47 <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> 48 66 </dependency> 49 67 <dependency> … … 53 71 </dependency> 54 72 <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> 59 77 </dependency> 60 78 <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> 65 83 </dependency> 66 84 <dependency>
Note:
See TracChangeset
for help on using the changeset viewer.