Skip to content

Instantly share code, notes, and snippets.

@stliu
Created October 25, 2012 10:39
Show Gist options
  • Select an option

  • Save stliu/3951914 to your computer and use it in GitHub Desktop.

Select an option

Save stliu/3951914 to your computer and use it in GitHub Desktop.
diff --git a/hibernate-search-engine/pom.xml b/hibernate-search-engine/pom.xml
index 178799b..bf9f6a0 100644
--- a/hibernate-search-engine/pom.xml
+++ b/hibernate-search-engine/pom.xml
@@ -131,6 +131,12 @@
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-install</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>com.sun</groupId>
+ <artifactId>tools</artifactId>
+ </exclusion>
+ </exclusions>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/hibernate-search-orm/pom.xml b/hibernate-search-orm/pom.xml
index 8a00c37..02a47ca 100644
--- a/hibernate-search-orm/pom.xml
+++ b/hibernate-search-orm/pom.xml
@@ -116,6 +116,12 @@
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-install</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>com.sun</groupId>
+ <artifactId>tools</artifactId>
+ </exclusion>
+ </exclusions>
<scope>test</scope>
</dependency>
<dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment