Skip to content

Commit

Permalink
OAK-5834 - Remove the deprecated oak-segment module
Browse files Browse the repository at this point in the history
oak-http now reference non-snapshot version of oak-segment
Removed oak-tarmk-standby from oak-run dependencies

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1785321 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
dulceanu committed Mar 3, 2017
1 parent 38cd258 commit 29c101f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion oak-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-segment</artifactId>
<version>${project.version}</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
Expand Down
5 changes: 0 additions & 5 deletions oak-run/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-tarmk-standby</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-auth-external</artifactId>
Expand Down

0 comments on commit 29c101f

Please sign in to comment.