|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 |
| - |
4 |
| - <parent> |
5 |
| - <artifactId>webservices.rest</artifactId> |
6 |
| - <groupId>org.openmrs.module</groupId> |
7 |
| - <version>2.40.0-SNAPSHOT</version> |
8 |
| - </parent> |
9 |
| - <modelVersion>4.0.0</modelVersion> |
10 |
| - |
11 |
| - <artifactId>webservices.rest-omod-2.5</artifactId> |
12 |
| - <name>Rest Web Services 2.5 OMOD</name> |
13 |
| - |
14 |
| - <properties> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 4 | + |
| 5 | + <parent> |
| 6 | + <artifactId>webservices.rest</artifactId> |
| 7 | + <groupId>org.openmrs.module</groupId> |
| 8 | + <version>2.40.0-SNAPSHOT</version> |
| 9 | + </parent> |
| 10 | + <modelVersion>4.0.0</modelVersion> |
| 11 | + |
| 12 | + <artifactId>webservices.rest-omod-2.5</artifactId> |
| 13 | + <name>Rest Web Services 2.5 OMOD</name> |
| 14 | + |
| 15 | + <properties> |
15 | 16 | <openmrs.version.2.5.0>2.5.0</openmrs.version.2.5.0>
|
16 | 17 | </properties>
|
17 | 18 |
|
|
119 | 120 | <classifier>tests</classifier>
|
120 | 121 | <scope>test</scope>
|
121 | 122 | </dependency>
|
122 |
| - |
| 123 | + |
123 | 124 | <dependency>
|
124 | 125 | <groupId>${project.parent.groupId}</groupId>
|
125 | 126 | <artifactId>${project.parent.artifactId}-omod-2.4</artifactId>
|
|
159 | 160 | <dependency>
|
160 | 161 | <groupId>org.openmrs.web</groupId>
|
161 | 162 | <artifactId>openmrs-web</artifactId>
|
162 |
| - <version>${openmrs.version.2.5.0}</version> |
| 163 | + <version>${openmrs.version.2.5.0}</version> |
163 | 164 | <exclusions>
|
164 | 165 | <exclusion>
|
165 | 166 | <groupId>javax.servlet</groupId>
|
|
173 | 174 | <artifactId>openmrs-web</artifactId>
|
174 | 175 | <type>test-jar</type>
|
175 | 176 | <scope>test</scope>
|
176 |
| - <version>${openmrs.version.2.5.0}</version> |
| 177 | + <version>${openmrs.version.2.5.0}</version> |
177 | 178 | </dependency>
|
178 | 179 |
|
179 | 180 | <dependency>
|
180 | 181 | <groupId>org.openmrs.test</groupId>
|
181 | 182 | <artifactId>openmrs-test</artifactId>
|
182 | 183 | <type>pom</type>
|
183 | 184 | <scope>test</scope>
|
184 |
| - <version>${openmrs.version.2.5.0}</version> |
| 185 | + <version>${openmrs.version.2.5.0}</version> |
185 | 186 | </dependency>
|
186 | 187 |
|
187 | 188 | <dependency>
|
|
190 | 191 | <version>${javaxVersion}</version>
|
191 | 192 | <scope>test</scope>
|
192 | 193 | </dependency>
|
193 |
| - |
| 194 | + |
194 | 195 | <dependency>
|
195 |
| - <groupId>org.apache.tomcat</groupId> |
196 |
| - <artifactId>jasper</artifactId> |
197 |
| - <version>6.0.18</version> |
198 |
| - <scope>provided</scope> |
199 |
| - </dependency> |
200 |
| - |
| 196 | + <groupId>org.apache.tomcat</groupId> |
| 197 | + <artifactId>jasper</artifactId> |
| 198 | + <version>6.0.18</version> |
| 199 | + <scope>provided</scope> |
| 200 | + </dependency> |
| 201 | + |
201 | 202 | </dependencies>
|
202 | 203 |
|
203 | 204 | <build>
|
|
0 commit comments