|
2 | 2 | <project xmlns='http://maven.apache.org/POM/4.0.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' |
3 | 3 | xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd'> |
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | | - <groupId>org.jooby</groupId> |
| 5 | + <groupId>io.jooby</groupId> |
6 | 6 | <artifactId>jooby-bom</artifactId> |
7 | | - <version>2.0.0-SNAPSHOT</version> |
| 7 | + <version>2.0.0.M1</version> |
8 | 8 | <packaging>pom</packaging> |
9 | 9 | <name>jooby-bom</name> |
10 | 10 | <description>Jooby (Bill of Materials)</description> |
|
13 | 13 | <!-- THIS FILE IS AUTO GENERATED. DON'T EDIT --> |
14 | 14 |
|
15 | 15 | <properties> |
16 | | - <jooby.version>2.0.0-SNAPSHOT</jooby.version> |
| 16 | + <jooby.version>2.0.0.M1</jooby.version> |
17 | 17 | <HikariCP.version>3.2.0</HikariCP.version> |
18 | 18 | <apt-maven-plugin.version>1.1.3</apt-maven-plugin.version> |
19 | 19 | <archetype-packaging.version>2.2</archetype-packaging.version> |
|
33 | 33 | <gradle-core.version>2.6</gradle-core.version> |
34 | 34 | <gradle-plugins.version>0.9-rc-1</gradle-plugins.version> |
35 | 35 | <gradle-tooling-api.version>2.6</gradle-tooling-api.version> |
| 36 | + <guice.version>4.2.2</guice.version> |
36 | 37 | <h2.version>1.4.197</h2.version> |
37 | 38 | <handlebars.version>4.1.2</handlebars.version> |
38 | 39 | <jackson.version>2.9.6</jackson.version> |
|
41 | 42 | <javassist.version>3.22.0-GA</javassist.version> |
42 | 43 | <javax.inject.version>1</javax.inject.version> |
43 | 44 | <jetty.version>9.4.14.v20181114</jetty.version> |
44 | | - <jooby-maven-plugin.version>2.0.0-SNAPSHOT</jooby-maven-plugin.version> |
45 | | - <jooby.version>2.0.0-SNAPSHOT</jooby.version> |
| 45 | + <jooby-maven-plugin.version>2.0.0.M1</jooby-maven-plugin.version> |
| 46 | + <jooby.version>2.0.0.M1</jooby.version> |
46 | 47 | <jsr305.version>3.0.2</jsr305.version> |
47 | 48 | <junit.version>5.3.2</junit.version> |
48 | 49 | <kotlin.version>1.3.20</kotlin.version> |
|
225 | 226 | <artifactId>h2</artifactId> |
226 | 227 | <version>${h2.version}</version> |
227 | 228 | </dependency> |
| 229 | + <dependency> |
| 230 | + <groupId>javax.inject</groupId> |
| 231 | + <artifactId>javax.inject</artifactId> |
| 232 | + <version>${javax.inject.version}</version> |
| 233 | + </dependency> |
228 | 234 | <dependency> |
229 | 235 | <groupId>com.squareup.okhttp3</groupId> |
230 | 236 | <artifactId>okhttp</artifactId> |
|
295 | 301 | <artifactId>reactor-core</artifactId> |
296 | 302 | <version>${reactor.version}</version> |
297 | 303 | </dependency> |
| 304 | + <dependency> |
| 305 | + <groupId>com.google.inject</groupId> |
| 306 | + <artifactId>guice</artifactId> |
| 307 | + <version>${guice.version}</version> |
| 308 | + </dependency> |
298 | 309 | <dependency> |
299 | 310 | <groupId>org.jetbrains.kotlin</groupId> |
300 | 311 | <artifactId>kotlin-stdlib</artifactId> |
|
320 | 331 | <artifactId>junit-jupiter-api</artifactId> |
321 | 332 | <version>${junit.version}</version> |
322 | 333 | </dependency> |
| 334 | + <dependency> |
| 335 | + <groupId>org.junit.jupiter</groupId> |
| 336 | + <artifactId>junit-jupiter-engine</artifactId> |
| 337 | + <version>${junit.version}</version> |
| 338 | + </dependency> |
323 | 339 | <dependency> |
324 | 340 | <groupId>org.jacoco</groupId> |
325 | 341 | <artifactId>org.jacoco.agent</artifactId> |
|
0 commit comments