This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/master by this push:
     new e874eb7  Fixing scope for annotation in consumer-archetype
e874eb7 is described below

commit e874eb77698d931ad4feefa1fe040c548eca65b1
Author: Martin Stockhammer <[email protected]>
AuthorDate: Wed Nov 20 09:25:28 2019 +0100

    Fixing scope for annotation in consumer-archetype
---
 .../src/main/resourcesstatic/archetype-resources/pom.xml            | 6 ------
 1 file changed, 6 deletions(-)

diff --git 
a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resourcesstatic/archetype-resources/pom.xml
 
b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resourcesstatic/archetype-resources/pom.xml
index 291a6e5..229deb9 100644
--- 
a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resourcesstatic/archetype-resources/pom.xml
+++ 
b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resourcesstatic/archetype-resources/pom.xml
@@ -166,12 +166,6 @@
         </exclusion>
       </exclusions>
     </dependency>
-      <dependency>
-        <groupId>javax.annotation</groupId>
-        <artifactId>javax.annotation-api</artifactId>
-        <version>1.3.2</version>
-        <scope>test</scope>
-      </dependency>
 
     <dependency>
       <groupId>commons-beanutils</groupId>

Reply via email to