Skip to content

Commit 61def02

Browse files
committed
Add missing dependencies
1 parent 142304a commit 61def02

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

pom.xml

+14-1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ under the License.
7777
<aetherVersion>1.0.0.v20140518</aetherVersion>
7878
<mavenVersion>3.2.5</mavenVersion>
7979
<checkstyleVersion>9.3</checkstyleVersion>
80+
<slf4jVersion>1.7.36</slf4jVersion>
8081
<doxiaVersion>1.11.1</doxiaVersion>
8182
<doxiaSitetoolsVersion>1.11.1</doxiaSitetoolsVersion>
8283
<sitePluginVersion>3.12.1</sitePluginVersion>
@@ -115,6 +116,12 @@ under the License.
115116
<artifactId>maven-plugin-annotations</artifactId>
116117
<scope>provided</scope>
117118
</dependency>
119+
<dependency>
120+
<groupId>javax.inject</groupId>
121+
<artifactId>javax.inject</artifactId>
122+
<version>1</version>
123+
<scope>provided</scope>
124+
</dependency>
118125
<dependency>
119126
<groupId>org.eclipse.sisu</groupId>
120127
<artifactId>org.eclipse.sisu.plexus</artifactId>
@@ -181,6 +188,12 @@ under the License.
181188
</exclusions>
182189
</dependency>
183190

191+
<dependency>
192+
<groupId>org.slf4j</groupId>
193+
<artifactId>slf4j-api</artifactId>
194+
<version>${slf4jVersion}</version>
195+
</dependency>
196+
184197
<!-- checkstyle -->
185198
<dependency>
186199
<groupId>com.puppycrawl.tools</groupId>
@@ -209,7 +222,7 @@ under the License.
209222
<dependency>
210223
<groupId>org.slf4j</groupId>
211224
<artifactId>slf4j-simple</artifactId>
212-
<version>1.7.36</version>
225+
<version>${slf4jVersion}</version>
213226
<scope>test</scope>
214227
</dependency>
215228
<dependency>

0 commit comments

Comments
 (0)