@@ -77,6 +77,7 @@ under the License.
77
77
<aetherVersion >1.0.0.v20140518</aetherVersion >
78
78
<mavenVersion >3.2.5</mavenVersion >
79
79
<checkstyleVersion >9.3</checkstyleVersion >
80
+ <slf4jVersion >1.7.36</slf4jVersion >
80
81
<doxiaVersion >1.11.1</doxiaVersion >
81
82
<doxiaSitetoolsVersion >1.11.1</doxiaSitetoolsVersion >
82
83
<sitePluginVersion >3.12.1</sitePluginVersion >
@@ -115,6 +116,12 @@ under the License.
115
116
<artifactId >maven-plugin-annotations</artifactId >
116
117
<scope >provided</scope >
117
118
</dependency >
119
+ <dependency >
120
+ <groupId >javax.inject</groupId >
121
+ <artifactId >javax.inject</artifactId >
122
+ <version >1</version >
123
+ <scope >provided</scope >
124
+ </dependency >
118
125
<dependency >
119
126
<groupId >org.eclipse.sisu</groupId >
120
127
<artifactId >org.eclipse.sisu.plexus</artifactId >
@@ -181,6 +188,12 @@ under the License.
181
188
</exclusions >
182
189
</dependency >
183
190
191
+ <dependency >
192
+ <groupId >org.slf4j</groupId >
193
+ <artifactId >slf4j-api</artifactId >
194
+ <version >${slf4jVersion} </version >
195
+ </dependency >
196
+
184
197
<!-- checkstyle -->
185
198
<dependency >
186
199
<groupId >com.puppycrawl.tools</groupId >
@@ -209,7 +222,7 @@ under the License.
209
222
<dependency >
210
223
<groupId >org.slf4j</groupId >
211
224
<artifactId >slf4j-simple</artifactId >
212
- <version >1.7.36 </version >
225
+ <version >${slf4jVersion} </version >
213
226
<scope >test</scope >
214
227
</dependency >
215
228
<dependency >
0 commit comments