Skip to content

Commit 6b077e1

Browse files
committed
Fix a dependency pb with web-core. As later is required for the correct execution of the application, its scope is now switched from provided to compile.
git-svn-id: https://www.silverpeas.org/svn/websites/silverpeasmobile/trunk@2735 d8afafa6-9ac6-4c14-b6a9-d96ce51c8d8f
1 parent 3f1f7f0 commit 6b077e1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<scope>provided</scope>
143143
</dependency>
144144
<dependency>
145-
<groupId>javax.servlet</groupId>
145+
<groupId>javax.servlet.jsp</groupId>
146146
<artifactId>jsp-api</artifactId>
147147
<version>2.1</version>
148148
<type>jar</type>
@@ -159,8 +159,6 @@
159159
<groupId>com.silverpeas.core</groupId>
160160
<artifactId>web-core</artifactId>
161161
<version>5.7-SNAPSHOT</version>
162-
<!--<classifier>client</classifier>-->
163-
<scope>provided</scope>
164162
</dependency>
165163
<dependency>
166164
<groupId>com.silverpeas</groupId>

0 commit comments

Comments
 (0)