Fix scopes of injected Maven dependencies
This commit is contained in:
parent
96f2fe1968
commit
0d0a67b340
@ -1,6 +1,6 @@
|
||||
Name: osgi-compendium
|
||||
Version: 6.0.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Interfaces and Classes for use in compiling OSGi bundles
|
||||
License: ASL 2.0
|
||||
URL: http://www.osgi.org
|
||||
@ -63,10 +63,10 @@ mv META-INF/maven/org.osgi/osgi.cmpn/pom.xml .
|
||||
</plugins>
|
||||
</build>'
|
||||
|
||||
%pom_add_dep org.osgi:osgi.annotation
|
||||
%pom_add_dep org.osgi:osgi.core
|
||||
%pom_add_dep javax.servlet:javax.servlet-api
|
||||
%pom_add_dep javax.persistence:persistence-api
|
||||
%pom_add_dep org.osgi:osgi.annotation::provided
|
||||
%pom_add_dep org.osgi:osgi.core::provided
|
||||
%pom_add_dep javax.servlet:javax.servlet-api::provided
|
||||
%pom_add_dep javax.persistence:persistence-api::provided
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
@ -84,5 +84,8 @@ mv META-INF/maven/org.osgi/osgi.cmpn/pom.xml .
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 10 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 6.0.0-2
|
||||
- Fix scopes of injected Maven dependencies
|
||||
|
||||
* Mon Oct 12 2015 Michael Simacek <msimacek@redhat.com> - 6.0.0-1
|
||||
- Initial packaging
|
||||
|
Loading…
Reference in New Issue
Block a user