Commit 80f6ecc6174f271a94bcc2593ac7db41e9a4b178
1 parent
0dc01770
修改本地jar包路径描述,避免marven编译Warning
Showing
1 changed file
with
2 additions
and
2 deletions
pom.xml
| @@ -131,7 +131,7 @@ | @@ -131,7 +131,7 @@ | ||
| 131 | <artifactId>jain-sip-ri</artifactId> | 131 | <artifactId>jain-sip-ri</artifactId> |
| 132 | <version>1.3.0-92</version> | 132 | <version>1.3.0-92</version> |
| 133 | <scope>system</scope> | 133 | <scope>system</scope> |
| 134 | - <systemPath>${project.basedir}/libs/jain-sip-ri-1.3.0-92.jar</systemPath> | 134 | + <systemPath>${pom.basedir}/libs/jain-sip-ri-1.3.0-92.jar</systemPath> |
| 135 | </dependency> | 135 | </dependency> |
| 136 | <dependency> | 136 | <dependency> |
| 137 | <groupId>log4j</groupId> | 137 | <groupId>log4j</groupId> |
| @@ -141,7 +141,7 @@ | @@ -141,7 +141,7 @@ | ||
| 141 | 141 | ||
| 142 | <!-- xml解析库 --> | 142 | <!-- xml解析库 --> |
| 143 | <dependency> | 143 | <dependency> |
| 144 | - <groupId>org.dom4j</groupId> | 144 | + <groupId>org.dom4j</groupId> |
| 145 | <artifactId>dom4j</artifactId> | 145 | <artifactId>dom4j</artifactId> |
| 146 | <version>2.1.3</version> | 146 | <version>2.1.3</version> |
| 147 | </dependency> | 147 | </dependency> |