Skip to content

Commit c3f1ac2

Browse files
committed
Scoped dependencies appropriately. Resolve matomo-org#12
1 parent d48ca99 commit c3f1ac2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,16 +146,19 @@
146146
<groupId>org.glassfish.hk2</groupId>
147147
<artifactId>hk2-api</artifactId>
148148
<version>2.4.0-b27</version>
149+
<scope>runtime</scope>
149150
</dependency>
150151
<dependency>
151152
<groupId>org.glassfish.hk2</groupId>
152153
<artifactId>hk2-locator</artifactId>
153154
<version>2.4.0-b27</version>
155+
<scope>runtime</scope>
154156
</dependency>
155157
<dependency>
156158
<groupId>org.glassfish.hk2</groupId>
157159
<artifactId>hk2-utils</artifactId>
158160
<version>2.4.0-b27</version>
161+
<scope>runtime</scope>
159162
</dependency>
160163
<dependency>
161164
<groupId>org.apache.httpcomponents</groupId>
@@ -171,16 +174,19 @@
171174
<groupId>org.glassfish.hk2.external</groupId>
172175
<artifactId>javax.inject</artifactId>
173176
<version>2.4.0-b27</version>
177+
<scope>runtime</scope>
174178
</dependency>
175179
<dependency>
176180
<groupId>org.glassfish.hk2.external</groupId>
177181
<artifactId>aopalliance-repackaged</artifactId>
178182
<version>2.4.0-b27</version>
183+
<scope>runtime</scope>
179184
</dependency>
180185
<dependency>
181186
<groupId>javaee</groupId>
182187
<artifactId>javaee-api</artifactId>
183188
<version>5</version>
189+
<scope>runtime</scope>
184190
</dependency>
185191
<dependency>
186192
<groupId>org.glassfish</groupId>
@@ -196,11 +202,13 @@
196202
<groupId>org.glassfish.jersey.bundles.repackaged</groupId>
197203
<artifactId>jersey-guava</artifactId>
198204
<version>2.20</version>
205+
<scope>runtime</scope>
199206
</dependency>
200207
<dependency>
201208
<groupId>org.mockito</groupId>
202209
<artifactId>mockito-all</artifactId>
203210
<version>1.9.5</version>
211+
<scope>test</scope>
204212
</dependency>
205213
<dependency>
206214
<groupId>junit</groupId>

0 commit comments

Comments
 (0)