diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-08-15 19:12:25 -0500 |
---|---|---|
committer | Jorge Hernandez <jh1730@att.com> | 2017-08-15 19:15:08 -0500 |
commit | f9f086c4f7517602f7f8e862699618d79afddf58 (patch) | |
tree | d525e7b15d46c6f44f0eef2180d7fd735cc693cb /feature-eelf/pom.xml | |
parent | 443205e307a5c84b0a4aa198bb66a6088e700adc (diff) |
add persistence libraries in the installation base
to make db-enabled features to not worry about their
packaging in the copy-dependencies plugin in the
pom.xml
Change-Id: Ie20a61978f75d4dbe82ac7aba5f6d259fb412f22
Issue-ID: POLICY-96
Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to 'feature-eelf/pom.xml')
-rw-r--r-- | feature-eelf/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/feature-eelf/pom.xml b/feature-eelf/pom.xml index a18b2892..17a9de9f 100644 --- a/feature-eelf/pom.xml +++ b/feature-eelf/pom.xml @@ -83,7 +83,6 @@ <addParentPoms>false</addParentPoms> <copyPom>false</copyPom> <includeScope>runtime</includeScope> - <excludeScope>provided</excludeScope> <excludeTransitive>true</excludeTransitive> </configuration> </execution> @@ -117,7 +116,6 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> <scope>test</scope> </dependency> </dependencies> |