Skip to content

Commit 64200b1

Browse files
committed
Feature #13197
Add the new Silverpeas component Community
1 parent 13820d5 commit 64200b1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,24 @@
8585
</properties>
8686

8787
<dependencies>
88+
<!-- Component Community -->
89+
<dependency>
90+
<groupId>org.silverpeas.components.community</groupId>
91+
<artifactId>silverpeas-community-war</artifactId>
92+
<type>war</type>
93+
<version>${components.version}</version>
94+
</dependency>
95+
<dependency>
96+
<groupId>org.silverpeas.components.community</groupId>
97+
<artifactId>silverpeas-community</artifactId>
98+
<version>${components.version}</version>
99+
</dependency>
100+
<dependency>
101+
<groupId>org.silverpeas.components.community</groupId>
102+
<artifactId>silverpeas-community-configuration</artifactId>
103+
<version>${components.version}</version>
104+
</dependency>
105+
88106
<!-- Component SuggestionBox -->
89107
<dependency>
90108
<groupId>org.silverpeas.components.suggestionbox</groupId>

0 commit comments

Comments
 (0)