Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2013-08-08 02:09:29 +0000
committerJan Bartel2013-08-08 02:09:29 +0000
commitf9836294348d978152f23f49b08866ac8d006905 (patch)
tree48761ff019b96d6cf53b10ab04c6649ec5aac28a /jetty-annotations/pom.xml
parentf3f2bce36c2c4588b3421bb81f64fe082cccbde6 (diff)
downloadorg.eclipse.jetty.project-f9836294348d978152f23f49b08866ac8d006905.tar.gz
org.eclipse.jetty.project-f9836294348d978152f23f49b08866ac8d006905.tar.xz
org.eclipse.jetty.project-f9836294348d978152f23f49b08866ac8d006905.zip
414507 AnnotationParser should skip classes in hidden dirs or with . name prefix
Diffstat (limited to 'jetty-annotations/pom.xml')
-rw-r--r--jetty-annotations/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml
index 4b56b9a022..a1cc8161ff 100644
--- a/jetty-annotations/pom.xml
+++ b/jetty-annotations/pom.xml
@@ -60,6 +60,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.eclipse.jetty.toolchain</groupId>
+ <artifactId>jetty-test-helper</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-jndi</artifactId>
<version>${project.version}</version>

Back to the top