|
17 | 17 |
|
18 | 18 | <dependency>
|
19 | 19 | <groupId>org.jwat</groupId>
|
20 |
| - <artifactId>jwat-warc</artifactId> |
21 |
| - <version>1.0.0</version> |
22 |
| - <type>jar</type> |
| 20 | + <artifactId>jwat-common</artifactId> |
| 21 | + <version>1.0.1</version> |
23 | 22 | </dependency>
|
24 |
| - |
| 23 | + |
25 | 24 | <dependency>
|
26 | 25 | <groupId>org.jwat</groupId>
|
27 |
| - <artifactId>jwat-arc</artifactId> |
28 |
| - <version>1.0.0</version> |
| 26 | + <artifactId>jwat-gzip</artifactId> |
| 27 | + <version>1.0.1</version> |
29 | 28 | </dependency>
|
30 |
| - |
| 29 | + |
31 | 30 | <dependency>
|
32 | 31 | <groupId>org.jwat</groupId>
|
33 |
| - <artifactId>jwat-gzip</artifactId> |
34 |
| - <version>1.0.0</version> |
| 32 | + <artifactId>jwat-arc</artifactId> |
| 33 | + <version>1.0.1</version> |
35 | 34 | </dependency>
|
36 | 35 |
|
37 | 36 | <dependency>
|
38 | 37 | <groupId>org.jwat</groupId>
|
39 |
| - <artifactId>jwat-common</artifactId> |
40 |
| - <version>1.0.0</version> |
| 38 | + <artifactId>jwat-warc</artifactId> |
| 39 | + <version>1.0.1</version> |
41 | 40 | </dependency>
|
42 | 41 |
|
| 42 | + <dependency> |
| 43 | + <groupId>org.jwat</groupId> |
| 44 | + <artifactId>jwat-archive-common</artifactId> |
| 45 | + <version>1.0.1</version> |
| 46 | + </dependency> |
| 47 | + |
43 | 48 | <dependency>
|
44 | 49 | <groupId>org.jwat</groupId>
|
45 | 50 | <artifactId>jwat-distribution</artifactId>
|
46 |
| - <version>1.0.0</version> |
| 51 | + <version>1.0.1</version> |
| 52 | + </dependency> |
| 53 | + |
| 54 | + <dependency> |
| 55 | + <groupId>org.bouncycastle</groupId> |
| 56 | + <artifactId>bcprov-jdk15</artifactId> |
| 57 | + <version>1.45</version> |
| 58 | + <scope>test</scope> |
47 | 59 | </dependency>
|
48 | 60 |
|
49 | 61 | </dependencies>
|
50 |
| - <build> |
51 |
| - <plugins> |
52 |
| - <plugin> |
53 |
| - <artifactId>maven-assembly-plugin</artifactId> |
54 |
| - <configuration> |
55 |
| - <archive> |
56 |
| - <manifest> |
57 |
| - <mainClass>org.bibalex.warcrefs.Warcrefs</mainClass> |
58 |
| - </manifest> |
59 |
| - </archive> |
60 |
| - <descriptorRefs> |
61 |
| - <descriptorRef>jar-with-dependencies</descriptorRef> |
62 |
| - </descriptorRefs> |
63 |
| - </configuration> |
64 |
| - </plugin> |
65 |
| - </plugins> |
66 |
| - </build> |
67 | 62 | </project>
|
0 commit comments