diff --git a/querydsl-collections/pom.xml b/querydsl-collections/pom.xml
index 55899df71..2186055c6 100644
--- a/querydsl-collections/pom.xml
+++ b/querydsl-collections/pom.xml
@@ -16,7 +16,7 @@
Hibernate / HQL support for querydsl
jar
-
+
com.mysema.querydsl
querydsl-core
@@ -27,20 +27,25 @@
collections-generic
4.01
-
+
+
+ janino
+ janino
+ 2.5.10
+
- janino
- janino
- 2.5.10
-
-
commons-lang
commons-lang
2.4
-
+
+
+ cglib
+ cglib
+ 2.2
+
-
+
com.mysema.querydsl
querydsl-apt
diff --git a/querydsl-collections/src/main/java/com/mysema/query/collections/AliasFactory.java b/querydsl-collections/src/main/java/com/mysema/query/collections/AliasFactory.java
deleted file mode 100644
index 6d81edccd..000000000
--- a/querydsl-collections/src/main/java/com/mysema/query/collections/AliasFactory.java
+++ /dev/null
@@ -1,20 +0,0 @@
-package com.mysema.query.collections;
-
-/**
- * AliasFactory provides
- *
- * @author tiwe
- * @version $Id$
- */
-public class AliasFactory {
-
- public A createAlias(Class cl, String var){
- try {
- // TODO : create real alias
- return cl.newInstance();
- } catch (Exception e) {
- throw new RuntimeException("error", e);
- }
- }
-
-}
diff --git a/querydsl-collections/src/main/java/com/mysema/query/collections/InnerQuery.java b/querydsl-collections/src/main/java/com/mysema/query/collections/InnerQuery.java
index c4d4eeff5..5c29b38ae 100644
--- a/querydsl-collections/src/main/java/com/mysema/query/collections/InnerQuery.java
+++ b/querydsl-collections/src/main/java/com/mysema/query/collections/InnerQuery.java
@@ -56,7 +56,7 @@ public class InnerQuery extends QueryBase