This is an automated email from the ASF dual-hosted git repository.
olamy 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 260aa4c trying to fix build on empty maven repo
260aa4c is described below
commit 260aa4c9e687947aa5223e4ce2a2ff3b4f02f431
Author: olivier lamy <[email protected]>
AuthorDate: Thu Dec 13 12:57:25 2018 +1000
trying to fix build on empty maven repo
Signed-off-by: olivier lamy <[email protected]>
---
.../src/main/resourcesstatic/archetype-resources/pom.xml | 6 ++++++
pom.xml | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
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 b7f4079..e0f07c0 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
@@ -155,6 +155,12 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ <version>1.3.2</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>junit</groupId>
diff --git a/pom.xml b/pom.xml
index 79195c5..881c9b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
<slf4j.version>1.7.25</slf4j.version>
<log4j.version>2.8.2</log4j.version>
- <jsoup.version>1.7.1</jsoup.version>
+ <jsoup.version>1.7.2</jsoup.version>
<rome.version>0.9</rome.version>
<cronutils.version>6.0.2</cronutils.version>