Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
dependencyManagement add feilong-util-all fix #181
Browse files Browse the repository at this point in the history
  • Loading branch information
venusdrogon committed May 24, 2018
1 parent 99e257b commit d751242
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Expand Up @@ -280,6 +280,13 @@
<version>${version.feilong-platform}</version>
</dependency>

<!-- feilong-util-all -->
<dependency>
<groupId>com.feilong.platform</groupId>
<artifactId>feilong-util-all</artifactId>
<version>${version.feilong-platform}</version>
</dependency>

<!-- feilong-core-extension -->
<dependency>
<groupId>com.feilong.platform</groupId>
Expand All @@ -294,7 +301,7 @@
<version>${version.feilong-platform}</version>
</dependency>

<!-- feilong-json-jsonlib -->
<!-- feilong-json-jsonlib tests -->
<dependency>
<groupId>com.feilong.json</groupId>
<artifactId>feilong-json-jsonlib</artifactId>
Expand Down

0 comments on commit d751242

Please sign in to comment.