You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2015/02/12 21:17:50 UTC

svn commit: r1659390 - in /jmeter/trunk: res/maven/ApacheJMeter_parent.pom xdocs/changes.xml

Author: pmouawad
Date: Thu Feb 12 20:17:50 2015
New Revision: 1659390

URL: http://svn.apache.org/r1659390
Log:
Bug 57555 - Cannot use JMeter 2.12 as a maven dependency
Bugzilla Id: 57555

Modified:
    jmeter/trunk/res/maven/ApacheJMeter_parent.pom
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/res/maven/ApacheJMeter_parent.pom
URL: http://svn.apache.org/viewvc/jmeter/trunk/res/maven/ApacheJMeter_parent.pom?rev=1659390&r1=1659389&r2=1659390&view=diff
==============================================================================
--- jmeter/trunk/res/maven/ApacheJMeter_parent.pom (original)
+++ jmeter/trunk/res/maven/ApacheJMeter_parent.pom Thu Feb 12 20:17:50 2015
@@ -206,6 +206,16 @@ under the License.
         <groupId>excalibur-datasource</groupId>
         <artifactId>excalibur-datasource</artifactId>
         <version>${excalibur-datasource.version}</version>
+        <exclusions>
+            <exclusion>
+                <groupId>excalibur-fortress</groupId>
+                <artifactId>excalibur-fortress-container-api</artifactId>
+            </exclusion>
+            <exclusion>
+                <groupId>excalibur-fortress</groupId>
+                <artifactId>excalibur-fortress-meta</artifactId>
+            </exclusion>
+        </exclusions>
       </dependency>
       <dependency>
         <groupId>excalibur-instrument</groupId>

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1659390&r1=1659389&r2=1659390&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Thu Feb 12 20:17:50 2015
@@ -181,6 +181,7 @@ See  <bugzilla>56357</bugzilla> for deta
 <li><bug>57394</bug>When constructing an instance with ClassTools#construct(String, int) the integer was ignored and the default constructor was used instead.</li>
 <li><bug>57440</bug>OutOfMemoryError after introduction of JSyntaxTextArea in LoggerPanel due to disableUndo not being taken into account.</li>
 <li><bug>57569</bug>FileServer.reserveFile - inconsistent behaviour when hasHeader is true</li>
+<li><bug>57555</bug>Cannot use JMeter 2.12 as a maven dependency. Contributed by Pascal Schumacher (pascal.schumacher at t-systems.com)</li>
 </ul>
 
 <!-- =================== Improvements =================== -->
@@ -251,6 +252,7 @@ See  <bugzilla>56357</bugzilla> for deta
 <li>Dzmitry Kashlach (dzmitrykashlach at gmail.com)</li>
 <li><a href="http://blazemeter.com">BlazeMeter Ltd.</a></li>
 <li>Benoit Wiart (benoit.wiart at gmail.com)</li>
+<li>Pascal Schumacher (pascal.schumacher at t-systems.com)</li>
 </ul>
 
 <br/>