diff options
author | Roel Spilker <r.spilker@gmail.com> | 2010-02-14 03:50:39 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2010-02-14 03:50:39 +0100 |
commit | 5f276b620901e7b41a213c2a9c2dc252b6b4cfa1 (patch) | |
tree | 507d63c0a9a77ba6d61bc0c3facc72b58eea3f46 /website/mavenrepo/index.html | |
parent | 2552315058146bc94a38afba5a1a9cd630d4febe (diff) | |
parent | 3c75487f716549c5d2838585cd347cc2820306ef (diff) | |
download | lombok-5f276b620901e7b41a213c2a9c2dc252b6b4cfa1.tar.gz lombok-5f276b620901e7b41a213c2a9c2dc252b6b4cfa1.tar.bz2 lombok-5f276b620901e7b41a213c2a9c2dc252b6b4cfa1.zip |
Merge branch 'master' of git@github.com:rzwitserloot/lombok
Diffstat (limited to 'website/mavenrepo/index.html')
-rw-r--r-- | website/mavenrepo/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/website/mavenrepo/index.html b/website/mavenrepo/index.html index ea7b8715..6b8ea48d 100644 --- a/website/mavenrepo/index.html +++ b/website/mavenrepo/index.html @@ -51,6 +51,7 @@ <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>@VERSION@</version> + <scope>provided</scope> </dependency> </dependencies> <repositories> |