Skip to content

Commit

Permalink
RSF-18; add dependences needed for rsf to build
Browse files Browse the repository at this point in the history
  • Loading branch information
clhedrick committed Dec 3, 2015
1 parent 9b2cfc0 commit 6cb1002
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions rsf/sakai-rsf-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>uk.org.ponder.rsf</groupId>
<artifactId>rsf-core-ponderutilcore</artifactId>
<version>${rsf.version}</version>
</dependency>
<dependency>
<groupId>uk.org.ponder.rsf</groupId>
<artifactId>rsf-core-servletutil</artifactId>
<version>${rsf.version}</version>
</dependency>
<dependency>
<groupId>uk.org.ponder.rsf</groupId>
<artifactId>rsf-core</artifactId>
Expand Down
10 changes: 10 additions & 0 deletions rsf/sakai-rsf-web/evolvers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
</properties>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>uk.org.ponder.rsf</groupId>
<artifactId>rsf-core-ponderutilcore</artifactId>
<version>${rsf.version}</version>
</dependency>
<dependency>
<groupId>uk.org.ponder.rsf</groupId>
<artifactId>rsf-core</artifactId>
<version>${rsf.version}</version>
</dependency>
<dependency>
<groupId>uk.org.ponder.rsf</groupId>
<artifactId>rsf-web-evolvers</artifactId>
Expand Down

0 comments on commit 6cb1002

Please sign in to comment.