Skip to content

Commit e298b36

Browse files
committed
depend on annotation detector by source
1 parent 68ba735 commit e298b36

File tree

9 files changed

+1408
-5
lines changed

9 files changed

+1408
-5
lines changed

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,6 @@
148148
</profile>
149149
</profiles>
150150
<dependencies>
151-
<dependency>
152-
<groupId>eu.infomas</groupId>
153-
<artifactId>annotation-detector</artifactId>
154-
<version>3.0.5</version>
155-
</dependency>
156151
<dependency>
157152
<groupId>org.jsoup</groupId>
158153
<artifactId>jsoup</artifactId>
@@ -183,6 +178,12 @@
183178
<artifactId>slf4j-api</artifactId>
184179
<version>1.7.7</version>
185180
</dependency>
181+
<dependency>
182+
<groupId>org.jboss</groupId>
183+
<artifactId>jboss-vfs</artifactId>
184+
<version>3.2.10.Final</version>
185+
<scope>provided</scope>
186+
</dependency>
186187
<dependency>
187188
<groupId>org.slf4j</groupId>
188189
<artifactId>slf4j-log4j12</artifactId>

0 commit comments

Comments
 (0)