diff options
Diffstat (limited to 'common/pom.xml')
-rw-r--r-- | common/pom.xml | 45 |
1 files changed, 43 insertions, 2 deletions
diff --git a/common/pom.xml b/common/pom.xml index 4809c954df..3bacaf03dd 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -98,7 +98,48 @@ <version>1.10.19</version> <scope>test</scope> </dependency> - + <dependency> + <groupId>org.evosuite</groupId> + <artifactId>evosuite-standalone-runtime</artifactId> + <version>${evosuiteVersion}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-core</artifactId> + <version>4.3.6.Final</version> + <exclusions> + <!-- Avoid hibernate inclusion as provided in Jboss --> + <exclusion> + <groupId>org.jboss</groupId> + <artifactId>jandex</artifactId> + </exclusion> + <exclusion> + <groupId>org.javassist</groupId> + <artifactId>javassist</artifactId> + </exclusion> + <exclusion> + <groupId>org.jboss.logging</groupId> + <artifactId>jboss-logging</artifactId> + </exclusion> + <exclusion> + <groupId>org.jboss.logging</groupId> + <artifactId>jboss-logging-annotations</artifactId> + </exclusion> + <exclusion> + <groupId>org.jboss.spec.javax.transaction</groupId> + <artifactId>jboss-transaction-api_1.2_spec</artifactId> + </exclusion> + <exclusion> + <groupId>antlr</groupId> + <artifactId>antlr</artifactId> + </exclusion> + <exclusion> + <groupId>dom4j</groupId> + <artifactId>dom4j</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> <resources> @@ -148,7 +189,7 @@ <page>Messages and Codes</page> <principal>test</principal> <credentials>test</credentials> - <url>http://wiki.web.att.com</url> + </wiki> <resources> <resource> |