Authored by chunhua

add trace

Showing 1 changed file with 5 additions and 1 deletions
@@ -77,7 +77,11 @@ @@ -77,7 +77,11 @@
77 <artifactId>yoho-core-config</artifactId> 77 <artifactId>yoho-core-config</artifactId>
78 <version>${yoho.core.version}</version> 78 <version>${yoho.core.version}</version>
79 </dependency> 79 </dependency>
80 - 80 + <dependency>
  81 + <groupId>com.yoho.core</groupId>
  82 + <artifactId>yoho-core-trace</artifactId>
  83 + <version>${yoho.core.version}</version>
  84 + </dependency>
81 85
82 86
83 <!-- //////////////// start yoho model //////////////// --> 87 <!-- //////////////// start yoho model //////////////// -->