From 63c86fcbbe4d0ab9ad239d83c08c53bedac6b40b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Westk=C3=A4mper?= Date: Thu, 20 Mar 2008 17:18:20 +0000 Subject: [PATCH] added license comments --- querydsl-hibernate/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/querydsl-hibernate/pom.xml b/querydsl-hibernate/pom.xml index 729712a4e..6c3ec41db 100644 --- a/querydsl-hibernate/pom.xml +++ b/querydsl-hibernate/pom.xml @@ -20,12 +20,14 @@ hibernate 3.2.1.ga provided + org.hibernate hibernate-annotations 3.2.1.ga provided + com.mysema.querydsl @@ -40,13 +42,15 @@ mysql mysql-connector-java 5.0.2 - test + test + com.mysema.querydsl querydsl-apt ${project.parent.version} provided + @@ -54,11 +58,13 @@ log4j log4j 1.2.14 + org.slf4j slf4j-log4j12 1.3.1 +