Skip to content

Commit

Permalink
[cleanup] Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sdumitriu committed Mar 29, 2015
1 parent e432910 commit 27739c3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions xwiki-enterprise-web/pom.xml
Expand Up @@ -204,17 +204,17 @@ If you wish to have the default wiki pages, which contain both content pages and
<!-- Default Rendering Macros we want available by default in XE.
Please keep them in alphabetical order -->
<dependency>
<groupId>org.xwiki.rendering</groupId>
<artifactId>xwiki-rendering-macro-box</artifactId>
<version>${rendering.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.xwiki.rendering</groupId>
<artifactId>xwiki-rendering-macro-comment</artifactId>
<version>${rendering.version}</version>
<scope>runtime</scope>
</dependency>
<groupId>org.xwiki.rendering</groupId>
<artifactId>xwiki-rendering-macro-box</artifactId>
<version>${rendering.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.xwiki.rendering</groupId>
<artifactId>xwiki-rendering-macro-comment</artifactId>
<version>${rendering.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.xwiki.rendering</groupId>
<artifactId>xwiki-rendering-macro-footnotes</artifactId>
Expand Down

0 comments on commit 27739c3

Please sign in to comment.