Commit fc4cd01f676196bd3ad42dbe93d250495017faea
1 parent
31313106
修改本地jar库路径描述,避免marven编译Warning
Showing
2 changed files
with
3 additions
and
3 deletions
pom.xml
| ... | ... | @@ -131,7 +131,7 @@ |
| 131 | 131 | <artifactId>jain-sip-ri</artifactId> |
| 132 | 132 | <version>1.3.0-92</version> |
| 133 | 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 | 135 | </dependency> |
| 136 | 136 | <dependency> |
| 137 | 137 | <groupId>log4j</groupId> |
| ... | ... | @@ -141,7 +141,7 @@ |
| 141 | 141 | |
| 142 | 142 | <!-- xml解析库 --> |
| 143 | 143 | <dependency> |
| 144 | - <groupId>org.dom4j</groupId> | |
| 144 | + <groupId>org.dom4j</groupId> | |
| 145 | 145 | <artifactId>dom4j</artifactId> |
| 146 | 146 | <version>2.1.3</version> |
| 147 | 147 | </dependency> | ... | ... |
web_src/src/router/index.js