Skip to content

Commit

Permalink
Fixed Karaf issue mentioned in #494,
Browse files Browse the repository at this point in the history
sorted OSGi export and private packages.
  • Loading branch information
amedranogil committed Jun 8, 2018
1 parent 57964bf commit 9086103
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ri.gateway.multitenant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>org.apache.karaf.shell</groupId>
<artifactId>org.apache.karaf.shell.console</artifactId>
<version>2.2.9</version>
<version>[2.2,4.0)</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
Expand Down Expand Up @@ -80,9 +80,8 @@
<Bundle-Description>${project.description}</Bundle-Description>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Export-Package>org.universAAL.ri.gateway.communicator.service,
org.universAAL.log,</Export-Package>
<Private-Package>org.universAAL.ioc.dependencies.*,
org.universAAL.ri.gateway.*</Private-Package>
org.universAAL.ri.gateway.log,</Export-Package>
<Private-Package>org.universAAL.ri.gateway.*</Private-Package>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit 9086103

Please sign in to comment.