修改本地jar包路径描述,避免marven编译Warning
parent
0dc017704a
commit
80f6ecc617
2
pom.xml
2
pom.xml
|
@ -131,7 +131,7 @@
|
||||||
<artifactId>jain-sip-ri</artifactId>
|
<artifactId>jain-sip-ri</artifactId>
|
||||||
<version>1.3.0-92</version>
|
<version>1.3.0-92</version>
|
||||||
<scope>system</scope>
|
<scope>system</scope>
|
||||||
<systemPath>${project.basedir}/libs/jain-sip-ri-1.3.0-92.jar</systemPath>
|
<systemPath>${pom.basedir}/libs/jain-sip-ri-1.3.0-92.jar</systemPath>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>log4j</groupId>
|
<groupId>log4j</groupId>
|
||||||
|
|
Loading…
Reference in New Issue