Changeset 1235 for EDIS/trunk/java/tracking-server-main/pom.xml
- Timestamp:
- Sep 7, 2011, 4:29:40 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
EDIS/trunk/java/tracking-server-main/pom.xml
r1227 r1235 6 6 <groupId>gov.va.med.edp</groupId> 7 7 <artifactId>edis-tracking-parent</artifactId> 8 <version>1.0 -T29-SNAPSHOT</version>8 <version>1.0.1.WorldVistA-SNAPSHOT</version> 9 9 <relativePath>../tracking-parent</relativePath> 10 10 </parent> … … 13 13 <packaging>war</packaging> 14 14 <name>EDIS Tracking Server Application</name> 15 <version>1.0 -T29-SNAPSHOT</version>15 <version>1.0.1.WorldVistA-SNAPSHOT</version> 16 16 <description>Emergency Department Integration Software - Tracking Server Application</description> 17 17 <dependencies> … … 34 34 <artifactId>edis-tracking-server-core</artifactId> 35 35 <version>${project.version}</version> 36 </dependency>37 <dependency>38 <groupId>gov.va.med.authentication</groupId>39 <artifactId>kaajee</artifactId>40 <version>1.0.1.002</version>41 </dependency>42 <dependency>43 <groupId>gov.va.med.term</groupId>44 <artifactId>vha-stddata-client</artifactId>45 <version>${vha.stddata.version}</version>46 </dependency>47 <dependency>48 <groupId>gov.va.med.term</groupId>49 <artifactId>vha-stddata-basic</artifactId>50 <version>${vha.stddata.version}</version>51 </dependency>52 <dependency>53 <groupId>com.intersystems</groupId>54 <artifactId>cache-db</artifactId>55 <version>5.2</version>56 <classifier>jdk14</classifier>57 <scope>provided</scope>58 </dependency>59 <dependency>60 <groupId>weblogic</groupId>61 <artifactId>weblogic</artifactId>62 <version>8.1</version>63 <scope>provided</scope>64 36 </dependency> 65 37 <dependency> … … 162 134 </configuration> 163 135 </execution> 164 < execution>165 <id>include-backwards-compatible-client-versions</id>166 <phase>generate-resources</phase>167 <goals>168 <goal>copy</goal>169 </goals>170 <configuration>171 <artifactItems>172 <artifactItem>173 <groupId>${project.groupId}</groupId>174 <artifactId>edis-tracking-ui-main</artifactId>175 <version>1.0-T28</version>176 <type>swf</type>177 </artifactItem>178 </artifactItems>179 <outputDirectory>${edis.tracking.build.swf.directory}</outputDirectory>180 <overWriteSnapshots>true</overWriteSnapshots>181 </configuration>182 </execution>136 <!-- <execution> 137 <id>include-backwards-compatible-client-versions</id> 138 <phase>generate-resources</phase> 139 <goals> 140 <goal>copy</goal> 141 </goals> 142 <configuration> 143 <artifactItems> 144 <artifactItem> 145 <groupId>${project.groupId}</groupId> 146 <artifactId>edis-tracking-ui-main</artifactId> 147 <version>1.0-T28</version> 148 <type>swf</type> 149 </artifactItem> 150 </artifactItems> 151 <outputDirectory>${edis.tracking.build.swf.directory}</outputDirectory> 152 <overWriteSnapshots>true</overWriteSnapshots> 153 </configuration> 154 </execution> --> 183 155 </executions> 184 156 </plugin>
Note:
See TracChangeset
for help on using the changeset viewer.