Browse Source

recover missing fastjson's version

sunyj 8 years ago
parent
commit
ad5ae70728
1 changed files with 1 additions and 0 deletions
  1. 1 0
      report/pom.xml

+ 1 - 0
report/pom.xml

@@ -72,6 +72,7 @@
 		<dependency>
 			<groupId>com.alibaba</groupId>
 			<artifactId>fastjson</artifactId>
+            <version>${fastjson.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>com.oracle</groupId>