File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
OpenICF-java-framework/openicf-zip Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 138138 <artifactId >xml-connector</artifactId >
139139 <version >${project.version} </version >
140140 </dependency >
141+ <dependency >
142+ <groupId >javax.servlet</groupId >
143+ <artifactId >javax.servlet-api</artifactId >
144+ <scope >compile</scope >
145+ </dependency >
141146 </dependencies >
142147 <properties >
143148 <!-- If we release this project, we need to include the Forgerock binary license -->
Original file line number Diff line number Diff line change 9494 <include >org.codehaus.groovy.modules.http-builder:*</include >
9595 <include >org.openidentityplatform.openicf.connectors:ssh-connector:jar</include >
9696 <include >org.openidentityplatform.openicf.connectors:groovy-connector:jar</include >
97+ <include >javax.servlet:*</include >
9798 </includes >
9899 </dependencySet >
99100 <dependencySet >
You can’t perform that action at this time.
0 commit comments