|
135 | 135 | Therefore we set this empty property here--> |
136 | 136 | <jacocoArgLine /> |
137 | 137 | </properties> |
138 | | - <modules> |
| 138 | + <modules> |
139 | 139 | <module>restcomm.application</module> |
140 | 140 | <module>restcomm.commons</module> |
141 | 141 | <module>restcomm.dao</module> |
|
174 | 174 | <module>restcomm.monitoring.service</module> |
175 | 175 | <module>restcomm.tts.awspolly</module> |
176 | 176 | <module>restcomm.sdr.api</module> |
177 | | - <module>restcomm-connect.core</module> |
| 177 | + <module>restcomm-connect.core</module> |
178 | 178 | </modules> |
179 | 179 |
|
180 | 180 | <dependencyManagement> |
|
304 | 304 | <dependency> |
305 | 305 | <groupId>org.mobicents.servlet.sip</groupId> |
306 | 306 | <artifactId>sip-servlets-client</artifactId> |
307 | | - <version>${sipservletapi.version}</version> |
| 307 | + <version>${sipservletapi.version}</version> |
308 | 308 | <scope>provided</scope> |
309 | | - </dependency> |
| 309 | + </dependency> |
310 | 310 |
|
311 | 311 | <!--dependency> <groupId>org.apache.tomcat</groupId> <artifactId>servlet-api</artifactId> |
312 | 312 | <version>${servlet-api.version}</version> </dependency --> |
|
322 | 322 | <artifactId>shiro-web</artifactId> |
323 | 323 | <version>${shiroweb.version}</version> |
324 | 324 | </dependency> |
325 | | - |
| 325 | + |
326 | 326 | <dependency> |
327 | 327 | <groupId>javax.ws.rs</groupId> |
328 | | - <artifactId>javax.ws.rs</artifactId> |
| 328 | + <artifactId>jsr311-api</artifactId> |
329 | 329 | <version>1.0</version> |
330 | | - </dependency> |
| 330 | + </dependency> |
331 | 331 |
|
332 | 332 | <dependency> |
333 | 333 | <groupId>com.sun.jersey</groupId> |
|
562 | 562 | <version>${sipservletapi.version}</version> |
563 | 563 | <scope>test</scope> |
564 | 564 | </dependency> |
565 | | - |
| 565 | + |
566 | 566 | <dependency> |
567 | 567 | <groupId>org.hsqldb</groupId> |
568 | 568 | <artifactId>hsqldb</artifactId> |
|
772 | 772 | <groupId>org.apache.maven.plugins</groupId> |
773 | 773 | <artifactId>maven-checkstyle-plugin</artifactId> |
774 | 774 | <version>${checkstyle.plugin.version}</version> |
775 | | - </plugin> |
| 775 | + </plugin> |
776 | 776 | </plugins> |
777 | 777 | </pluginManagement> |
778 | 778 | </build> |
|
789 | 789 | <modules> |
790 | 790 | <module>restcomm.testsuite</module> |
791 | 791 | </modules> |
792 | | - </profile> |
| 792 | + </profile> |
793 | 793 | <profile> |
794 | 794 | <id>set-git-hash</id> |
795 | 795 | <build> |
|
0 commit comments