| author | Samuel Padgett | 2012-02-01 15:05:08 (EST) |
|---|---|---|
| committer | Michael Fiedler | 2012-02-01 16:48:57 (EST) |
| commit | 3bb68ab03d79e56e0e57d9b979d23fdd107f2b37 (patch) (side-by-side diff) | |
| tree | 2db79c5a5ff778a07bdea872263c089561a0bf15 | |
| parent | 077b1d8a39b48578332a67749fec4293551232b5 (diff) | |
| download | org.eclipse.lyo.server-3bb68ab03d79e56e0e57d9b979d23fdd107f2b37.zip org.eclipse.lyo.server-3bb68ab03d79e56e0e57d9b979d23fdd107f2b37.tar.gz org.eclipse.lyo.server-3bb68ab03d79e56e0e57d9b979d23fdd107f2b37.tar.bz2 | |
Bug 370338 - Update POM to pull j2bugzilla from central Maven repo
j2bugzilla is now available in the central Maven repository. Update the
POM to use that version.
| -rw-r--r-- | org.eclipse.lyo.samples.bugzilla/README.txt | 9 | ||||
| -rw-r--r-- | org.eclipse.lyo.samples.bugzilla/pom.xml | 19 |
2 files changed, 5 insertions, 23 deletions
diff --git a/org.eclipse.lyo.samples.bugzilla/README.txt b/org.eclipse.lyo.samples.bugzilla/README.txt index 8e11984..5cd102b 100644 --- a/org.eclipse.lyo.samples.bugzilla/README.txt +++ b/org.eclipse.lyo.samples.bugzilla/README.txt @@ -1,15 +1,6 @@ You must have Bugzilla 4.0 to run this sample. Simplest is to connect to the Bugzilla Landfull <http://landfill.bugzilla.org/>. -This project also relies on j2bugzilla, a Java API for Bugzilla. -Download j2bugzilla 1.0 from Google Code, - - http://j2bugzilla.googlecode.com/files/j2bugzilla-1.0.jar - -Then install j2bugzilla into your local repository with the command, - - mvn install:install-file -Dfile=j2bugzilla-1.0.jar -DgroupId=j2bugzilla -DartifactId=j2bugzilla -Dversion=1.0 -Dpackaging=jar - To run the Bugzilla adapter, edit src/main/resources/bugz.properties to point to your Bugzilla server (or use the default, Bugzilla Landfill). Then from the project root directory, diff --git a/org.eclipse.lyo.samples.bugzilla/pom.xml b/org.eclipse.lyo.samples.bugzilla/pom.xml index 249408c..f63db37 100644 --- a/org.eclipse.lyo.samples.bugzilla/pom.xml +++ b/org.eclipse.lyo.samples.bugzilla/pom.xml @@ -59,22 +59,13 @@ <artifactId>jenabean</artifactId> <version>1.0.6</version> </dependency> - - <!-- - Download j2bugzilla 1.0 from Google Code. - - http://j2bugzilla.googlecode.com/files/j2bugzilla-1.0.jar - - Install j2bugzilla into your local repository with the command, - - mvn install:install-file -Dfile=j2bugzilla-1.0.jar -DgroupId=j2bugzilla -DartifactId=j2bugzilla -Dversion=1.0 -Dpackaging=jar - --> + <dependency> - <groupId>j2bugzilla</groupId> - <artifactId>j2bugzilla</artifactId> - <version>1.0</version> + <groupId>com.j2bugzilla</groupId> + <artifactId>j2bugzilla</artifactId> + <version>1.0</version> </dependency> - + <dependency> <groupId>org.eclipse.lyo.server</groupId> <artifactId>oauth-webapp</artifactId> |

