Skip to content

Commit 8b22de6

Browse files
author
dengfeige
committed
fix: Modify groovy dependency to test scope
1 parent b84421b commit 8b22de6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.featureprobe</groupId>
88
<artifactId>server-sdk-java</artifactId>
9-
<version>1.3.2</version>
9+
<version>1.4.0</version>
1010
<name>server-sdk-java</name>
1111
<url>https://github.com/FeatureProbe/server-sdk-java</url>
1212
<description>FeatureProbe Server Side SDK for Java</description>
@@ -113,6 +113,7 @@
113113
<groupId>org.codehaus.groovy</groupId>
114114
<artifactId>groovy</artifactId>
115115
<version>${groovy.version}</version>
116+
<scope>test</scope>
116117
</dependency>
117118
<dependency> <!-- enables mocking of classes (in addition to interfaces) -->
118119
<groupId>net.bytebuddy</groupId>
@@ -137,11 +138,13 @@
137138
<groupId>com.h2database</groupId>
138139
<artifactId>h2</artifactId>
139140
<version>2.1.210</version>
141+
<scope>test</scope>
140142
</dependency>
141143
<dependency>
142144
<groupId>org.codehaus.groovy</groupId>
143145
<artifactId>groovy-sql</artifactId>
144146
<version>${groovy.version}</version>
147+
<scope>test</scope>
145148
</dependency>
146149
</dependencies>
147150

0 commit comments

Comments
 (0)