mariol3 / axon-auction-example

Automatically exported from code.google.com/p/axon-auction-example
0 stars 0 forks source link

Error in maven deps when build the example #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Build the app with mvn package 

What is the expected output? What do you see instead?
Error in maven dependencies

What version of the product are you using? On what operating system?
--

Please provide any additional information below.
Add the jboss repository in : aunction\auction-parent\pom.xml

        <repository>
            <id>jboss-public</id>
            <name>jboss public repository</name>
            <url>http://repository.jboss.org/maven2/</url>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </repository>

Thanks

Original issue reported on code.google.com by jcver...@gmail.com on 8 Mar 2011 at 10:22

GoogleCodeExporter commented 8 years ago
Added JBoss repository to the POM.

Original comment by reg.goog...@future-invent.de on 20 Mar 2011 at 5:54