Changeset 9920
- Timestamp:
- Mar 29, 2011, 8:21:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/jiwigo-ws-api/pom.xml
r9902 r9920 4 4 <artifactId>jiwigo-ws-api</artifactId> 5 5 <version>0.2b</version> 6 7 8 9 6 <dependencies> 10 7 … … 21 18 </dependency> 22 19 <dependency> 23 <groupId>commons-logging</groupId> 24 <artifactId>commons-logging</artifactId> 25 <version>1.1</version> 26 </dependency> 27 <dependency> 28 <groupId>log4j</groupId> 29 <artifactId>log4j</artifactId> 30 <version>1.2.16</version> 20 <groupId>org.slf4j</groupId> 21 <artifactId>slf4j-api</artifactId> 22 <version>1.6.1</version> 23 <type>jar</type> 24 <scope>compile</scope> 31 25 </dependency> 32 26 <dependency> … … 34 28 <artifactId>sanselan</artifactId> 35 29 <version>0.97-incubator</version> 36 </dependency>37 <dependency>38 <groupId>com.drew</groupId>39 <artifactId>metadata-extractor</artifactId>40 <version>2.3.1</version>41 </dependency>42 <dependency>43 <groupId>junit</groupId>44 <artifactId>junit</artifactId>45 <version>4.8.1</version>46 </dependency>47 <dependency>48 <groupId>commons-beanutils</groupId>49 <artifactId>commons-beanutils</artifactId>50 <version>1.8.3</version>51 30 </dependency> 52 31
Note: See TracChangeset
for help on using the changeset viewer.