File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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
You can’t perform that action at this time.
0 commit comments