Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
Fix packaging issue due to recent refactor of poms
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Jun 25, 2013
1 parent bcf49c5 commit bd3cbaa
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 165 deletions.
5 changes: 5 additions & 0 deletions component/portal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
<artifactId>mop-api</artifactId>
</dependency>

<dependency>
<groupId>org.gatein.pc</groupId>
<artifactId>pc-api</artifactId>
</dependency>

<dependency>
<groupId>org.gatein.mop</groupId>
<artifactId>mop-spi</artifactId>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion portal/web/src/main/assembly/tomcat-distrib.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</dependencySet>
<dependencySet>
<includes>
<include>org.gatein.portal:org.gatein.portal.examples.portlets:war</include>
<include>org.gatein.portal:examples.portlets:war</include>
</includes>
<useTransitiveDependencies>false</useTransitiveDependencies>
<useProjectArtifact>false</useProjectArtifact>
Expand Down
7 changes: 3 additions & 4 deletions portal/web/src/main/assembly/tomcat-portal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<include>org.staxnav:staxnav.core</include>
<include>commons-logging:commons-logging</include>
<include>org.slf4j:slf4j-api</include>
<include>org.slf4j:slf4j-jdk14</include>
<include>org.exoplatform.kernel:exo.kernel.commons</include>
<include>org.exoplatform.kernel:exo.kernel.container</include>
<include>picocontainer:picocontainer</include>
Expand All @@ -48,11 +47,11 @@
<include>org.gatein.pc:pc-api</include>
<include>org.gatein.pc:pc-portlet</include>
<include>org.gatein.mop:mop-api</include>
<include>org.gatein.portal:exo.portal.component.common</include>
<include>org.gatein.portal:exo.portal.component.portal</include>
<include>org.gatein.portal:component.common</include>
<include>org.gatein.portal:component.portal</include>
<include>org.gatein.portal:component.identity</include>
<include>org.gatein.portal:portal.common</include>
<include>org.gatein.portal:portal.ui</include>
<include>org.gatein.portal:exo.portal.component.identity</include>
<include>org.exoplatform.kernel:exo.kernel.component.common</include>
<include>org.exoplatform.kernel:exo.kernel.component.cache</include>
<include>org.exoplatform.core:exo.core.component.organization.api</include>
Expand Down

0 comments on commit bd3cbaa

Please sign in to comment.