Subversion Repositories SmartDukaan

Rev

Rev 1434 | Rev 3388 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1434 Rev 2784
Line 46... Line 46...
46
      <groupId>readonly.apache</groupId>
46
      <groupId>readonly.apache</groupId>
47
      <artifactId>poi</artifactId>
47
      <artifactId>poi</artifactId>
48
      <version>3.7-20101029</version>
48
      <version>3.7-20101029</version>
49
    </dependency>
49
    </dependency>
50
    <dependency>
50
    <dependency>
-
 
51
      <groupId>com.ibm.icu</groupId>
-
 
52
      <artifactId>icu4j</artifactId>
-
 
53
      <version>4.8</version>
-
 
54
	</dependency>  
-
 
55
    <dependency>
51
      <groupId>readonly.apache</groupId>
56
      <groupId>readonly.apache</groupId>
52
      <artifactId>servlet-api</artifactId>
57
      <artifactId>servlet-api</artifactId>
53
      <version>2.5</version>
58
      <version>2.5</version>
54
      <scope>provided</scope>
59
      <scope>provided</scope>
55
    </dependency>
60
    </dependency>
Line 80... Line 85...
80
    </dependency>
85
    </dependency>
81
    <dependency>
86
    <dependency>
82
      <groupId>in.shop2020</groupId>
87
      <groupId>in.shop2020</groupId>
83
      <artifactId>ThriftConfig</artifactId>
88
      <artifactId>ThriftConfig</artifactId>
84
      <version>1.0-SNAPSHOT</version>
89
      <version>1.0-SNAPSHOT</version>
-
 
90
      <exclusions>
-
 
91
        <exclusion>
-
 
92
          <groupId>readonly.slf4j</groupId>
-
 
93
          <artifactId>slf4j-api</artifactId>
-
 
94
        </exclusion>
-
 
95
        <exclusion>
-
 
96
          <groupId>readonly.slf4j</groupId>
-
 
97
          <artifactId>slf4j-simple</artifactId>
-
 
98
        </exclusion>
-
 
99
      </exclusions>
85
    </dependency>
100
    </dependency>
86
    <dependency>
101
    <dependency>
87
      <groupId>in.shop2020</groupId>
102
      <groupId>in.shop2020</groupId>
88
      <artifactId>Common</artifactId>
103
      <artifactId>Common</artifactId>
89
      <version>1.0-SNAPSHOT</version>
104
      <version>1.0-SNAPSHOT</version>
-
 
105
      <exclusions>
-
 
106
        <exclusion>
-
 
107
          <groupId>readonly.slf4j</groupId>
-
 
108
          <artifactId>slf4j-api</artifactId>
-
 
109
        </exclusion>
-
 
110
        <exclusion>
-
 
111
          <groupId>readonly.slf4j</groupId>
-
 
112
          <artifactId>slf4j-simple</artifactId>
-
 
113
        </exclusion>
-
 
114
      </exclusions>
90
    </dependency>
115
    </dependency>
91
	<!-- Required in the final package but not at the compile time. So putting 
116
	<!-- Required in the final package but not at the compile time. So putting 
92
		them at the bottom of the dependency list. -->
117
		them at the bottom of the dependency list. -->
93
    <dependency>
118
    <dependency>
94
      <groupId>readonly.apache</groupId>
119
      <groupId>readonly.apache</groupId>
Line 169... Line 194...
169
      <groupId>readonly</groupId>
194
      <groupId>readonly</groupId>
170
      <artifactId>freemarker</artifactId>
195
      <artifactId>freemarker</artifactId>
171
      <version>2.3.15</version>
196
      <version>2.3.15</version>
172
    </dependency>
197
    </dependency>
173
    <dependency>
198
    <dependency>
174
      <groupId>readonly.slf4j</groupId>
199
      <groupId>org.slf4j</groupId>
175
      <artifactId>slf4j-api</artifactId>
200
      <artifactId>slf4j-api</artifactId>
176
      <version>1.5.8</version>
201
      <version>1.6.1</version>
177
    </dependency>
202
    </dependency>
-
 
203
	<dependency>
-
 
204
	  <groupId>org.slf4j</groupId>
-
 
205
	  <artifactId>slf4j-log4j12</artifactId>
-
 
206
	  <version>1.6.1</version>
-
 
207
	</dependency>
178
    <dependency>
208
    <dependency>
179
      <groupId>readonly.slf4j</groupId>
209
      <groupId>readonly.apache</groupId>
180
      <artifactId>slf4j-simple</artifactId>
210
      <artifactId>log4j</artifactId>
181
      <version>1.5.8</version>
211
      <version>1.2.16</version>
182
    </dependency>
212
    </dependency>
183
  </dependencies>
213
  </dependencies>
184
</project>
214
</project>