From 2c6200d69da08e62fecd9af91e5f93df0741635a Mon Sep 17 00:00:00 2001
From: Celebrate-future <78527112+Celebrate-future@users.noreply.github.com>
Date: Tue, 10 May 2022 10:50:55 +0800
Subject: [PATCH] remove redundant dependencies
---
mapstruct-kotlin/pom.xml | 23 +++++++++++++++++------
1 file changed, 17 insertions(+), 6 deletions(-)
diff --git a/mapstruct-kotlin/pom.xml b/mapstruct-kotlin/pom.xml
index f033837..5ee13c5 100644
--- a/mapstruct-kotlin/pom.xml
+++ b/mapstruct-kotlin/pom.xml
@@ -28,12 +28,16 @@
org.jetbrains.kotlin
kotlin-stdlib
${kotlin.version}
-
-
- org.jetbrains.kotlin
- kotlin-test-junit
- ${kotlin.version}
- test
+
+
+ org.jetbrains
+ annotations
+
+
+ org.jetbrains.kotlin
+ kotlin-stdlib-common
+
+
junit
@@ -47,6 +51,13 @@
3.8.0
test
+
+ org.jetbrains.kotlin
+ kotlin-test
+ 1.5.10
+ jar
+ test
+