Skip to content

Commit c6c4478

Browse files
author
Joakim Olsson
committed
Revert "[maven-release-plugin] rollback the release of v0.1.23"
This reverts commit 45f5920.
1 parent 45f5920 commit c6c4478

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

pom.xml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<artifactId>github-client</artifactId>
6-
<version>0.0.26-SNAPSHOT</version>
6+
<version>0.1.24-SNAPSHOT</version>
77

88
<parent>
99
<groupId>com.spotify</groupId>
@@ -100,6 +100,7 @@
100100
<immutables.version>2.8.3</immutables.version>
101101
<powermock.version>2.0.2</powermock.version>
102102
<objenesis.version>3.0.1</objenesis.version>
103+
<opencensus.version>0.26.0</opencensus.version>
103104

104105
<shade.id>${project.groupId}.githubclient.shade</shade.id>
105106
</properties>
@@ -170,6 +171,11 @@
170171
<artifactId>jjwt-api</artifactId>
171172
<version>0.10.5</version>
172173
</dependency>
174+
<dependency>
175+
<groupId>io.opencensus</groupId>
176+
<artifactId>opencensus-api</artifactId>
177+
<version>${opencensus.version}</version>
178+
</dependency>
173179
<dependency>
174180
<groupId>io.jsonwebtoken</groupId>
175181
<artifactId>jjwt-impl</artifactId>
@@ -218,6 +224,18 @@
218224
<version>${mockito-core.version}</version>
219225
<scope>test</scope>
220226
</dependency>
227+
<dependency>
228+
<groupId>io.opencensus</groupId>
229+
<artifactId>opencensus-testing</artifactId>
230+
<version>${opencensus.version}</version>
231+
<scope>test</scope>
232+
</dependency>
233+
<dependency>
234+
<groupId>io.opencensus</groupId>
235+
<artifactId>opencensus-impl</artifactId>
236+
<version>${opencensus.version}</version>
237+
<scope>test</scope>
238+
</dependency>
221239
<dependency>
222240
<groupId>com.squareup.okhttp3</groupId>
223241
<artifactId>mockwebserver</artifactId>

0 commit comments

Comments
 (0)