|
From: <gca...@us...> - 2012-07-05 15:11:14
|
Revision: 4097
http://openutils.svn.sourceforge.net/openutils/?rev=4097&view=rev
Author: gcatania
Date: 2012-07-05 15:11:03 +0000 (Thu, 05 Jul 2012)
Log Message:
-----------
BSHD-16 formatting, pom cleanup
Modified Paths:
--------------
trunk/openutils-bshd5/pom.xml
Modified: trunk/openutils-bshd5/pom.xml
===================================================================
--- trunk/openutils-bshd5/pom.xml 2012-07-05 15:08:33 UTC (rev 4096)
+++ trunk/openutils-bshd5/pom.xml 2012-07-05 15:11:03 UTC (rev 4097)
@@ -53,14 +53,14 @@
</descriptors>
</configuration>
</plugin>
- <plugin>
+ <plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!-- BSHD-16 without manifest only jar, hibernate has classpath issues -->
<useManifestOnlyJar>true</useManifestOnlyJar>
</configuration>
</plugin>
- <plugin>
+ <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.3.7</version>
@@ -154,28 +154,6 @@
<version>6.5.2</version>
<scope>test</scope>
</dependency>
-<!--
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-annotations</artifactId>
- <version>${hibernate.version}</version>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>cglib</groupId>
- <artifactId>cglib</artifactId>
- </exclusion>
- <exclusion>
- <groupId>avalon-framework</groupId>
- <artifactId>avalon-framework</artifactId>
- </exclusion>
- <exclusion>
- <groupId>logkit</groupId>
- <artifactId>logkit</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
--->
</dependencies>
<properties>
<slf4j.version>1.6.6</slf4j.version>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|