Hi all, 

I have a problem related to dropwizard-core dependencies. Maven loaded the 
dropwizard-core library but it didn't load the dependencies of the core 
library. 
When I checked pom.xml for dropwizard-core library loaded by maven I 
realized that the dependencies are not specified in the pom.xml. Here is 
pom.xml for dropwizard-core: 

*<?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>*

*    <groupId>io.dropwizard</groupId>*
*    <artifactId>dropwizard-core</artifactId>*
*    <version>1.1.0</version>*

*</project>*

The dependencies are missing. I used the following artifact when I loaded 
dropwizard-core into the project : 

*<dependency>*
*            <groupId>io.dropwizard</groupId>*
*            <artifactId>dropwizard-core</artifactId>*
*            <version>${dropwizard.version}</version>*
*</dependency>*

Does anyone know how to fix this problem? I need to load all 
DROPWIZARD-CORE dependencies, not only the DROPWIZARD-CORE library.

Thank you

-- 
You received this message because you are subscribed to the Google Groups 
"dropwizard-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to