-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PLAG-140 Update Sakai Content Review to upload inline and multiple files
- Loading branch information
Bryan Holladay
authored and
Bryan Holladay
committed
Apr 17, 2014
1 parent
e0ac55e
commit f92f2c8
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
diff --git a/pom.xml b/pom.xml | ||
index 383fa81..c01540d 100644 | ||
--- a/pom.xml | ||
+++ b/pom.xml | ||
@@ -10,7 +10,7 @@ | ||
<parent> | ||
<groupId>org.sakaiproject</groupId> | ||
<artifactId>master</artifactId> | ||
- <version>11-SNAPSHOT</version> | ||
+ <version>2.9-SNAPSHOT</version> | ||
<relativePath>../master/pom.xml</relativePath> | ||
</parent> | ||
|
||
@@ -25,6 +25,28 @@ | ||
|
||
<dependencyManagement> | ||
<dependencies> | ||
+ <dependency> | ||
+ <groupId>org.sakaiproject.contentreview</groupId> | ||
+ <artifactId>contentreview-model-api</artifactId> | ||
+ <version>2.9.6-SNAPSHOT</version> | ||
+ <scope>provided</scope> | ||
+ </dependency> | ||
+ <dependency> | ||
+ <groupId>org.sakaiproject.contentreview</groupId> | ||
+ <artifactId>contentreview-service-api</artifactId> | ||
+ <version>2.9.6-SNAPSHOT</version> | ||
+ </dependency> | ||
+ <dependency> | ||
+ <groupId>org.sakaiproject.kernel</groupId> | ||
+ <artifactId>sakai-kernel-api</artifactId> | ||
+ <version>1.3-SNAPSHOT</version> | ||
+ </dependency> | ||
+ <dependency> | ||
+ <groupId>org.sakaiproject.kernel</groupId> | ||
+ <artifactId>sakai-component-manager</artifactId> | ||
+ <version>1.3-SNAPSHOT</version> | ||
+ </dependency> | ||
+ | ||
<!-- the API is seperately versioned from the impl --> | ||
<dependency> | ||
<groupId>net.sf.json-lib</groupId> |