Commit 97edb3d25f921df30d804736a347519bb28c823e
Merge branch 'master' of https://github.com/diegoceccarelli/json-wikipedia
Showing
3 changed files
with
78 additions
and
0 deletions
Show diff stats
lib/it/cnr/isti/hpc/hpc-utils/0.0.5/_maven.repositories
0 โ 100644
No preview for this file type
lib/it/cnr/isti/hpc/hpc-utils/0.0.5/hpc-utils-0.0.5.pom
0 โ 100644
1 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
2 | + <modelVersion>4.0.0</modelVersion> | |
3 | + <artifactId>hpc-utils</artifactId> | |
4 | + <version>0.0.5</version> | |
5 | + | |
6 | + <name>hpc utils</name> | |
7 | + <description>contains several utils used in hpc packages</description> | |
8 | + | |
9 | + | |
10 | + | |
11 | + | |
12 | + <parent> | |
13 | + <groupId>it.cnr.isti.hpc</groupId> | |
14 | + <artifactId>parent</artifactId> | |
15 | + <version>0.0.7-SNAPSHOT</version> | |
16 | + </parent> | |
17 | + | |
18 | + <scm> | |
19 | + <connection>scm:svn:svn://sassicaia.isti.cnr.it/dev/hpc/java/hpc-utils/trunk</connection> | |
20 | + <developerConnection>scm:svn:svn://sassicaia.isti.cnr.it/dev/hpc/java/hpc-utils/trunk</developerConnection> | |
21 | + <url>scm:svn:svn://sassicaia.isti.cnr.it/dev/hpc/java/hpc-utils/tags/0.0.4-SNAPSHOT</url> | |
22 | + </scm> | |
23 | + | |
24 | + | |
25 | + <dependencies> | |
26 | + <!-- command line interface --> | |
27 | + <dependency> | |
28 | + <groupId>net.sf.jopt-simple</groupId> | |
29 | + <artifactId>jopt-simple</artifactId> | |
30 | + <version>4.3</version> | |
31 | + </dependency> | |
32 | + | |
33 | + | |
34 | + <!-- logging --> | |
35 | + <dependency> | |
36 | + <groupId>org.slf4j</groupId> | |
37 | + <artifactId>slf4j-api</artifactId> | |
38 | + </dependency> | |
39 | + | |
40 | + <dependency> | |
41 | + <groupId>ch.qos.logback</groupId> | |
42 | + <artifactId>logback-classic</artifactId> | |
43 | + </dependency> | |
44 | + | |
45 | +<!-- <dependency> --> | |
46 | +<!-- <groupId>com.google.guava</groupId> --> | |
47 | +<!-- <artifactId>guava</artifactId> --> | |
48 | +<!-- <version>11.0.2</version> --> | |
49 | +<!-- </dependency> --> | |
50 | + | |
51 | + | |
52 | + | |
53 | + <dependency> | |
54 | + <groupId>com.google.code.gson</groupId> | |
55 | + <artifactId>gson</artifactId> | |
56 | + </dependency> | |
57 | + | |
58 | + | |
59 | + | |
60 | + | |
61 | + <!-- SUCKS! --> | |
62 | + <!-- <dependency> --> | |
63 | + <!-- <groupId>net.sf.opencsv</groupId> --> | |
64 | + <!-- <artifactId>opencsv</artifactId> --> | |
65 | + <!-- <version>2.0</version> --> | |
66 | + <!-- </dependency> --> | |
67 | + | |
68 | + | |
69 | + </dependencies> | |
70 | + | |
71 | + | |
72 | + | |
73 | + | |
74 | +</project> | ... | ... |