Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 681664 Details for
Bug 900452
Unable to run WS performance tests, missing dependencies for jbossws-cxf-client in maven repo zip
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
pom.xml
pom.xml (text/xml), 1.90 KB, created by
Carlo de Wolf
on 2012-05-18 12:34:45 UTC
(
hide
)
Description:
pom.xml
Filename:
MIME Type:
Creator:
Carlo de Wolf
Created:
2012-05-18 12:34:45 UTC
Size:
1.90 KB
patch
obsolete
><?xml version="1.0" encoding="UTF-8"?> ><project > xmlns="http://maven.apache.org/POM/4.0.0" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> > <modelVersion>4.0.0</modelVersion> > > <parent> > <groupId>org.jboss</groupId> > <artifactId>jboss-parent</artifactId> > <version>8</version> > </parent> > > <groupId>org.jboss.common</groupId> > <artifactId>jboss-dummy</artifactId> > <version>0.0.0-SNAPSHOT</version> > > <name>JBoss Dummy</name> > <description>Playground</description> > > <packaging>jar</packaging> > > <dependencyManagement> > <dependencies> > <dependency> > <groupId>org.jboss.as</groupId> > <artifactId>jboss-as-parent</artifactId> > <version>7.1.2.Final-redhat-1</version> > <type>pom</type> > <scope>import</scope> > </dependency> > </dependencies> > </dependencyManagement> > > <dependencies> > <dependency> > <groupId>org.jboss.ws.cxf</groupId> > <artifactId>jbossws-cxf-client</artifactId> > <version>4.0.4.GA-redhat-1</version> > <scope>test</scope> > </dependency> > </dependencies> > > <repositories> > <repository> > <id>jboss-eap6-er8</id> > <name>JBoss EAP 6 ER8</name> > <url>file:/tmp/jboss-eap-6.0.0.ER8-maven-repository</url> > <layout>default</layout> > <releases> > <enabled>true</enabled> > <updatePolicy>never</updatePolicy> > </releases> > <snapshots> > <enabled>true</enabled> > <updatePolicy>never</updatePolicy> > </snapshots> > </repository> > </repositories> > > <pluginRepositories> > <pluginRepository> > <id>jboss-eap6-er8</id> > <name>JBoss EAP 6 ER8</name> > <url>file:/tmp/jboss-eap-6.0.0.ER8-maven-repository</url> > <releases> > <enabled>true</enabled> > </releases> > <snapshots> > <enabled>true</enabled> > </snapshots> > </pluginRepository> > </pluginRepositories> ></project>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 900452
: 681664