Skip to content

Commit

Permalink
updated dependency inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
simonetripodi committed Dec 18, 2011
1 parent 9c8a961 commit 77aff95
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions src/site/apt/index.apt
@@ -1,9 +1,9 @@
------
Introduction
------
The backport-spi Team
The 99 Software Foundation
------
2010
2010-2011

~~
~~ Copyright 2010-2011 The 99 Software Foundation
Expand All @@ -21,8 +21,6 @@
~~ limitations under the License.
~~

~~version: $Id: index.apt 36 2010-07-31 22:57:53Z simone.tripodi $

Introduction

JDK 6 introduced <ServiceLoader>. <ServiceLoader> loads things based on flat files
Expand All @@ -37,13 +35,13 @@ Introduction

+--------------------------------------+
<dependencies>
...
<dependency>
<groupId>com.googlecode.backport-spi</groupId>
<artifactId>backport-spi</artifactId>
<version>XX.XX</version>
</dependency>
...
...
<dependency>
<groupId>org.99soft.commons</groupId>
<artifactId>backport-spi</artifactId>
<version>XX.XX</version>
</dependency>
...
</dependencies>
+--------------------------------------+

Expand Down

0 comments on commit 77aff95

Please sign in to comment.