diff options
author | Andrey Loskutov <loskutov@gmx.de> | 2015-06-20 20:01:56 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-08-20 21:10:04 +0200 |
commit | 847b3d12584d298d98eee9b2981e8123c067ab52 (patch) | |
tree | 181345a7563771cf47bf9c629bcc3afaba078776 /org.eclipse.jgit/pom.xml | |
parent | e78dd7df9d2dd99b5c7f4c32f187947973e48f6f (diff) | |
download | jgit-847b3d12584d298d98eee9b2981e8123c067ab52.tar.gz jgit-847b3d12584d298d98eee9b2981e8123c067ab52.zip |
Enable annotation based NPE analysis in jgit
Bug: 470647
Change-Id: I14d1983bb7c208faeffee0504e0567e38d8a89f3
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Diffstat (limited to 'org.eclipse.jgit/pom.xml')
-rw-r--r-- | org.eclipse.jgit/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.jgit/pom.xml b/org.eclipse.jgit/pom.xml index 515dd0c745..f707d3e093 100644 --- a/org.eclipse.jgit/pom.xml +++ b/org.eclipse.jgit/pom.xml @@ -88,6 +88,12 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> + + <dependency> + <groupId>org.eclipse.jdt</groupId> + <artifactId>org.eclipse.jdt.annotation</artifactId> + <version>1.1.0</version> + </dependency> </dependencies> <build> |