Author: anovikov Date: Mon Apr 13 02:46:22 2015 New Revision: 1673090 URL: http://svn.apache.org/r1673090 Log: Fixed highlight
Modified: incubator/ignite/site/trunk/download-mirrors.html Modified: incubator/ignite/site/trunk/download-mirrors.html URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/download-mirrors.html?rev=1673090&r1=1673089&r2=1673090&view=diff ============================================================================== --- incubator/ignite/site/trunk/download-mirrors.html (original) +++ incubator/ignite/site/trunk/download-mirrors.html Mon Apr 13 02:46:22 2015 @@ -170,22 +170,22 @@ <p> Most often your Ignite pom file will look like this (replace ${ignite-version} with actual Ignite version). </p> - <pre class="brush:xml"> - <dependency> - <groupId>org.apache.ignite</groupId> - <artifactId>ignite-core</artifactId> - <version>${ignite.version}</version> - </dependency> - <dependency> - <groupId>org.apache.ignite</groupId> - <artifactId>ignite-spring</artifactId> - <version>${ignite.version}</version> - </dependency> - <dependency> - <groupId>org.apache.ignite</groupId> - <artifactId>ignite-indexing</artifactId> - <version>${ignite.version}</version> - </dependency> + <pre class="brush: xml"> + <dependency> + <groupId>org.apache.ignite</groupId> + <artifactId>ignite-core</artifactId> + <version>${ignite.version}</version> + </dependency> + <dependency> + <groupId>org.apache.ignite</groupId> + <artifactId>ignite-spring</artifactId> + <version>${ignite.version}</version> + </dependency> + <dependency> + <groupId>org.apache.ignite</groupId> + <artifactId>ignite-indexing</artifactId> + <version>${ignite.version}</version> + </dependency> </pre> See <a href="http://apacheignite.readme.io/v1.0/docs/maven-setup">Maven Setup</a> for a full list of Maven dependencies. </section><!-- maven downloads -->