Skip to content

Commit

Permalink
HSEARCH-677 Fixes in the new pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Sep 26, 2011
1 parent 83b010f commit b2f97f2
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions hibernate-search-orm/pom.xml
Expand Up @@ -34,15 +34,22 @@

<artifactId>hibernate-search-orm</artifactId>

<name>Hibernate Search</name>
<description>Hibernate Search</description>
<name>Hibernate Search ORM</name>
<description>Hibernate Search integration with Hibernate core</description>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>hibernate-search</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>hibernate-search</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
Expand All @@ -54,7 +61,12 @@
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.0-api</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
Expand All @@ -81,11 +93,6 @@
<artifactId>simple-jndi</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
Expand All @@ -105,11 +112,11 @@
</dependency>
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-bmunit</artifactId>
<artifactId>byteman</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman</artifactId>
<artifactId>byteman-bmunit</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.byteman</groupId>
Expand Down

0 comments on commit b2f97f2

Please sign in to comment.