Skip to content

Commit

Permalink
SAK-23634 - Add User Auditing Log that tracks when users were added/r…
Browse files Browse the repository at this point in the history
…emoved/updated from a site

- Adding the rest of the content and adding the new directory to .externals


git-svn-id: https://source.sakaiproject.org/svn/master/trunk@131985 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
gjthomas committed Nov 26, 2013
1 parent a0bec88 commit 9ca9021
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1103,6 +1103,17 @@
<version>${sakai.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.sakaiproject.userauditservice</groupId>
<artifactId>userauditservice-api</artifactId>
<version>${sakai.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.sakaiproject.userauditservice</groupId>
<artifactId>userauditservice-util</artifactId>
<version>${sakai.version}</version>
</dependency>
<dependency>
<groupId>org.sakaiproject</groupId>
<artifactId>sakai-usermembership-api</artifactId>
Expand Down

0 comments on commit 9ca9021

Please sign in to comment.