|
10 | 10 |
|
11 | 11 | <groupId>org.restcomm</groupId> |
12 | 12 | <artifactId>restcomm-connect</artifactId> |
13 | | - <version>8.3.1-SNAPSHOT</version> |
| 13 | + <version>8.3.2-SNAPSHOT</version> |
14 | 14 | <packaging>pom</packaging> |
15 | 15 | <name>RestComm-Connect</name> |
16 | 16 | <description>A unified communications platform for web developers.</description> |
|
186 | 186 |
|
187 | 187 | <dependencyManagement> |
188 | 188 | <dependencies> |
| 189 | + <!-- INTERNAL MODULES --> |
| 190 | + <dependency> |
| 191 | + <groupId>org.restcomm</groupId> |
| 192 | + <artifactId>restcomm-connect.sdr.api</artifactId> |
| 193 | + <version>${project.version}</version> |
| 194 | + </dependency> |
| 195 | + <dependency> |
| 196 | + <groupId>org.restcomm</groupId> |
| 197 | + <artifactId>restcomm-connect.core</artifactId> |
| 198 | + <version>${project.version}</version> |
| 199 | + </dependency> |
| 200 | + <dependency> |
| 201 | + <groupId>org.restcomm</groupId> |
| 202 | + <artifactId>restcomm-connect.mrb.api</artifactId> |
| 203 | + <version>${project.version}</version> |
| 204 | + </dependency> |
| 205 | + |
| 206 | + <dependency> |
| 207 | + <groupId>org.restcomm</groupId> |
| 208 | + <artifactId>restcomm-connect.mrb</artifactId> |
| 209 | + <version>${project.version}</version> |
| 210 | + </dependency> |
| 211 | + <dependency> |
| 212 | + <groupId>org.restcomm</groupId> |
| 213 | + <artifactId>restcomm-connect.application</artifactId> |
| 214 | + <version>${project.version}</version> |
| 215 | + <type>war</type> |
| 216 | + </dependency> |
| 217 | + <dependency> |
| 218 | + <groupId>org.restcomm</groupId> |
| 219 | + <artifactId>restcomm-connect.extension.api</artifactId> |
| 220 | + <version>${project.version}</version> |
| 221 | + </dependency> |
| 222 | + <dependency> |
| 223 | + <groupId>org.restcomm</groupId> |
| 224 | + <artifactId>restcomm-connect.extension.controller</artifactId> |
| 225 | + <version>${project.version}</version> |
| 226 | + </dependency> |
| 227 | + <dependency> |
| 228 | + <groupId>org.restcomm</groupId> |
| 229 | + <artifactId>restcomm-connect.monitoring.service</artifactId> |
| 230 | + <version>${project.version}</version> |
| 231 | + </dependency> |
| 232 | + <dependency> |
| 233 | + <groupId>org.restcomm</groupId> |
| 234 | + <artifactId>restcomm-connect.dao</artifactId> |
| 235 | + <version>${project.version}</version> |
| 236 | + </dependency> |
| 237 | + <dependency> |
| 238 | + <groupId>org.restcomm</groupId> |
| 239 | + <artifactId>restcomm-connect.telephony</artifactId> |
| 240 | + <version>${project.version}</version> |
| 241 | + </dependency> |
| 242 | + <dependency> |
| 243 | + <groupId>org.restcomm</groupId> |
| 244 | + <artifactId>restcomm-connect.telephony.api</artifactId> |
| 245 | + <version>${project.version}</version> |
| 246 | + </dependency> |
| 247 | + |
| 248 | + <dependency> |
| 249 | + <groupId>org.restcomm</groupId> |
| 250 | + <artifactId>restcomm-connect.http</artifactId> |
| 251 | + <version>${project.version}</version> |
| 252 | + </dependency> |
| 253 | + <dependency> |
| 254 | + <groupId>org.restcomm</groupId> |
| 255 | + <artifactId>restcomm-connect.extension.api</artifactId> |
| 256 | + <version>${project.version}</version> |
| 257 | + </dependency> |
| 258 | + |
| 259 | + <dependency> |
| 260 | + <groupId>org.restcomm</groupId> |
| 261 | + <artifactId>restcomm-connect.testsuite</artifactId> |
| 262 | + <version>${project.version}</version> |
| 263 | + </dependency> |
| 264 | + |
| 265 | + <dependency> |
| 266 | + <groupId>org.restcomm</groupId> |
| 267 | + <artifactId>restcomm-connect.commons</artifactId> |
| 268 | + <version>${project.version}</version> |
| 269 | + </dependency> |
| 270 | + <dependency> |
| 271 | + <groupId>org.restcomm</groupId> |
| 272 | + <artifactId>restcomm-connect.email.api</artifactId> |
| 273 | + <version>${project.version}</version> |
| 274 | + </dependency> |
| 275 | + |
| 276 | + <dependency> |
| 277 | + <groupId>org.restcomm</groupId> |
| 278 | + <artifactId>restcomm-connect.sms</artifactId> |
| 279 | + <version>${project.version}</version> |
| 280 | + </dependency> |
| 281 | + <dependency> |
| 282 | + <groupId>org.restcomm</groupId> |
| 283 | + <artifactId>restcomm-connect.mgcp</artifactId> |
| 284 | + <version>${project.version}</version> |
| 285 | + </dependency> |
| 286 | + |
| 287 | + <dependency> |
| 288 | + <groupId>org.restcomm</groupId> |
| 289 | + <artifactId>restcomm-connect.mscontrol.api</artifactId> |
| 290 | + <version>${project.version}</version> |
| 291 | + </dependency> |
| 292 | + |
| 293 | + <dependency> |
| 294 | + <groupId>org.restcomm</groupId> |
| 295 | + <artifactId>restcomm-connect.mscontrol.mms</artifactId> |
| 296 | + <version>${project.version}</version> |
| 297 | + </dependency> |
| 298 | + <dependency> |
| 299 | + <groupId>org.restcomm</groupId> |
| 300 | + <artifactId>restcomm-connect.dns.api</artifactId> |
| 301 | + <version>${project.version}</version> |
| 302 | + </dependency> |
| 303 | + <dependency> |
| 304 | + <groupId>org.restcomm</groupId> |
| 305 | + <artifactId>restcomm-connect-management</artifactId> |
| 306 | + <version>${project.version}</version> |
| 307 | + <type>war</type> |
| 308 | + </dependency> |
| 309 | + <!-- END OF INTERNAL MODULES --> |
| 310 | + |
| 311 | + |
189 | 312 | <!-- SMPP Testing --> |
190 | 313 |
|
191 | 314 | <dependency> |
|
459 | 582 | <version>${sipservletapi.version}</version> |
460 | 583 | <scope>provided</scope> |
461 | 584 | </dependency> |
| 585 | + |
| 586 | + <dependency> |
| 587 | + <groupId>org.mobicents.servlet.sip</groupId> |
| 588 | + <artifactId>sip-servlets-core-api</artifactId> |
| 589 | + <version>${sipservletapi.version}</version> |
| 590 | + </dependency> |
462 | 591 |
|
463 | 592 | <dependency> |
464 | 593 | <groupId>org.mobicents.servlet.sip</groupId> |
|
489 | 618 | </exclusion> |
490 | 619 | </exclusions> |
491 | 620 | </dependency> |
| 621 | + |
| 622 | + <dependency> |
| 623 | + <groupId>org.apache.tomcat</groupId> |
| 624 | + <artifactId>tomcat-catalina</artifactId> |
| 625 | + <version>${tomcat7.version}</version> |
| 626 | + </dependency> |
492 | 627 |
|
493 | 628 | <dependency> |
494 | 629 | <groupId>org.jboss.arquillian.junit</groupId> |
495 | 630 | <artifactId>arquillian-junit-container</artifactId> |
496 | 631 | <version>${arquillian.version}</version> |
497 | | - <scope>test</scope> |
498 | 632 | </dependency> |
| 633 | + |
| 634 | + <dependency> |
| 635 | + <groupId>org.mobicents.arquillian.container</groupId> |
| 636 | + <artifactId>mss-arquillian-mediaserver-api</artifactId> |
| 637 | + <version>${mss.arquillian.version}</version> |
| 638 | + </dependency> |
| 639 | + <dependency> |
| 640 | + <groupId>org.mobicents.arquillian.container</groupId> |
| 641 | + <artifactId>mss-arquillian-mediaserver-extension</artifactId> |
| 642 | + <version>${mss.arquillian.version}</version> |
| 643 | + </dependency> |
499 | 644 |
|
500 | 645 | <dependency> |
501 | 646 | <groupId>org.jboss.shrinkwrap.resolver</groupId> |
|
510 | 655 | <version>${shrinkwrap.resolver.version}</version> |
511 | 656 | <scope>test</scope> |
512 | 657 | </dependency> |
| 658 | + |
| 659 | + <dependency> |
| 660 | + <groupId>com.cloudhopper</groupId> |
| 661 | + <artifactId>ch-commons-util</artifactId> |
| 662 | + <version>${ch-commons-util.version}</version> |
| 663 | + </dependency> |
513 | 664 |
|
514 | 665 | <dependency> |
515 | 666 | <groupId>org.mobicents.sipunit</groupId> |
|
553 | 704 | <version>${mockito-core.version}</version> |
554 | 705 | <scope>test</scope> |
555 | 706 | </dependency> |
| 707 | + |
| 708 | + <dependency> |
| 709 | + <groupId>org.mobicents.servlet.sip.containers</groupId> |
| 710 | + <artifactId>sip-servlets-tomcat-7</artifactId> |
| 711 | + <version>${sipservletapi.version}</version> |
| 712 | + </dependency> |
| 713 | + <dependency> |
| 714 | + <groupId>org.mobicents.servlet.sip</groupId> |
| 715 | + <artifactId>sip-servlets-impl</artifactId> |
| 716 | + <version>${sipservletapi.version}</version> |
| 717 | + </dependency> |
| 718 | + <dependency> |
| 719 | + <groupId>org.mobicents.servlet.sip</groupId> |
| 720 | + <artifactId>sip-servlets-client</artifactId> |
| 721 | + <version>${sipservletapi.version}</version> |
| 722 | + </dependency> |
| 723 | + <dependency> |
| 724 | + <groupId>org.mobicents.commtesting</groupId> |
| 725 | + <artifactId>mgcpUnit</artifactId> |
| 726 | + <version>${mgcpunit.version}</version> |
| 727 | + </dependency> |
| 728 | + <dependency> |
| 729 | + <groupId>org.mobicents.media</groupId> |
| 730 | + <artifactId>concurrent</artifactId> |
| 731 | + <version>${mobicents.mgcp.impl.version}</version> |
| 732 | + </dependency> |
| 733 | + <dependency> |
| 734 | + <groupId>com.github.tomakehurst</groupId> |
| 735 | + <artifactId>wiremock</artifactId> |
| 736 | + <version>1.57</version> |
| 737 | + <!-- Include this if you have dependency conflicts for Guava, Jetty, Jackson |
| 738 | + or Apache HTTP Client --> |
| 739 | + <classifier>standalone</classifier> |
| 740 | + </dependency> |
556 | 741 | </dependencies> |
557 | 742 | </dependencyManagement> |
558 | 743 |
|
|
676 | 861 | <plugin> |
677 | 862 | <groupId>org.apache.maven.plugins</groupId> |
678 | 863 | <artifactId>maven-checkstyle-plugin</artifactId> |
679 | | - <version>${checkstyle.plugin.version}</version> |
680 | 864 | <configuration> |
681 | 865 | <configLocation>/checkstyle/checkstyle.xml</configLocation> |
682 | 866 | <consoleOutput>true</consoleOutput> |
|
805 | 989 | <reuseForks>false</reuseForks> |
806 | 990 | </configuration> |
807 | 991 | </plugin> |
| 992 | + <plugin> |
| 993 | + <groupId>org.apache.maven.plugins</groupId> |
| 994 | + <artifactId>maven-checkstyle-plugin</artifactId> |
| 995 | + <version>${checkstyle.plugin.version}</version> |
| 996 | + </plugin> |
808 | 997 | </plugins> |
809 | 998 | </pluginManagement> |
810 | 999 | </build> |
|
0 commit comments