We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0deb528 commit d934b62Copy full SHA for d934b62
dinject-test/pom.xml
@@ -8,19 +8,20 @@
8
<modelVersion>4.0.0</modelVersion>
9
10
<artifactId>dinject-test</artifactId>
11
+ <version>0.1</version>
12
13
<dependencies>
14
15
<dependency>
16
<groupId>io.dinject</groupId>
17
<artifactId>dinject</artifactId>
- <version>${project.version}</version>
18
+ <version>2.3-SNAPSHOT</version>
19
</dependency>
20
21
22
23
<artifactId>dinject-generator</artifactId>
24
25
<scope>provided</scope>
26
27
0 commit comments