-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpom.xml
More file actions
39 lines (39 loc) · 1.1 KB
/
pom.xml
File metadata and controls
39 lines (39 loc) · 1.1 KB
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
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>master</artifactId>
<groupId>org.sakaiproject</groupId>
<version>22-SNAPSHOT</version>
</parent>
<name>rSmart CLE Project</name>
<groupId>com.rsmart</groupId>
<artifactId>rsn-base</artifactId>
<packaging>pom</packaging>
<modules>
<module>customer</module>
<!--
<module>user</module>
<module>rsmart-Decryption</module>
<module>util</module>
<module>providers</module>
<module>user-data-service</module>
-->
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>aopalliance</groupId>
<artifactId>aopalliance</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-full</artifactId>
<version>2.0.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>