Skip to content

Commit 14f5093

Browse files
committed
Resolve matomo-org#10
1 parent 0575c45 commit 14f5093

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

pom.xml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,17 +123,17 @@
123123
<dependency>
124124
<groupId>org.glassfish.hk2</groupId>
125125
<artifactId>hk2-api</artifactId>
126-
<version>2.3.0</version>
126+
<version>2.4.0-b27</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>org.glassfish.hk2</groupId>
130130
<artifactId>hk2-locator</artifactId>
131-
<version>2.3.0</version>
131+
<version>2.4.0-b27</version>
132132
</dependency>
133133
<dependency>
134134
<groupId>org.glassfish.hk2</groupId>
135135
<artifactId>hk2-utils</artifactId>
136-
<version>2.3.0</version>
136+
<version>2.4.0-b27</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>org.apache.httpcomponents</groupId>
@@ -145,6 +145,16 @@
145145
<artifactId>httpcore</artifactId>
146146
<version>4.4</version>
147147
</dependency>
148+
<dependency>
149+
<groupId>org.glassfish.hk2.external</groupId>
150+
<artifactId>javax.inject</artifactId>
151+
<version>2.4.0-b27</version>
152+
</dependency>
153+
<dependency>
154+
<groupId>org.glassfish.hk2.external</groupId>
155+
<artifactId>aopalliance-repackaged</artifactId>
156+
<version>2.4.0-b27</version>
157+
</dependency>
148158
<dependency>
149159
<groupId>javaee</groupId>
150160
<artifactId>javaee-api</artifactId>
@@ -163,7 +173,7 @@
163173
<dependency>
164174
<groupId>org.glassfish.jersey.bundles.repackaged</groupId>
165175
<artifactId>jersey-guava</artifactId>
166-
<version>2.6</version>
176+
<version>2.20</version>
167177
</dependency>
168178
<dependency>
169179
<groupId>org.mockito</groupId>

0 commit comments

Comments
 (0)