Blob Blame History Raw
From 242f2b47a679a29204bc9e2c4dd29dfc91fb3314 Mon Sep 17 00:00:00 2001
From: Juan Hernandez <juan.hernandez@redhat.com>
Date: Tue, 21 Feb 2012 20:33:03 +0100
Subject: [PATCH 4/4] Add codemodel dependency

---
 plugin-2.2/pom.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/plugin-2.2/pom.xml b/plugin-2.2/pom.xml
index 56757fc..d5e7301 100644
--- a/plugin-2.2/pom.xml
+++ b/plugin-2.2/pom.xml
@@ -37,6 +37,11 @@
 			<artifactId>maven-plugin-testing-harness</artifactId>
 			<scope>test</scope>
 		</dependency>
+		<dependency>
+			<groupId>com.sun.codemodel</groupId>
+			<artifactId>codemodel</artifactId>
+			<version>2.6</version>
+		</dependency>
 	</dependencies>
 	<reporting>
 		<plugins>
-- 
1.7.9