diff options
Diffstat (limited to 'vid-app-common/pom.xml')
-rwxr-xr-x | vid-app-common/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index b2c5c9dce..28b17a373 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -821,7 +821,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.6</version> + <version>3.9</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> @@ -871,5 +871,10 @@ <artifactId>springfox-swagger2</artifactId> <version>2.9.2</version> </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-artifact</artifactId> + <version>3.6.1</version> + </dependency> </dependencies> </project> |