File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9999 <groupId >commons-configuration</groupId >
100100 <artifactId >commons-configuration</artifactId >
101101 </dependency >
102+ <dependency >
103+ <groupId >javax.servlet</groupId >
104+ <artifactId >servlet-api</artifactId >
105+ <scope >provided</scope >
106+ </dependency >
102107 <!-- Test dependency in mysql for db tests -->
103108 <dependency >
104109 <groupId >mysql</groupId >
Original file line number Diff line number Diff line change 1+ //
12// Licensed to the Apache Software Foundation (ASF) under one
23// or more contributor license agreements. See the NOTICE file
34// distributed with this work for additional information
1415// KIND, either express or implied. See the License for the
1516// specific language governing permissions and limitations
1617// under the License.
18+ //
19+
1720package com .cloud .utils ;
1821
1922import org .apache .log4j .Logger ;
You can’t perform that action at this time.
0 commit comments