Mercurial > dive4elements > river
comparison artifacts/pom.xml @ 9120:2fb72a0aa313
pdf layout condensed
author | gernotbelger |
---|---|
date | Tue, 05 Jun 2018 11:44:05 +0200 |
parents | 928cc44711db |
children | 3bbc687e6cb8 |
comparison
equal
deleted
inserted
replaced
9119:36c80c7fd02f | 9120:2fb72a0aa313 |
---|---|
63 </executions> | 63 </executions> |
64 </plugin --> | 64 </plugin --> |
65 </plugins> | 65 </plugins> |
66 </build> | 66 </build> |
67 | 67 |
68 <dependencies> | 68 <dependencies> |
69 | 69 <dependency> |
70 <dependency> | 70 <groupId>simply_glamorous.jar</groupId> |
71 <groupId>simply_glamorous.jar</groupId> | 71 <artifactId>simply_glamorous</artifactId> |
72 <artifactId>simply_glamorous</artifactId> | 72 <version>0</version> |
73 <version>0</version> | 73 <scope>system</scope> |
74 <scope>system</scope> | 74 <systemPath>${project.basedir}/contrib/fonts/simply_glamorous.jar</systemPath> |
75 <systemPath>${project.basedir}/src/main/resources/simply_glamorous.jar</systemPath> | 75 </dependency> |
76 </dependency> | 76 <dependency> |
77 | 77 <groupId>roboto.jar</groupId> |
78 <dependency> | 78 <artifactId>roboto</artifactId> |
79 <groupId>roboto.jar</groupId> | 79 <version>0</version> |
80 <artifactId>roboto</artifactId> | 80 <scope>system</scope> |
81 <version>0</version> | 81 <systemPath>${project.basedir}/contrib/fonts/roboto.jar</systemPath> |
82 <scope>system</scope> | |
83 <systemPath>${project.basedir}/src/main/resources/roboto.jar</systemPath> | |
84 </dependency> | 82 </dependency> |
85 <dependency> | 83 <dependency> |
86 <groupId>net.sf.ehcache</groupId> | 84 <groupId>net.sf.ehcache</groupId> |
87 <artifactId>ehcache-core</artifactId> | 85 <artifactId>ehcache-core</artifactId> |
88 <version>2.4.2</version> | 86 <version>2.4.2</version> |