Selaa lähdekoodia

Fix dependency issues that cause the server bundle to be built incorrectly

tags/8.1.0.alpha7
Mirjan Merruko 7 vuotta sitten
vanhempi
commit
24cfdc4ea0
2 muutettua tiedostoa jossa 4 lisäystä ja 3 poistoa
  1. 2
    1
      server/bnd.bnd
  2. 2
    2
      server/pom.xml

+ 2
- 1
server/bnd.bnd Näytä tiedosto

com.liferay.portal.kernel.util;resolution:=optional,\ com.liferay.portal.kernel.util;resolution:=optional,\
javax.portlet*;resolution:=optional,\ javax.portlet*;resolution:=optional,\
javax.validation*;resolution:=optional;version='${javax.validation.version}',\ javax.validation*;resolution:=optional;version='${javax.validation.version}',\
org.atmosphere*;resolution:=optional,\
org.atmosphere*;resolution:=optional;version='${atmosphere.runtime.version}',\
com.vaadin*;version='[${osgi.bundle.version},${osgi.bundle.version}]',\ com.vaadin*;version='[${osgi.bundle.version},${osgi.bundle.version}]',\
* *
Export-Package: !com.vaadin.sass*,\ Export-Package: !com.vaadin.sass*,\
!com.vaadin.shared*,\ !com.vaadin.shared*,\
!com.vaadin.osgi.resources*,\ !com.vaadin.osgi.resources*,\
!com.vaadin.osgi.push*,\ !com.vaadin.osgi.push*,\
!com.vaadin.external*,\
com.vaadin*;-noimport:=true com.vaadin*;-noimport:=true

+ 2
- 2
server/pom.xml Näytä tiedosto



<!-- Small reflection library --> <!-- Small reflection library -->
<dependency> <dependency>
<groupId>com.googlecode.gentyref</groupId>
<groupId>com.vaadin.external</groupId>
<artifactId>gentyref</artifactId> <artifactId>gentyref</artifactId>
<version>1.2.0</version>
<version>1.2.0.vaadin1</version>
</dependency> </dependency>


<!-- OSGi API --> <!-- OSGi API -->

Loading…
Peruuta
Tallenna