Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5A921200CD7 for ; Tue, 1 Aug 2017 10:00:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 58A19166AFA; Tue, 1 Aug 2017 08:00:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A03F3166AF9 for ; Tue, 1 Aug 2017 10:00:14 +0200 (CEST) Received: (qmail 81821 invoked by uid 500); 1 Aug 2017 08:00:13 -0000 Mailing-List: contact dev-help@metamodel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@metamodel.apache.org Delivered-To: mailing list dev@metamodel.apache.org Received: (qmail 81804 invoked by uid 99); 1 Aug 2017 08:00:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2017 08:00:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C7B7BE10F8; Tue, 1 Aug 2017 08:00:12 +0000 (UTC) From: LosD To: dev@metamodel.apache.org Reply-To: dev@metamodel.apache.org References: In-Reply-To: Subject: [GitHub] metamodel-membrane pull request #2: METAMODEL-1147: Created controller model... Content-Type: text/plain Message-Id: <20170801080012.C7B7BE10F8@git1-us-west.apache.org> Date: Tue, 1 Aug 2017 08:00:12 +0000 (UTC) archived-at: Tue, 01 Aug 2017 08:00:15 -0000 Github user LosD commented on a diff in the pull request: https://github.com/apache/metamodel-membrane/pull/2#discussion_r130540302 --- Diff: swagger-codegen/pom.xml --- @@ -0,0 +1,123 @@ + + + + + org.apache.metamodel.membrane + Membrane-parent + 0.1-SNAPSHOT + + 4.0.0 + Membrane-swagger-model + jar + + + 2.2.3 + 2.22.2 + + + + + + io.swagger + swagger-codegen-maven-plugin + ${swagger.version} + + + + generate + + + ${project.groupId} + Membrane-swagger-model + ${project.basedir}/../core/src/main/resources/swagger.yaml + java + org.apache.metamodel.membrane.swagger.model + org.apache.metamodel.membrane.swagger.invoker + false + jersey2 + true + + src/gen/java/main + java8 + + + + + + + + + + + io.swagger + swagger-annotations + 1.5.16 + + + com.fasterxml.jackson.core + jackson-annotations + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + ${jackson.version} --- End diff -- Any reason this one isn't managed when the other Jackson deps are? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---