-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsakai-29x.patch
42 lines (40 loc) · 1.25 KB
/
sakai-29x.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
diff --git a/pom.xml b/pom.xml
index 1fe48e1..4f9496e 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>