Skip to content

Commit

Permalink
SAK-31356 Fix maven warnings about relocations (sakaiproject#2811)
Browse files Browse the repository at this point in the history
xml-apis - This is defined in the master pom with a version so all the versions can be dropped and we can just pull in the version from master.
jdom - The package is different so just updated, also fixed indentation to match surrounding lines.
  • Loading branch information
buckett authored and ottenhoff committed Jun 13, 2016
1 parent 957ed9f commit 52c520a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 14 deletions.
1 change: 0 additions & 1 deletion jobscheduler/scheduler-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>2.0.2</version>
</dependency>
</dependencies>

Expand Down
1 change: 0 additions & 1 deletion jsf/jsf-tool-sun/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>2.0.2</version>
</dependency>
</dependencies>
</project>
1 change: 0 additions & 1 deletion jsf/myfaces-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>2.0.2</version>
</dependency>
</dependencies>
</project>
1 change: 0 additions & 1 deletion samigo/samigo-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>2.0.2</version>
</dependency>
<!-- test -->
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions textarea/FCKeditor/connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
<artifactId>entitybroker-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jdom</groupId>
<artifactId>jdom</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>org.sakaiproject.msgcntr</groupId>
<artifactId>messageforums-api</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions textarea/calendar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
<artifactId>entitybroker-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jdom</groupId>
<artifactId>jdom</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
<version>1.1</version>
</dependency>
</dependencies>
<build>
<resources />
Expand Down

0 comments on commit 52c520a

Please sign in to comment.