Skip to content

Commit bc90029

Browse files
authored
OAK-11224: remove guava dependencies from POMs (ongoing) - oak-core and oak-jcr (#2760)
1 parent d290898 commit bc90029

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

oak-core/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -307,11 +307,6 @@
307307
<artifactId>jackrabbit-jcr-commons</artifactId>
308308
<version>${jackrabbit.version}</version>
309309
</dependency>
310-
<dependency>
311-
<groupId>org.apache.jackrabbit</groupId>
312-
<artifactId>oak-shaded-guava</artifactId>
313-
<version>${project.version}</version>
314-
</dependency>
315310

316311
<!-- Logging -->
317312
<dependency>

oak-jcr/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,6 @@
221221
<artifactId>commons-lang3</artifactId>
222222
</dependency>
223223

224-
<dependency>
225-
<groupId>org.apache.jackrabbit</groupId>
226-
<artifactId>oak-shaded-guava</artifactId>
227-
<version>${project.version}</version>
228-
</dependency>
229224
<dependency>
230225
<groupId>org.apache.jackrabbit</groupId>
231226
<artifactId>oak-jackrabbit-api</artifactId>

0 commit comments

Comments
 (0)