This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new e038e52 SLING-8102 : Remove main class from analyser
e038e52 is described below
commit e038e52c4cc9aceeae4542263eadc9eb3dbaff5a
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Nov 14 11:16:53 2018 +0100
SLING-8102 : Remove main class from analyser
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 2531517..62b5c47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,8 +132,14 @@
<groupId>org.osgi</groupId>
<artifactId>osgi.core</artifactId>
<version>6.0.0</version>
+ <scope>compile</scope>
</dependency>
<dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-text</artifactId>
+ <version>1.6</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.converter</artifactId>
<version>1.0.0</version>