|
125 | 125 | <groupId>javax.sip</groupId> |
126 | 126 | <artifactId>jain-sip-ri</artifactId> |
127 | 127 | </dependency> |
128 | | - |
| 128 | + |
129 | 129 | <dependency> |
130 | 130 | <groupId>org.jboss.arquillian.junit</groupId> |
131 | 131 | <artifactId>arquillian-junit-container</artifactId> |
|
139 | 139 | <version>${shrinkwrap.resolver.version}</version> |
140 | 140 | <scope>compile</scope> |
141 | 141 | </dependency> |
142 | | - |
| 142 | + |
143 | 143 | <dependency> |
144 | 144 | <groupId>org.jboss.shrinkwrap.resolver</groupId> |
145 | 145 | <artifactId>shrinkwrap-resolver-api-maven</artifactId> |
|
152 | 152 | <artifactId>shrinkwrap-resolver-api-maven-archive</artifactId> |
153 | 153 | <version>${shrinkwrap.resolver.version}</version> |
154 | 154 | <scope>compile</scope> |
155 | | - </dependency> |
| 155 | + </dependency> |
156 | 156 |
|
157 | 157 | <dependency> |
158 | 158 | <groupId>org.jboss.shrinkwrap.resolver</groupId> |
159 | 159 | <artifactId>shrinkwrap-resolver-impl-maven-archive</artifactId> |
160 | 160 | <version>${shrinkwrap.resolver.version}</version> |
161 | 161 | <scope>compile</scope> |
162 | | - </dependency> |
| 162 | + </dependency> |
163 | 163 |
|
164 | 164 | <!--Dependencies for wildfly10 --> |
165 | 165 | <dependency> |
166 | 166 | <groupId>org.mobicents.sipunit</groupId> |
167 | 167 | <artifactId>sipunit</artifactId> |
168 | 168 | <scope>compile</scope> |
169 | | - </dependency> |
| 169 | + </dependency> |
170 | 170 | <dependency> |
171 | 171 | <groupId>org.wildfly.arquillian</groupId> |
172 | 172 | <artifactId>wildfly-arquillian-container-managed</artifactId> |
173 | 173 | <version>2.1.0.Final</version> |
174 | 174 | <scope>test</scope> |
175 | | - </dependency> |
| 175 | + </dependency> |
176 | 176 |
|
177 | 177 | <!--Dependencies for wildfly10 --> |
178 | 178 |
|
|
344 | 344 | <version>${project.version}</version> |
345 | 345 | <scope>test</scope> |
346 | 346 | </dependency> |
347 | | - |
| 347 | + |
348 | 348 | <dependency> |
349 | 349 | <groupId>org.restcomm.smpp</groupId> |
350 | 350 | <artifactId>smpp-extensions</artifactId> |
|
372 | 372 | <version>3.2.0-89</version> |
373 | 373 | <type>zip</type> |
374 | 374 | <classifier>assembly</classifier> |
375 | | - </artifactItem> |
| 375 | + </artifactItem> |
376 | 376 | </artifactItems> |
377 | 377 | </configuration> |
378 | 378 | </execution> |
379 | 379 | </executions> |
380 | | - </plugin> |
| 380 | + </plugin> |
381 | 381 | <plugin> |
382 | 382 | <artifactId>maven-compiler-plugin</artifactId> |
383 | 383 | <configuration> |
|
448 | 448 | <java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager> |
449 | 449 | <jboss.home>${project.basedir}/target/dependency/restcomm-sip-servlets-3.2.0-89-wildfly-10.0.0.Final</jboss.home> |
450 | 450 | <arquillian.launch>wildfly10-managed</arquillian.launch> |
451 | | - </systemPropertyVariables> |
452 | | - <redirectTestOutputToFile>false</redirectTestOutputToFile> |
| 451 | + </systemPropertyVariables> |
| 452 | + <redirectTestOutputToFile>false</redirectTestOutputToFile> |
453 | 453 | </configuration> |
454 | 454 | </plugin> |
455 | 455 | </plugins> |
|
518 | 518 | every forked JVM/test class--> |
519 | 519 | <arquillian_http_port>${surefire.forkNumber}509</arquillian_http_port> |
520 | 520 | <arquillian_sip_port>${surefire.forkNumber}508</arquillian_sip_port> |
521 | | - </systemPropertyVariables> |
| 521 | + </systemPropertyVariables> |
522 | 522 | </configuration> |
523 | 523 | </plugin> |
524 | 524 | </plugins> |
|
0 commit comments