Skip to content

Commit

Permalink
PLAG-140 Update Sakai Content Review to upload inline and multiple files
Browse files Browse the repository at this point in the history
  • 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.
42 changes: 42 additions & 0 deletions sakai29x.patch
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>

0 comments on commit f92f2c8

Please sign in to comment.