Index: EDIS/trunk/java/tracking-server-main/pom.xml
===================================================================
--- EDIS/trunk/java/tracking-server-main/pom.xml	(revision 1227)
+++ EDIS/trunk/java/tracking-server-main/pom.xml	(revision 1235)
@@ -6,5 +6,5 @@
         <groupId>gov.va.med.edp</groupId>
         <artifactId>edis-tracking-parent</artifactId>
-        <version>1.0-T29-SNAPSHOT</version>
+        <version>1.0.1.WorldVistA-SNAPSHOT</version>
         <relativePath>../tracking-parent</relativePath>
     </parent>
@@ -13,5 +13,5 @@
     <packaging>war</packaging>
     <name>EDIS Tracking Server Application</name>
-    <version>1.0-T29-SNAPSHOT</version>
+    <version>1.0.1.WorldVistA-SNAPSHOT</version>
     <description>Emergency Department Integration Software - Tracking Server Application</description>
     <dependencies>
@@ -34,32 +34,4 @@
             <artifactId>edis-tracking-server-core</artifactId>
             <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>gov.va.med.authentication</groupId>
-            <artifactId>kaajee</artifactId>
-            <version>1.0.1.002</version>
-        </dependency>
-        <dependency>
-            <groupId>gov.va.med.term</groupId>
-            <artifactId>vha-stddata-client</artifactId>
-            <version>${vha.stddata.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>gov.va.med.term</groupId>
-            <artifactId>vha-stddata-basic</artifactId>
-            <version>${vha.stddata.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>com.intersystems</groupId>
-            <artifactId>cache-db</artifactId>
-            <version>5.2</version>
-            <classifier>jdk14</classifier>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>weblogic</groupId>
-            <artifactId>weblogic</artifactId>
-            <version>8.1</version>
-            <scope>provided</scope>
         </dependency>
         <dependency>
@@ -162,23 +134,23 @@
                         </configuration>
                     </execution>
-                    <execution>
-                       <id>include-backwards-compatible-client-versions</id>
-                       <phase>generate-resources</phase>
-                       <goals>
-                           <goal>copy</goal>
-                       </goals>
-                       <configuration>
-                           <artifactItems>
-								<artifactItem>
-                                    <groupId>${project.groupId}</groupId>
-                                    <artifactId>edis-tracking-ui-main</artifactId>
-                                    <version>1.0-T28</version>
-                                    <type>swf</type>
-                                </artifactItem>
-                           </artifactItems>
-                           <outputDirectory>${edis.tracking.build.swf.directory}</outputDirectory>
-                           <overWriteSnapshots>true</overWriteSnapshots>
-                       </configuration>
-                </execution>
+                    <!-- <execution>
+                                          <id>include-backwards-compatible-client-versions</id>
+                                          <phase>generate-resources</phase>
+                                          <goals>
+                                              <goal>copy</goal>
+                                          </goals>
+                                          <configuration>
+                                              <artifactItems>
+                   								<artifactItem>
+                                                       <groupId>${project.groupId}</groupId>
+                                                       <artifactId>edis-tracking-ui-main</artifactId>
+                                                       <version>1.0-T28</version>
+                                                       <type>swf</type>
+                                                   </artifactItem>
+                                              </artifactItems>
+                                              <outputDirectory>${edis.tracking.build.swf.directory}</outputDirectory>
+                                              <overWriteSnapshots>true</overWriteSnapshots>
+                                          </configuration>
+                                   </execution> -->
                 </executions>
             </plugin>
