| | |
| | | <groupId>javax.sip</groupId> |
| | | <artifactId>jain-sip-ri</artifactId> |
| | | <version>1.3.0-92</version> |
| | | <!-- <scope>system</scope> |
| | | <systemPath>${project.basedir}/libs/jain-sip-ri-1.3.0-91.jar</systemPath> --> |
| | | <scope>system</scope> |
| | | <systemPath>${project.basedir}/libs/jain-sip-ri-1.3.0-92.jar</systemPath> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.dom4j</groupId> |
| | |
| | | <configuration> |
| | | <source>1.8</source> |
| | | <target>1.8</target> |
| | | <webResources> |
| | | <!-- <webResources> |
| | | <resource> |
| | | <directory>${project.basedir}/libs</directory> |
| | | <targetPath>WEB-INF/lib</targetPath> |
| | |
| | | <include>**/*.jar</include> |
| | | </includes> |
| | | </resource> |
| | | </webResources> |
| | | </webResources> --> |
| | | </configuration> |
| | | </plugin> |
| | | |