Sigmaaldrich / jsfcal

Automatically exported from code.google.com/p/jsfcal
0 stars 0 forks source link

jsfcal-examples missing dependencies #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. cd jsfcal-examples
2. mvn package
3.

What is the expected output? What do you see instead?

* The jsfcal repository is missing
* When using jetty:run, the following dependencies are missing:

<dependency>
  <groupId>ical4j</groupId>
  <artifactId>ical4j</artifactId>
  <version>0.9.20</version>
</dependency>
<dependency>
  <groupId>joda-time</groupId>
  <artifactId>joda-time</artifactId>
  <version>1.6</version>
</dependency>

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by daniel.l...@gmail.com on 31 Jul 2009 at 7:20