Skip to content

Commit 11a45b3

Browse files
authored
1 parent 30c27fc commit 11a45b3

File tree

6 files changed

+0
-32
lines changed

6 files changed

+0
-32
lines changed

oak-auth-external/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,6 @@
9393
</dependency>
9494

9595
<!-- Dependencies to other Oak components -->
96-
<dependency>
97-
<groupId>org.apache.jackrabbit</groupId>
98-
<artifactId>oak-shaded-guava</artifactId>
99-
<version>${project.version}</version>
100-
</dependency>
10196
<dependency>
10297
<groupId>org.apache.jackrabbit</groupId>
10398
<artifactId>oak-jackrabbit-api</artifactId>

oak-auth-ldap/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,6 @@
187187
<artifactId>logback-classic</artifactId>
188188
<scope>test</scope>
189189
</dependency>
190-
<dependency>
191-
<groupId>org.apache.jackrabbit</groupId>
192-
<artifactId>oak-shaded-guava</artifactId>
193-
<version>${project.version}</version>
194-
<scope>test</scope>
195-
</dependency>
196190

197191
<dependency>
198192
<groupId>org.apache.jackrabbit</groupId>

oak-authorization-cug/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@
5353

5454
<!-- Dependencies to other Oak components -->
5555
<dependencies>
56-
<dependency>
57-
<groupId>org.apache.jackrabbit</groupId>
58-
<artifactId>oak-shaded-guava</artifactId>
59-
<version>${project.version}</version>
60-
</dependency>
6156
<dependency>
6257
<groupId>org.apache.jackrabbit</groupId>
6358
<artifactId>oak-jackrabbit-api</artifactId>

oak-authorization-principalbased/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@
7777
</dependency>
7878

7979
<!-- Dependencies to other Oak components -->
80-
<dependency>
81-
<groupId>org.apache.jackrabbit</groupId>
82-
<artifactId>oak-shaded-guava</artifactId>
83-
<version>${project.version}</version>
84-
</dependency>
8580
<dependency>
8681
<groupId>org.apache.jackrabbit</groupId>
8782
<artifactId>oak-jackrabbit-api</artifactId>

oak-core-spi/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,6 @@
123123
<artifactId>oak-commons</artifactId>
124124
<version>${project.version}</version>
125125
</dependency>
126-
<dependency>
127-
<groupId>org.apache.jackrabbit</groupId>
128-
<artifactId>oak-shaded-guava</artifactId>
129-
<version>${project.version}</version>
130-
</dependency>
131126

132127
<!-- Logging -->
133128
<dependency>

oak-search-elastic/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,6 @@
166166
</exclusions>
167167
</dependency>
168168

169-
<dependency>
170-
<groupId>org.apache.jackrabbit</groupId>
171-
<artifactId>oak-shaded-guava</artifactId>
172-
<version>${project.version}</version>
173-
<scope>provided</scope>
174-
</dependency>
175169
<dependency>
176170
<groupId>org.apache.jackrabbit</groupId>
177171
<artifactId>oak-api</artifactId>

0 commit comments

Comments
 (0)