Skip to content

Commit

Permalink
SAK-30117; move xpp3 dependency to sakai-rsf-core; needed in all RSF …
Browse files Browse the repository at this point in the history
…tools
  • Loading branch information
clhedrick committed Dec 4, 2015
1 parent 72170d6 commit c9e2918
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
5 changes: 0 additions & 5 deletions lessonbuilder/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,6 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</dependency>
<dependency>
<groupId>org.ogce</groupId>
<artifactId>xpp3</artifactId>
<version>1.1.6</version>
</dependency>
<dependency>
<groupId>org.sakaiproject.rsf</groupId>
Expand Down
5 changes: 0 additions & 5 deletions mailsender/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@
<artifactId>sakai-rsf-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.ogce</groupId>
<artifactId>xpp3</artifactId>
<version>1.1.6</version>
</dependency>
<dependency>
<groupId>org.sakaiproject.rsf</groupId>
<artifactId>sakai-rsf-web-evolvers</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions rsf/sakai-rsf-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>org.ogce</groupId>
<artifactId>xpp3</artifactId>
<version>1.1.6</version>
</dependency>
<dependency>
<groupId>uk.org.ponder.rsf</groupId>
<artifactId>rsf-core-ponderutilcore</artifactId>
Expand Down

0 comments on commit c9e2918

Please sign in to comment.