Commit ccde6988ddd275fc672a8fd417a9d6e2d96ee693
1 parent
1d98e32139
Exists in
master
and in
1 other branch
add data import : basic config
Showing 1 changed file with 10 additions and 0 deletions
platform-data-api/pom.xml
View file @
ccde698
| ... | ... | @@ -28,6 +28,16 @@ |
| 28 | 28 | <artifactId>cxf-rt-ws-security</artifactId> |
| 29 | 29 | </dependency> |
| 30 | 30 | <dependency> |
| 31 | + <groupId>org.apache.velocity</groupId> | |
| 32 | + <artifactId>velocity</artifactId> | |
| 33 | + <version>1.7</version> | |
| 34 | + </dependency> | |
| 35 | + <dependency> | |
| 36 | + <groupId>org.apache.velocity</groupId> | |
| 37 | + <artifactId>velocity-tools</artifactId> | |
| 38 | + <version>2.0</version> | |
| 39 | + </dependency> | |
| 40 | + <dependency> | |
| 31 | 41 | <groupId>com.lyms.core</groupId> |
| 32 | 42 | <artifactId>platform-common</artifactId> |
| 33 | 43 | <version>${project.version}</version> |