修改本地jar包路径描述,避免marven编译Warning

pull/30/head
Lawrence 2021-01-11 09:10:56 +08:00
parent 0dc017704a
commit 80f6ecc617
1 changed files with 2 additions and 2 deletions

View File

@ -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>