Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot weave using in spring boot project #232

Open
snowe2010 opened this issue Aug 15, 2016 · 5 comments
Open

Cannot weave using in spring boot project #232

snowe2010 opened this issue Aug 15, 2016 · 5 comments

Comments

@snowe2010
Copy link

snowe2010 commented Aug 15, 2016

I'm receiving the error

/Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/bin/java "-Dmaven.home=/Applications/IntelliJ IDEA.app/Contents/plugins/maven/lib/maven3" "-Dclassworlds.conf=/Applications/IntelliJ IDEA.app/Contents/plugins/maven/lib/maven3/bin/m2.conf" -Didea.launcher.port=7535 "-Didea.launcher.bin.path=/Applications/IntelliJ IDEA.app/Contents/bin" -Dfile.encoding=UTF-8 -classpath "/Applications/IntelliJ IDEA.app/Contents/plugins/maven/lib/maven3/boot/plexus-classworlds-2.4.jar:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar" com.intellij.rt.execution.application.AppMain org.codehaus.classworlds.Launcher -Didea.version=2016.2.1 -DskipTests=true jcabi:ajc -X
Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 06:51:28-0700)
Maven home: /Applications/IntelliJ IDEA.app/Contents/plugins/maven/lib/maven3
Java version: 1.8.0_73, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.11.6", arch: "x86_64", family: "mac"
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from /Applications/IntelliJ IDEA.app/Contents/plugins/maven/lib/maven3/conf/settings.xml
[DEBUG] Reading user settings from /Users/tylerthrailkill/.m2/settings.xml
[DEBUG] Using local repository at /Users/tylerthrailkill/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for /Users/tylerthrailkill/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project com.companyname.productname:gateway:jar:0.0.2-SNAPSHOT: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.companyname.productname:gateway:jar:0.0.2-SNAPSHOT
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.springframework.boot:spring-boot-maven-plugin @ line 276, column 21
[WARNING] 'build.plugins.plugin.version' for com.jcabi:jcabi-maven-plugin is missing. @ line 288, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[DEBUG] Resolving plugin version for com.jcabi:jcabi-maven-plugin
[DEBUG] Could not find metadata com.jcabi:jcabi-maven-plugin/maven-metadata.xml in local (/Users/tylerthrailkill/.m2/repository)
[DEBUG] Skipped remote update check for com.jcabi:jcabi-maven-plugin/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Skipped remote update check for com.jcabi:jcabi-maven-plugin/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Resolved plugin version for com.jcabi:jcabi-maven-plugin to 0.14.1 from repository central (http://artifactory.companyname.com:8081/artifactory/plugins-release, releases)
[DEBUG] Resolving plugin prefix jcabi from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix jcabi to com.jcabi:jcabi-maven-plugin from POM com.companyname.productname:gateway:jar:0.0.2-SNAPSHOT
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: com.companyname.productname:gateway:jar:0.0.2-SNAPSHOT
[DEBUG] Tasks:   [jcabi:ajc]
[DEBUG] Style:   Regular
[DEBUG] =======================================================================
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building gateway 0.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[DEBUG] Resolving plugin prefix jcabi from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix jcabi to com.jcabi:jcabi-maven-plugin from POM com.companyname.productname:gateway:jar:0.0.2-SNAPSHOT
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project:       com.companyname.productname:gateway:0.0.2-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [compile]
[DEBUG] Repositories (dependencies): [central (http://artifactory.companyname.com:8081/artifactory/libs-release, releases), snapshots (http://artifactory.companyname.com:8081/artifactory/libs-snapshot, releases+snapshots)]
[DEBUG] Repositories (plugins)     : [central (http://artifactory.companyname.com:8081/artifactory/plugins-release, releases), snapshots (http://artifactory.companyname.com:8081/artifactory/plugins-snapshot, releases+snapshots)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          com.jcabi:jcabi-maven-plugin:0.14.1:ajc (default-cli)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <classesDirectory default-value="${project.build.outputDirectory}"/>
  <classpathElements default-value="${project.compileClasspathElements}"/>
  <disableCopy default-value="false"/>
  <log default-value="${project.build.directory}/jcabi-ajc.log">${log}</log>
  <source default-value="1.6">1.8</source>
  <target default-value="1.6">1.8</target>
  <tempDirectory default-value="${project.build.directory}/jcabi-ajc"/>
  <unwovenClassesDir default-value="${project.build.directory}/unwoven"/>
  <execution default-value="${mojoExecution}"/>
  <project default-value="${project}"/>
  <session default-value="${session}"/>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Skipped remote update check for com.companyname.productname:pt-lp-common:0.0.2-SNAPSHOT/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Could not find metadata com.companyname:jackson-lombok:1.1-SNAPSHOT/maven-metadata.xml in local (/Users/tylerthrailkill/.m2/repository)
[DEBUG] Skipped remote update check for com.companyname:jackson-lombok:1.1-SNAPSHOT/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] Skipped remote update check for com.companyname.common.integrationtests:common-integrationtest:0.0.1-SNAPSHOT/maven-metadata.xml, locally cached metadata up-to-date.
[DEBUG] com.companyname.productname:gateway:jar:0.0.2-SNAPSHOT
[DEBUG]    com.companyname.productname:pt-lp-common:jar:0.0.2-SNAPSHOT:compile
[DEBUG]       org.springframework.hateoas:spring-hateoas:jar:0.19.0.RELEASE:compile
[DEBUG]          org.springframework:spring-beans:jar:4.2.5.RELEASE:compile (version managed from 4.1.7.RELEASE by org.springframework:spring-framework-bom:4.2.5.RELEASE)
[DEBUG]          org.springframework:spring-context:jar:4.2.5.RELEASE:compile (version managed from 4.1.7.RELEASE by org.springframework:spring-framework-bom:4.2.5.RELEASE)
[DEBUG]       org.apache.commons:commons-lang3:jar:3.4:compile
[DEBUG]       org.springframework.boot:spring-boot-starter-actuator:jar:1.3.3.RELEASE:compile
[DEBUG]          org.springframework.boot:spring-boot-actuator:jar:1.3.3.RELEASE:compile
[DEBUG]    org.springframework.cloud:spring-cloud-starter-zuul:jar:1.1.0.M3:compile
[DEBUG]       org.springframework.cloud:spring-cloud-starter:jar:1.1.0.M3:compile
[DEBUG]          org.springframework.cloud:spring-cloud-context:jar:1.1.0.M3:compile
[DEBUG]             org.springframework.security:spring-security-crypto:jar:4.0.3.RELEASE:compile
[DEBUG]          org.springframework.cloud:spring-cloud-commons:jar:1.1.0.M3:compile
[DEBUG]       org.springframework.cloud:spring-cloud-starter-hystrix:jar:1.1.0.M3:compile
[DEBUG]          org.springframework.cloud:spring-cloud-netflix-core:jar:1.1.0.M3:compile
[DEBUG]          com.netflix.hystrix:hystrix-core:jar:1.4.20:compile
[DEBUG]          com.netflix.hystrix:hystrix-metrics-event-stream:jar:1.4.20:compile
[DEBUG]          com.netflix.hystrix:hystrix-javanica:jar:1.4.20:compile
[DEBUG]             org.aspectj:aspectjweaver:jar:1.8.8:compile (version managed from 1.7.4 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]             com.google.guava:guava:jar:18.0:compile (version managed from 15.0 by org.springframework.cloud:spring-cloud-consul:1.0.0.M4)
[DEBUG]             commons-collections:commons-collections:jar:3.2.2:compile (version managed from 3.2.1 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]             org.ow2.asm:asm:jar:5.0.4:compile
[DEBUG]       org.springframework.cloud:spring-cloud-starter-ribbon:jar:1.1.0.M3:compile
[DEBUG]          com.netflix.ribbon:ribbon:jar:2.1.0:compile
[DEBUG]             com.netflix.ribbon:ribbon-transport:jar:2.1.0:runtime
[DEBUG]                io.reactivex:rxnetty-contexts:jar:0.4.9:runtime
[DEBUG]                io.reactivex:rxnetty-servo:jar:0.4.9:runtime
[DEBUG]             javax.inject:javax.inject:jar:1:runtime
[DEBUG]             io.reactivex:rxnetty:jar:0.4.9:runtime
[DEBUG]                io.netty:netty-codec-http:jar:4.0.27.Final:runtime
[DEBUG]                   io.netty:netty-codec:jar:4.0.27.Final:runtime
[DEBUG]                   io.netty:netty-handler:jar:4.0.27.Final:runtime
[DEBUG]                io.netty:netty-transport-native-epoll:jar:4.0.27.Final:runtime
[DEBUG]                   io.netty:netty-common:jar:4.0.27.Final:runtime
[DEBUG]                   io.netty:netty-buffer:jar:4.0.27.Final:runtime
[DEBUG]                   io.netty:netty-transport:jar:4.0.27.Final:runtime
[DEBUG]             commons-configuration:commons-configuration:jar:1.8:runtime
[DEBUG]          com.netflix.ribbon:ribbon-core:jar:2.1.0:compile
[DEBUG]             commons-lang:commons-lang:jar:2.6:runtime
[DEBUG]          com.netflix.ribbon:ribbon-httpclient:jar:2.1.0:compile
[DEBUG]             com.sun.jersey:jersey-client:jar:1.19:runtime (version managed from 1.11 by org.springframework.cloud:spring-cloud-netflix:1.1.0.M3)
[DEBUG]                com.sun.jersey:jersey-core:jar:1.19:runtime
[DEBUG]                   javax.ws.rs:jsr311-api:jar:1.1.1:runtime
[DEBUG]             com.sun.jersey.contribs:jersey-apache-client4:jar:1.19:runtime (version managed from 1.11 by org.springframework.cloud:spring-cloud-netflix:1.1.0.M3)
[DEBUG]          com.netflix.ribbon:ribbon-loadbalancer:jar:2.1.0:compile
[DEBUG]             com.netflix.netflix-commons:netflix-statistics:jar:0.1.1:runtime
[DEBUG]          io.reactivex:rxjava:jar:1.0.11:compile
[DEBUG]       com.netflix.zuul:zuul-core:jar:1.1.0-rc.1:compile
[DEBUG]          com.netflix.archaius:archaius-core:jar:0.7.1:compile (version managed from 0.6.0 by org.springframework.cloud:spring-cloud-consul:1.0.0.M4)
[DEBUG]             com.google.code.findbugs:annotations:jar:2.0.0:runtime
[DEBUG]          com.netflix.servo:servo-core:jar:0.10.0:runtime (version managed from 0.7.2 by org.springframework.cloud:spring-cloud-netflix:1.1.0.M3)
[DEBUG]             com.netflix.servo:servo-internal:jar:0.10.0:runtime
[DEBUG]          com.netflix.netflix-commons:netflix-commons-util:jar:0.1.1:runtime
[DEBUG]    org.springframework.cloud:spring-cloud-starter-security:jar:1.1.0.M2:compile
[DEBUG]       org.springframework.cloud:spring-cloud-security:jar:1.1.0.M2:compile
[DEBUG]    com.jcabi:jcabi-aspects:jar:0.22.5:compile
[DEBUG]       com.jcabi:jcabi-log:jar:0.17:compile
[DEBUG]       javax.validation:validation-api:jar:1.1.0.Final:compile
[DEBUG]    org.aspectj:aspectjrt:jar:1.8.9:compile
[DEBUG]    org.springframework.boot:spring-boot-starter-web:jar:1.3.3.RELEASE:compile
[DEBUG]       org.springframework.boot:spring-boot-starter:jar:1.3.3.RELEASE:compile
[DEBUG]          org.springframework.boot:spring-boot:jar:1.3.3.RELEASE:compile
[DEBUG]          org.springframework.boot:spring-boot-autoconfigure:jar:1.3.3.RELEASE:compile
[DEBUG]          org.springframework.boot:spring-boot-starter-logging:jar:1.3.3.RELEASE:compile
[DEBUG]             org.slf4j:jul-to-slf4j:jar:1.7.16:compile
[DEBUG]             org.slf4j:log4j-over-slf4j:jar:1.7.16:compile
[DEBUG]          org.yaml:snakeyaml:jar:1.16:runtime
[DEBUG]       org.springframework.boot:spring-boot-starter-tomcat:jar:1.3.3.RELEASE:compile
[DEBUG]          org.apache.tomcat.embed:tomcat-embed-core:jar:8.0.32:compile
[DEBUG]          org.apache.tomcat.embed:tomcat-embed-el:jar:8.0.32:compile
[DEBUG]          org.apache.tomcat.embed:tomcat-embed-logging-juli:jar:8.0.32:compile
[DEBUG]          org.apache.tomcat.embed:tomcat-embed-websocket:jar:8.0.32:compile
[DEBUG]       org.springframework.boot:spring-boot-starter-validation:jar:1.3.3.RELEASE:compile
[DEBUG]          org.hibernate:hibernate-validator:jar:5.2.4.Final:compile
[DEBUG]             org.jboss.logging:jboss-logging:jar:3.3.0.Final:compile (version managed from 3.2.1.Final by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]             com.fasterxml:classmate:jar:1.1.0:compile
[DEBUG]       com.fasterxml.jackson.core:jackson-databind:jar:2.6.5:compile
[DEBUG]       org.springframework:spring-web:jar:4.2.5.RELEASE:compile
[DEBUG]       org.springframework:spring-webmvc:jar:4.2.5.RELEASE:compile
[DEBUG]          org.springframework:spring-expression:jar:4.2.5.RELEASE:compile
[DEBUG]    org.springframework.boot:spring-boot-starter-security:jar:1.3.3.RELEASE:compile
[DEBUG]       org.springframework:spring-aop:jar:4.2.5.RELEASE:compile
[DEBUG]          aopalliance:aopalliance:jar:1.0:compile
[DEBUG]       org.springframework.security:spring-security-config:jar:4.0.3.RELEASE:compile
[DEBUG]          org.springframework.security:spring-security-core:jar:4.0.3.RELEASE:compile
[DEBUG]       org.springframework.security:spring-security-web:jar:4.0.3.RELEASE:compile
[DEBUG]    org.springframework.session:spring-session:jar:1.0.2.RELEASE:compile
[DEBUG]    org.springframework.boot:spring-boot-starter-redis:jar:1.3.3.RELEASE:compile
[DEBUG]       org.springframework.data:spring-data-redis:jar:1.6.4.RELEASE:compile
[DEBUG]          org.springframework:spring-tx:jar:4.2.5.RELEASE:compile (version managed from 4.1.9.RELEASE by org.springframework:spring-framework-bom:4.2.5.RELEASE)
[DEBUG]          org.springframework:spring-oxm:jar:4.2.5.RELEASE:compile (version managed from 4.1.9.RELEASE by org.springframework:spring-framework-bom:4.2.5.RELEASE)
[DEBUG]          org.springframework:spring-context-support:jar:4.2.5.RELEASE:compile (version managed from 4.1.9.RELEASE by org.springframework:spring-framework-bom:4.2.5.RELEASE)
[DEBUG]          org.slf4j:jcl-over-slf4j:jar:1.7.16:compile (version managed from 1.7.13 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]       redis.clients:jedis:jar:2.7.3:compile
[DEBUG]          org.apache.commons:commons-pool2:jar:2.4.2:compile (version managed from 2.3 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]    org.springframework.boot:spring-boot-starter-jdbc:jar:1.3.3.RELEASE:compile
[DEBUG]       org.apache.tomcat:tomcat-jdbc:jar:8.0.32:compile
[DEBUG]          org.apache.tomcat:tomcat-juli:jar:8.0.32:compile
[DEBUG]       org.springframework:spring-jdbc:jar:4.2.5.RELEASE:compile
[DEBUG]    org.springframework.boot:spring-boot-starter-test:jar:1.3.3.RELEASE:test
[DEBUG]       junit:junit:jar:4.12:compile
[DEBUG]       org.mockito:mockito-core:jar:1.10.19:compile
[DEBUG]          org.objenesis:objenesis:jar:2.1:runtime
[DEBUG]       org.hamcrest:hamcrest-core:jar:1.3:compile
[DEBUG]       org.hamcrest:hamcrest-library:jar:1.3:test
[DEBUG]       org.springframework:spring-core:jar:4.2.5.RELEASE:compile
[DEBUG]       org.springframework:spring-test:jar:4.2.5.RELEASE:test
[DEBUG]    ch.qos.logback:logback-classic:jar:1.1.3:compile
[DEBUG]       ch.qos.logback:logback-core:jar:1.1.3:compile
[DEBUG]       org.slf4j:slf4j-api:jar:1.7.16:compile (version managed from 1.7.7 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]    com.papertrailapp:logback-syslog4j:jar:1.0.0:compile
[DEBUG]       org.syslog4j:syslog4j:jar:0.9.30:compile
[DEBUG]    org.apache.httpcomponents:httpclient:jar:4.5.1:runtime
[DEBUG]       org.apache.httpcomponents:httpcore:jar:4.4.4:runtime (version managed from 4.4.3 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]       commons-codec:commons-codec:jar:1.9:compile
[DEBUG]    com.companyname:jackson-lombok:jar:1.1-SNAPSHOT:compile
[DEBUG]    com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.6.5:compile
[DEBUG]       com.fasterxml.jackson.core:jackson-core:jar:2.6.5:compile
[DEBUG]    commons-dbcp:commons-dbcp:jar:1.4:compile
[DEBUG]       commons-pool:commons-pool:jar:1.6:compile (version managed from 1.5.4 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]    org.postgresql:postgresql:jar:9.4.1208.jre7:compile
[DEBUG]    info.cukes:cucumber-junit:jar:1.2.4:compile
[DEBUG]       info.cukes:cucumber-core:jar:1.2.4:compile
[DEBUG]          info.cukes:cucumber-html:jar:0.2.3:compile
[DEBUG]          info.cukes:cucumber-jvm-deps:jar:1.0.5:compile
[DEBUG]          info.cukes:gherkin:jar:2.12.2:compile
[DEBUG]    info.cukes:cucumber-spring:jar:1.2.4:compile
[DEBUG]       info.cukes:cucumber-java:jar:1.2.4:compile
[DEBUG]    org.seleniumhq.selenium:selenium-java:jar:2.53.0:compile
[DEBUG]       org.seleniumhq.selenium:selenium-chrome-driver:jar:2.53.0:compile
[DEBUG]          org.seleniumhq.selenium:selenium-remote-driver:jar:2.53.0:compile
[DEBUG]             cglib:cglib-nodep:jar:3.1:test (scope managed from compile by org.springframework.cloud:spring-cloud-sleuth:1.0.0.M3) (version managed from 2.1_3 by org.springframework.cloud:spring-cloud-sleuth:1.0.0.M3)
[DEBUG]             com.google.code.gson:gson:jar:2.3.1:compile
[DEBUG]             org.seleniumhq.selenium:selenium-api:jar:2.53.0:compile
[DEBUG]       org.seleniumhq.selenium:selenium-edge-driver:jar:2.53.0:compile
[DEBUG]          org.apache.commons:commons-exec:jar:1.3:compile
[DEBUG]       org.seleniumhq.selenium:selenium-firefox-driver:jar:2.53.0:compile
[DEBUG]       org.seleniumhq.selenium:selenium-ie-driver:jar:2.53.0:compile
[DEBUG]          net.java.dev.jna:jna:jar:4.1.0:compile
[DEBUG]          net.java.dev.jna:jna-platform:jar:4.1.0:compile
[DEBUG]       org.seleniumhq.selenium:selenium-safari-driver:jar:2.53.0:compile
[DEBUG]          io.netty:netty:jar:3.5.7.Final:compile
[DEBUG]       org.seleniumhq.selenium:selenium-support:jar:2.53.0:compile
[DEBUG]       org.seleniumhq.selenium:selenium-leg-rc:jar:2.53.0:compile
[DEBUG]    org.fluentlenium:fluentlenium-core:jar:0.11.0:test
[DEBUG]    org.fluentlenium:fluentlenium-cucumber:jar:0.11.0:compile
[DEBUG]       org.assertj:assertj-core:jar:2.3.0:compile
[DEBUG]    com.companyname.common.integrationtests:common-integrationtest:jar:0.0.1-SNAPSHOT:test
[DEBUG]       org.apache.maven.plugins:maven-jar-plugin:jar:3.0.2:test
[DEBUG]          org.apache.maven:maven-plugin-api:jar:3.0:test
[DEBUG]             org.apache.maven:maven-model:jar:3.0:test
[DEBUG]             org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:test
[DEBUG]                org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:test
[DEBUG]                   org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:test
[DEBUG]          org.apache.maven:maven-core:jar:3.0:test
[DEBUG]             org.apache.maven:maven-settings:jar:3.0:test
[DEBUG]             org.apache.maven:maven-settings-builder:jar:3.0:test
[DEBUG]             org.apache.maven:maven-repository-metadata:jar:3.0:test
[DEBUG]             org.apache.maven:maven-model-builder:jar:3.0:test
[DEBUG]             org.apache.maven:maven-aether-provider:jar:3.0:test
[DEBUG]             org.sonatype.aether:aether-impl:jar:1.7:test
[DEBUG]                org.sonatype.aether:aether-spi:jar:1.7:test
[DEBUG]             org.sonatype.aether:aether-api:jar:1.7:test
[DEBUG]             org.sonatype.aether:aether-util:jar:1.7:test
[DEBUG]             org.codehaus.plexus:plexus-interpolation:jar:1.14:test
[DEBUG]             org.codehaus.plexus:plexus-classworlds:jar:2.2.3:test
[DEBUG]             org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:test
[DEBUG]             org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:test
[DEBUG]                org.sonatype.plexus:plexus-cipher:jar:1.4:test
[DEBUG]          org.apache.maven:maven-artifact:jar:3.0:test
[DEBUG]          org.apache.maven:maven-archiver:jar:3.1.1:test
[DEBUG]             org.apache.maven.shared:maven-shared-utils:jar:3.0.1:test
[DEBUG]          org.codehaus.plexus:plexus-archiver:jar:3.4:test
[DEBUG]             org.codehaus.plexus:plexus-io:jar:2.7.1:test
[DEBUG]             org.apache.commons:commons-compress:jar:1.11:test
[DEBUG]             org.iq80.snappy:snappy:jar:0.4:test
[DEBUG]             org.tukaani:xz:jar:1.5:test
[DEBUG]          org.codehaus.plexus:plexus-utils:jar:3.0.24:test
[DEBUG]       com.jayway.restassured:rest-assured:jar:2.9.0:test
[DEBUG]          org.codehaus.groovy:groovy:jar:2.4.6:test (version managed from 2.4.4 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]          org.codehaus.groovy:groovy-xml:jar:2.4.6:test (version managed from 2.4.4 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]          org.apache.httpcomponents:httpmime:jar:4.5.1:test
[DEBUG]          org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:test
[DEBUG]          com.jayway.restassured:json-path:jar:2.9.0:test
[DEBUG]             org.codehaus.groovy:groovy-json:jar:2.4.6:test (version managed from 2.4.4 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]             com.jayway.restassured:rest-assured-common:jar:2.9.0:test
[DEBUG]          com.jayway.restassured:xml-path:jar:2.9.0:test
[DEBUG]       org.skyscreamer:jsonassert:jar:1.2.3:test (version managed from 1.3.0 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]          org.json:json:jar:20140107:compile (version managed from 20090211 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]       com.jayway.jsonpath:json-path:jar:2.0.0:test (version managed from 2.2.0 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]          net.minidev:json-smart:jar:2.1.1:test
[DEBUG]             net.minidev:asm:jar:1.0.2:test
[DEBUG]                asm:asm:jar:3.3.1:test
[DEBUG]       commons-io:commons-io:jar:2.4:compile
[DEBUG]       com.fasterxml.jackson.core:jackson-annotations:jar:2.6.5:compile (version managed from 2.7.2 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]       com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.6.5:test (version managed from 2.7.2 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]          com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.6.5:test
[DEBUG]          org.codehaus.woodstox:stax2-api:jar:3.1.4:test
[DEBUG]    com.stormpath.spring:stormpath-default-spring-boot-starter:jar:1.0.RC8.5:compile
[DEBUG]       com.stormpath.spring:stormpath-spring-security-webmvc-spring-boot-starter:jar:1.0.RC8.5:compile
[DEBUG]          com.stormpath.sdk:stormpath-sdk-api:jar:1.0.RC8.5:compile
[DEBUG]          com.stormpath.spring:stormpath-spring-security-webmvc:jar:1.0.RC8.5:compile
[DEBUG]             com.stormpath.sdk:stormpath-sdk-servlet:jar:1.0.RC8.5:compile
[DEBUG]                com.stormpath.sdk:stormpath-sdk-oauth:jar:1.0.RC8.5:compile
[DEBUG]                   org.apache.oltu.oauth2:org.apache.oltu.oauth2.authzserver:jar:1.0.0:compile
[DEBUG]                      org.apache.oltu.oauth2:org.apache.oltu.oauth2.common:jar:1.0.0:compile
[DEBUG]                   org.apache.oltu.oauth2:org.apache.oltu.oauth2.resourceserver:jar:1.0.0:compile
[DEBUG]                io.jsonwebtoken:jjwt:jar:0.5.1:compile
[DEBUG]                javax.servlet:jstl:jar:1.2:compile
[DEBUG]             com.stormpath.spring:stormpath-spring-security:jar:1.0.RC8.5:compile
[DEBUG]                com.stormpath.spring:stormpath-spring:jar:1.0.RC8.5:compile
[DEBUG]             com.stormpath.spring:stormpath-spring-webmvc:jar:1.0.RC8.5:compile
[DEBUG]          com.stormpath.spring:stormpath-webmvc-spring-boot-starter:jar:1.0.RC8.5:compile
[DEBUG]             com.stormpath.sdk:stormpath-sdk-impl:jar:1.0.RC8.5:compile
[DEBUG]                joda-time:joda-time:jar:2.8.2:compile (version managed from 2.1 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]             com.stormpath.spring:stormpath-spring-boot-starter:jar:1.0.RC8.5:compile
[DEBUG]          com.stormpath.spring:stormpath-spring-security-spring-boot-starter:jar:1.0.RC8.5:compile
[DEBUG]          com.stormpath.sdk:stormpath-sdk-httpclient:jar:1.0.RC8.5:runtime
[INFO] 
[INFO] --- jcabi-maven-plugin:0.14.1:ajc (default-cli) @ gateway ---
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG]   Imported: org.apache.maven.cli < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG]   Imported: org.apache.maven.repository < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG]   Imported: org.apache.maven.usability < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG]   Imported: org.sonatype.aether.version < plexus.core
[DEBUG]   Imported: org.sonatype.aether.* < plexus.core
[DEBUG]   Imported: org.sonatype.aether.artifact < plexus.core
[DEBUG]   Imported: org.apache.maven.* < plexus.core
[DEBUG]   Imported: org.apache.maven.project < plexus.core
[DEBUG]   Imported: org.sonatype.aether.repository < plexus.core
[DEBUG]   Imported: org.sonatype.aether.impl < plexus.core
[DEBUG]   Imported: org.apache.maven.exception < plexus.core
[DEBUG]   Imported: org.apache.maven.plugin < plexus.core
[DEBUG]   Imported: org.sonatype.aether.collection < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG]   Imported: org.apache.maven.profiles < plexus.core
[DEBUG]   Imported: org.sonatype.aether.metadata < plexus.core
[DEBUG]   Imported: org.sonatype.aether.spi < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG]   Imported: org.sonatype.aether.graph < plexus.core
[DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG]   Imported: org.sonatype.aether.installation < plexus.core
[DEBUG]   Imported: org.apache.maven.monitor < plexus.core
[DEBUG]   Imported: org.sonatype.aether.transfer < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG]   Imported: org.sonatype.aether.deployment < plexus.core
[DEBUG]   Imported: org.apache.maven.model < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG]   Imported: org.apache.maven.artifact < plexus.core
[DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG]   Imported: org.apache.maven.settings < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG]   Imported: org.apache.maven.reporting < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.configuration < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG]   Imported: org.codehaus.classworlds < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
[DEBUG]   Imported: org.sonatype.aether.resolution < plexus.core
[DEBUG]   Imported: org.apache.maven.execution < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
[DEBUG] Populating class realm maven.api
[DEBUG] com.jcabi:jcabi-maven-plugin:jar:0.14.1:
[DEBUG]    com.jcabi:jcabi-aspects:jar:0.22.5:runtime
[DEBUG]    org.aspectj:aspectjrt:jar:1.6.12:runtime
[DEBUG]    com.jcabi:jcabi-log:jar:0.14.3:compile
[DEBUG]       org.slf4j:slf4j-api:jar:1.7.5:compile
[DEBUG]    com.jcabi:jcabi-maven-slf4j:jar:0.9:compile
[DEBUG]    org.apache.maven.shared:maven-dependency-tree:jar:2.1:compile
[DEBUG]       org.apache.maven:maven-project:jar:2.2.0:compile
[DEBUG]          org.apache.maven:maven-profile:jar:2.2.0:compile
[DEBUG]          org.apache.maven:maven-artifact-manager:jar:2.2.0:compile
[DEBUG]             backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[DEBUG]          org.apache.maven:maven-plugin-registry:jar:2.2.0:compile
[DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[DEBUG]       org.eclipse.aether:aether-util:jar:0.9.0.M2:compile
[DEBUG]    org.aspectj:aspectjtools:jar:1.8.6:compile
[DEBUG]    javax.validation:validation-api:jar:1.1.0.Final:compile
[DEBUG]    org.hibernate:hibernate-validator:jar:5.1.2.Final:runtime
[DEBUG]       org.jboss.logging:jboss-logging:jar:3.1.3.GA:runtime
[DEBUG]       com.fasterxml:classmate:jar:1.0.0:runtime
[DEBUG]    org.apache.maven:maven-plugin-api:jar:3.0.5:compile
[DEBUG]       org.sonatype.sisu:sisu-inject-plexus:jar:2.3.0:compile
[DEBUG]          org.sonatype.sisu:sisu-inject-bean:jar:2.3.0:compile
[DEBUG]             org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0:compile
[DEBUG]                org.sonatype.sisu:sisu-guava:jar:0.9.9:compile
[DEBUG]    org.apache.maven:maven-model:jar:3.0.5:compile
[DEBUG]       org.codehaus.plexus:plexus-utils:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-core:jar:3.0.5:compile
[DEBUG]       org.apache.maven:maven-settings:jar:3.0.5:compile
[DEBUG]       org.apache.maven:maven-settings-builder:jar:3.0.5:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:3.0.5:compile
[DEBUG]       org.apache.maven:maven-model-builder:jar:3.0.5:compile
[DEBUG]       org.apache.maven:maven-aether-provider:jar:3.0.5:compile
[DEBUG]          org.sonatype.aether:aether-spi:jar:1.13.1:compile
[DEBUG]       org.sonatype.aether:aether-impl:jar:1.13.1:compile
[DEBUG]       org.sonatype.aether:aether-api:jar:1.13.1:compile
[DEBUG]       org.sonatype.aether:aether-util:jar:1.13.1:compile
[DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.4:compile
[DEBUG]       org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[DEBUG]          org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG]    org.codehaus.plexus:plexus-container-default:jar:1.5.5:compile
[DEBUG]       org.apache.xbean:xbean-reflect:jar:3.4:compile
[DEBUG]          log4j:log4j:jar:1.2.17:compile (version managed from 1.2.12)
[DEBUG]          commons-logging:commons-logging-api:jar:1.1:compile
[DEBUG]       junit:junit:jar:4.11:compile (version managed from 3.8.2)
[DEBUG]    commons-io:commons-io:jar:2.4:compile
[DEBUG]    org.apache.commons:commons-lang3:jar:3.3.2:compile
[DEBUG]    org.apache.maven:maven-artifact:jar:3.0.5:compile
[DEBUG]    javax.el:javax.el-api:jar:3.0.1-b04:runtime
[DEBUG] Created new class realm plugin>com.jcabi:jcabi-maven-plugin:0.14.1
[DEBUG] Importing foreign packages into class realm plugin>com.jcabi:jcabi-maven-plugin:0.14.1
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm plugin>com.jcabi:jcabi-maven-plugin:0.14.1
[DEBUG]   Included: com.jcabi:jcabi-maven-plugin:jar:0.14.1
[DEBUG]   Included: com.jcabi:jcabi-aspects:jar:0.22.5
[DEBUG]   Included: org.aspectj:aspectjrt:jar:1.6.12
[DEBUG]   Included: com.jcabi:jcabi-log:jar:0.14.3
[DEBUG]   Included: org.slf4j:slf4j-api:jar:1.7.5
[DEBUG]   Included: com.jcabi:jcabi-maven-slf4j:jar:0.9
[DEBUG]   Included: org.apache.maven.shared:maven-dependency-tree:jar:2.1
[DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
[DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
[DEBUG]   Included: org.eclipse.aether:aether-util:jar:0.9.0.M2
[DEBUG]   Included: org.aspectj:aspectjtools:jar:1.8.6
[DEBUG]   Included: javax.validation:validation-api:jar:1.1.0.Final
[DEBUG]   Included: org.hibernate:hibernate-validator:jar:5.1.2.Final
[DEBUG]   Included: org.jboss.logging:jboss-logging:jar:3.1.3.GA
[DEBUG]   Included: com.fasterxml:classmate:jar:1.0.0
[DEBUG]   Included: org.sonatype.sisu:sisu-inject-bean:jar:2.3.0
[DEBUG]   Included: org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0
[DEBUG]   Included: org.sonatype.sisu:sisu-guava:jar:0.9.9
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:2.0.6
[DEBUG]   Included: org.sonatype.aether:aether-util:jar:1.13.1
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.14
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG]   Included: org.apache.xbean:xbean-reflect:jar:3.4
[DEBUG]   Included: log4j:log4j:jar:1.2.17
[DEBUG]   Included: commons-logging:commons-logging-api:jar:1.1
[DEBUG]   Included: junit:junit:jar:4.11
[DEBUG]   Included: commons-io:commons-io:jar:2.4
[DEBUG]   Included: org.apache.commons:commons-lang3:jar:3.3.2
[DEBUG]   Included: javax.el:javax.el-api:jar:3.0.1-b04
[DEBUG]   Excluded: org.apache.maven:maven-project:jar:2.2.0
[DEBUG]   Excluded: org.apache.maven:maven-profile:jar:2.2.0
[DEBUG]   Excluded: org.apache.maven:maven-artifact-manager:jar:2.2.0
[DEBUG]   Excluded: org.apache.maven:maven-plugin-registry:jar:2.2.0
[DEBUG]   Excluded: org.apache.maven:maven-plugin-api:jar:3.0.5
[DEBUG]   Excluded: org.sonatype.sisu:sisu-inject-plexus:jar:2.3.0
[DEBUG]   Excluded: org.apache.maven:maven-model:jar:3.0.5
[DEBUG]   Excluded: org.apache.maven:maven-core:jar:3.0.5
[DEBUG]   Excluded: org.apache.maven:maven-settings:jar:3.0.5
[DEBUG]   Excluded: org.apache.maven:maven-settings-builder:jar:3.0.5
[DEBUG]   Excluded: org.apache.maven:maven-repository-metadata:jar:3.0.5
[DEBUG]   Excluded: org.apache.maven:maven-model-builder:jar:3.0.5
[DEBUG]   Excluded: org.apache.maven:maven-aether-provider:jar:3.0.5
[DEBUG]   Excluded: org.sonatype.aether:aether-spi:jar:1.13.1
[DEBUG]   Excluded: org.sonatype.aether:aether-impl:jar:1.13.1
[DEBUG]   Excluded: org.sonatype.aether:aether-api:jar:1.13.1
[DEBUG]   Excluded: org.codehaus.plexus:plexus-classworlds:jar:2.4
[DEBUG]   Excluded: org.codehaus.plexus:plexus-container-default:jar:1.5.5
[DEBUG]   Excluded: org.apache.maven:maven-artifact:jar:3.0.5
[DEBUG] Configuring mojo com.jcabi:jcabi-maven-plugin:0.14.1:ajc from plugin realm ClassRealm[plugin>com.jcabi:jcabi-maven-plugin:0.14.1, parent: sun.misc.Launcher$AppClassLoader@70dea4e]
[info] jcabi-aspects 0.22.5/4a18718 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[DEBUG] Configuring mojo 'com.jcabi:jcabi-maven-plugin:0.14.1:ajc' with basic configurator -->
[DEBUG]   (f) classesDirectory = /Users/tylerthrailkill/Documents/dev/gateway/target/classes
[DEBUG]   (f) classpathElements = [/Users/tylerthrailkill/Documents/dev/gateway/target/classes, /Users/tylerthrailkill/.m2/repository/com/companyname/productname/pt-lp-common/0.0.2-SNAPSHOT/pt-lp-common-0.0.2-SNAPSHOT.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/hateoas/spring-hateoas/0.19.0.RELEASE/spring-hateoas-0.19.0.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/spring-beans/4.2.5.RELEASE/spring-beans-4.2.5.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/spring-context/4.2.5.RELEASE/spring-context-4.2.5.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/boot/spring-boot-starter-actuator/1.3.3.RELEASE/spring-boot-starter-actuator-1.3.3.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/boot/spring-boot-actuator/1.3.3.RELEASE/spring-boot-actuator-1.3.3.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/cloud/spring-cloud-starter-zuul/1.1.0.M3/spring-cloud-starter-zuul-1.1.0.M3.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/cloud/spring-cloud-starter/1.1.0.M3/spring-cloud-starter-1.1.0.M3.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/cloud/spring-cloud-context/1.1.0.M3/spring-cloud-context-1.1.0.M3.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/security/spring-security-crypto/4.0.3.RELEASE/spring-security-crypto-4.0.3.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/cloud/spring-cloud-commons/1.1.0.M3/spring-cloud-commons-1.1.0.M3.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/cloud/spring-cloud-starter-hystrix/1.1.0.M3/spring-cloud-starter-hystrix-1.1.0.M3.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/cloud/spring-cloud-netflix-core/1.1.0.M3/spring-cloud-netflix-core-1.1.0.M3.jar, /Users/tylerthrailkill/.m2/repository/com/netflix/hystrix/hystrix-core/1.4.20/hystrix-core-1.4.20.jar, /Users/tylerthrailkill/.m2/repository/com/netflix/hystrix/hystrix-metrics-event-stream/1.4.20/hystrix-metrics-event-stream-1.4.20.jar, /Users/tylerthrailkill/.m2/repository/com/netflix/hystrix/hystrix-javanica/1.4.20/hystrix-javanica-1.4.20.jar, /Users/tylerthrailkill/.m2/repository/org/aspectj/aspectjweaver/1.8.8/aspectjweaver-1.8.8.jar, /Users/tylerthrailkill/.m2/repository/com/google/guava/guava/18.0/guava-18.0.jar, /Users/tylerthrailkill/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar, /Users/tylerthrailkill/.m2/repository/org/ow2/asm/asm/5.0.4/asm-5.0.4.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/cloud/spring-cloud-starter-ribbon/1.1.0.M3/spring-cloud-starter-ribbon-1.1.0.M3.jar, /Users/tylerthrailkill/.m2/repository/com/netflix/ribbon/ribbon/2.1.0/ribbon-2.1.0.jar, /Users/tylerthrailkill/.m2/repository/com/netflix/ribbon/ribbon-core/2.1.0/ribbon-core-2.1.0.jar, /Users/tylerthrailkill/.m2/repository/com/netflix/ribbon/ribbon-httpclient/2.1.0/ribbon-httpclient-2.1.0.jar, /Users/tylerthrailkill/.m2/repository/com/netflix/ribbon/ribbon-loadbalancer/2.1.0/ribbon-loadbalancer-2.1.0.jar, /Users/tylerthrailkill/.m2/repository/io/reactivex/rxjava/1.0.11/rxjava-1.0.11.jar, /Users/tylerthrailkill/.m2/repository/com/netflix/zuul/zuul-core/1.1.0-rc.1/zuul-core-1.1.0-rc.1.jar, /Users/tylerthrailkill/.m2/repository/com/netflix/archaius/archaius-core/0.7.1/archaius-core-0.7.1.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/cloud/spring-cloud-starter-security/1.1.0.M2/spring-cloud-starter-security-1.1.0.M2.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/cloud/spring-cloud-security/1.1.0.M2/spring-cloud-security-1.1.0.M2.jar, /Users/tylerthrailkill/.m2/repository/com/jcabi/jcabi-aspects/0.22.5/jcabi-aspects-0.22.5.jar, /Users/tylerthrailkill/.m2/repository/com/jcabi/jcabi-log/0.17/jcabi-log-0.17.jar, /Users/tylerthrailkill/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar, /Users/tylerthrailkill/.m2/repository/org/aspectj/aspectjrt/1.8.9/aspectjrt-1.8.9.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/boot/spring-boot-starter-web/1.3.3.RELEASE/spring-boot-starter-web-1.3.3.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/boot/spring-boot-starter/1.3.3.RELEASE/spring-boot-starter-1.3.3.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/boot/spring-boot/1.3.3.RELEASE/spring-boot-1.3.3.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/boot/spring-boot-autoconfigure/1.3.3.RELEASE/spring-boot-autoconfigure-1.3.3.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/boot/spring-boot-starter-logging/1.3.3.RELEASE/spring-boot-starter-logging-1.3.3.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/org/slf4j/jul-to-slf4j/1.7.16/jul-to-slf4j-1.7.16.jar, /Users/tylerthrailkill/.m2/repository/org/slf4j/log4j-over-slf4j/1.7.16/log4j-over-slf4j-1.7.16.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/boot/spring-boot-starter-tomcat/1.3.3.RELEASE/spring-boot-starter-tomcat-1.3.3.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.0.32/tomcat-embed-core-8.0.32.jar, /Users/tylerthrailkill/.m2/repository/org/apache/tomcat/embed/tomcat-embed-el/8.0.32/tomcat-embed-el-8.0.32.jar, /Users/tylerthrailkill/.m2/repository/org/apache/tomcat/embed/tomcat-embed-logging-juli/8.0.32/tomcat-embed-logging-juli-8.0.32.jar, /Users/tylerthrailkill/.m2/repository/org/apache/tomcat/embed/tomcat-embed-websocket/8.0.32/tomcat-embed-websocket-8.0.32.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/boot/spring-boot-starter-validation/1.3.3.RELEASE/spring-boot-starter-validation-1.3.3.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/org/hibernate/hibernate-validator/5.2.4.Final/hibernate-validator-5.2.4.Final.jar, /Users/tylerthrailkill/.m2/repository/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final.jar, /Users/tylerthrailkill/.m2/repository/com/fasterxml/classmate/1.1.0/classmate-1.1.0.jar, /Users/tylerthrailkill/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.5/jackson-databind-2.6.5.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/spring-web/4.2.5.RELEASE/spring-web-4.2.5.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/spring-webmvc/4.2.5.RELEASE/spring-webmvc-4.2.5.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/spring-expression/4.2.5.RELEASE/spring-expression-4.2.5.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/boot/spring-boot-starter-security/1.3.3.RELEASE/spring-boot-starter-security-1.3.3.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/spring-aop/4.2.5.RELEASE/spring-aop-4.2.5.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/security/spring-security-config/4.0.3.RELEASE/spring-security-config-4.0.3.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/security/spring-security-core/4.0.3.RELEASE/spring-security-core-4.0.3.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/security/spring-security-web/4.0.3.RELEASE/spring-security-web-4.0.3.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/session/spring-session/1.0.2.RELEASE/spring-session-1.0.2.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/boot/spring-boot-starter-redis/1.3.3.RELEASE/spring-boot-starter-redis-1.3.3.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/data/spring-data-redis/1.6.4.RELEASE/spring-data-redis-1.6.4.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/spring-tx/4.2.5.RELEASE/spring-tx-4.2.5.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/spring-oxm/4.2.5.RELEASE/spring-oxm-4.2.5.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/spring-context-support/4.2.5.RELEASE/spring-context-support-4.2.5.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.16/jcl-over-slf4j-1.7.16.jar, /Users/tylerthrailkill/.m2/repository/redis/clients/jedis/2.7.3/jedis-2.7.3.jar, /Users/tylerthrailkill/.m2/repository/org/apache/commons/commons-pool2/2.4.2/commons-pool2-2.4.2.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/boot/spring-boot-starter-jdbc/1.3.3.RELEASE/spring-boot-starter-jdbc-1.3.3.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/org/apache/tomcat/tomcat-jdbc/8.0.32/tomcat-jdbc-8.0.32.jar, /Users/tylerthrailkill/.m2/repository/org/apache/tomcat/tomcat-juli/8.0.32/tomcat-juli-8.0.32.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/spring-jdbc/4.2.5.RELEASE/spring-jdbc-4.2.5.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/junit/junit/4.12/junit-4.12.jar, /Users/tylerthrailkill/.m2/repository/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar, /Users/tylerthrailkill/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar, /Users/tylerthrailkill/.m2/repository/org/springframework/spring-core/4.2.5.RELEASE/spring-core-4.2.5.RELEASE.jar, /Users/tylerthrailkill/.m2/repository/ch/qos/logback/logback-classic/1.1.3/logback-classic-1.1.3.jar, /Users/tylerthrailkill/.m2/repository/ch/qos/logback/logback-core/1.1.3/logback-core-1.1.3.jar, /Users/tylerthrailkill/.m2/repository/org/slf4j/slf4j-api/1.7.16/slf4j-api-1.7.16.jar, /Users/tylerthrailkill/.m2/repository/com/papertrailapp/logback-syslog4j/1.0.0/logback-syslog4j-1.0.0.jar, /Users/tylerthrailkill/.m2/repository/org/syslog4j/syslog4j/0.9.30/syslog4j-0.9.30.jar, /Users/tylerthrailkill/.m2/repository/commons-codec/commons-codec/1.9/commons-codec-1.9.jar, /Users/tylerthrailkill/.m2/repository/com/companyname/jackson-lombok/1.1-SNAPSHOT/jackson-lombok-1.1-SNAPSHOT.jar, /Users/tylerthrailkill/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.6.5/jackson-datatype-jsr310-2.6.5.jar, /Users/tylerthrailkill/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.5/jackson-core-2.6.5.jar, /Users/tylerthrailkill/.m2/repository/commons-dbcp/commons-dbcp/1.4/commons-dbcp-1.4.jar, /Users/tylerthrailkill/.m2/repository/commons-pool/commons-pool/1.6/commons-pool-1.6.jar, /Users/tylerthrailkill/.m2/repository/org/postgresql/postgresql/9.4.1208.jre7/postgresql-9.4.1208.jre7.jar, /Users/tylerthrailkill/.m2/repository/info/cukes/cucumber-junit/1.2.4/cucumber-junit-1.2.4.jar, /Users/tylerthrailkill/.m2/repository/info/cukes/cucumber-core/1.2.4/cucumber-core-1.2.4.jar, /Users/tylerthrailkill/.m2/repository/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar, /Users/tylerthrailkill/.m2/repository/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.jar, /Users/tylerthrailkill/.m2/repository/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar, /Users/tylerthrailkill/.m2/repository/info/cukes/cucumber-spring/1.2.4/cucumber-spring-1.2.4.jar, /Users/tylerthrailkill/.m2/repository/info/cukes/cucumber-java/1.2.4/cucumber-java-1.2.4.jar, /Users/tylerthrailkill/.m2/repository/org/seleniumhq/selenium/selenium-java/2.53.0/selenium-java-2.53.0.jar, /Users/tylerthrailkill/.m2/repository/org/seleniumhq/selenium/selenium-chrome-driver/2.53.0/selenium-chrome-driver-2.53.0.jar, /Users/tylerthrailkill/.m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.53.0/selenium-remote-driver-2.53.0.jar, /Users/tylerthrailkill/.m2/repository/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar, /Users/tylerthrailkill/.m2/repository/org/seleniumhq/selenium/selenium-api/2.53.0/selenium-api-2.53.0.jar, /Users/tylerthrailkill/.m2/repository/org/seleniumhq/selenium/selenium-edge-driver/2.53.0/selenium-edge-driver-2.53.0.jar, /Users/tylerthrailkill/.m2/repository/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar, /Users/tylerthrailkill/.m2/repository/org/seleniumhq/selenium/selenium-firefox-driver/2.53.0/selenium-firefox-driver-2.53.0.jar, /Users/tylerthrailkill/.m2/repository/org/seleniumhq/selenium/selenium-ie-driver/2.53.0/selenium-ie-driver-2.53.0.jar, /Users/tylerthrailkill/.m2/repository/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar, /Users/tylerthrailkill/.m2/repository/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.jar, /Users/tylerthrailkill/.m2/repository/org/seleniumhq/selenium/selenium-safari-driver/2.53.0/selenium-safari-driver-2.53.0.jar, /Users/tylerthrailkill/.m2/repository/io/netty/netty/3.5.7.Final/netty-3.5.7.Final.jar, /Users/tylerthrailkill/.m2/repository/org/seleniumhq/selenium/selenium-support/2.53.0/selenium-support-2.53.0.jar, /Users/tylerthrailkill/.m2/repository/org/seleniumhq/selenium/selenium-leg-rc/2.53.0/selenium-leg-rc-2.53.0.jar, /Users/tylerthrailkill/.m2/repository/org/fluentlenium/fluentlenium-cucumber/0.11.0/fluentlenium-cucumber-0.11.0.jar, /Users/tylerthrailkill/.m2/repository/org/assertj/assertj-core/2.3.0/assertj-core-2.3.0.jar, /Users/tylerthrailkill/.m2/repository/org/json/json/20140107/json-20140107.jar, /Users/tylerthrailkill/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar, /Users/tylerthrailkill/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.6.5/jackson-annotations-2.6.5.jar, /Users/tylerthrailkill/.m2/repository/com/stormpath/spring/stormpath-default-spring-boot-starter/1.0.RC8.5/stormpath-default-spring-boot-starter-1.0.RC8.5.jar, /Users/tylerthrailkill/.m2/repository/com/stormpath/spring/stormpath-spring-security-webmvc-spring-boot-starter/1.0.RC8.5/stormpath-spring-security-webmvc-spring-boot-starter-1.0.RC8.5.jar, /Users/tylerthrailkill/.m2/repository/com/stormpath/sdk/stormpath-sdk-api/1.0.RC8.5/stormpath-sdk-api-1.0.RC8.5.jar, /Users/tylerthrailkill/.m2/repository/com/stormpath/spring/stormpath-spring-security-webmvc/1.0.RC8.5/stormpath-spring-security-webmvc-1.0.RC8.5.jar, /Users/tylerthrailkill/.m2/repository/com/stormpath/sdk/stormpath-sdk-servlet/1.0.RC8.5/stormpath-sdk-servlet-1.0.RC8.5.jar, /Users/tylerthrailkill/.m2/repository/com/stormpath/sdk/stormpath-sdk-oauth/1.0.RC8.5/stormpath-sdk-oauth-1.0.RC8.5.jar, /Users/tylerthrailkill/.m2/repository/org/apache/oltu/oauth2/org.apache.oltu.oauth2.authzserver/1.0.0/org.apache.oltu.oauth2.authzserver-1.0.0.jar, /Users/tylerthrailkill/.m2/repository/org/apache/oltu/oauth2/org.apache.oltu.oauth2.common/1.0.0/org.apache.oltu.oauth2.common-1.0.0.jar, /Users/tylerthrailkill/.m2/repository/org/apache/oltu/oauth2/org.apache.oltu.oauth2.resourceserver/1.0.0/org.apache.oltu.oauth2.resourceserver-1.0.0.jar, /Users/tylerthrailkill/.m2/repository/io/jsonwebtoken/jjwt/0.5.1/jjwt-0.5.1.jar, /Users/tylerthrailkill/.m2/repository/javax/servlet/jstl/1.2/jstl-1.2.jar, /Users/tylerthrailkill/.m2/repository/com/stormpath/spring/stormpath-spring-security/1.0.RC8.5/stormpath-spring-security-1.0.RC8.5.jar, /Users/tylerthrailkill/.m2/repository/com/stormpath/spring/stormpath-spring/1.0.RC8.5/stormpath-spring-1.0.RC8.5.jar, /Users/tylerthrailkill/.m2/repository/com/stormpath/spring/stormpath-spring-webmvc/1.0.RC8.5/stormpath-spring-webmvc-1.0.RC8.5.jar, /Users/tylerthrailkill/.m2/repository/com/stormpath/spring/stormpath-webmvc-spring-boot-starter/1.0.RC8.5/stormpath-webmvc-spring-boot-starter-1.0.RC8.5.jar, /Users/tylerthrailkill/.m2/repository/com/stormpath/sdk/stormpath-sdk-impl/1.0.RC8.5/stormpath-sdk-impl-1.0.RC8.5.jar, /Users/tylerthrailkill/.m2/repository/joda-time/joda-time/2.8.2/joda-time-2.8.2.jar, /Users/tylerthrailkill/.m2/repository/com/stormpath/spring/stormpath-spring-boot-starter/1.0.RC8.5/stormpath-spring-boot-starter-1.0.RC8.5.jar, /Users/tylerthrailkill/.m2/repository/com/stormpath/spring/stormpath-spring-security-spring-boot-starter/1.0.RC8.5/stormpath-spring-security-spring-boot-starter-1.0.RC8.5.jar]
[DEBUG]   (f) disableCopy = false
[DEBUG]   (f) log = /Users/tylerthrailkill/Documents/dev/gateway/target/jcabi-ajc.log
[DEBUG]   (f) source = 1.8
[DEBUG]   (f) target = 1.8
[DEBUG]   (f) tempDirectory = /Users/tylerthrailkill/Documents/dev/gateway/target/jcabi-ajc
[DEBUG]   (f) unwovenClassesDir = /Users/tylerthrailkill/Documents/dev/gateway/target/unwoven
[DEBUG]   (f) execution = com.jcabi:jcabi-maven-plugin:0.14.1:ajc {execution: default-cli}
[DEBUG]   (f) project = MavenProject: com.companyname.productname:gateway:0.0.2-SNAPSHOT @ /Users/tylerthrailkill/Documents/dev/gateway/pom.xml
[DEBUG]   (f) session = org.apache.maven.execution.MavenSession@3a0807b7
[DEBUG] -- end configuration --
[INFO] jcabi-aspects 0.22.5/4a18718 started new daemon thread jcabi-cacheable-clean for automated cleaning of expired @Cacheable values
[INFO] jcabi-aspects 0.22.5/4a18718 started new daemon thread jcabi-cacheable-update for async update of expired @Cacheable values
[DEBUG] main com.jcabi.maven.plugin.AjcMojo: #sourceroots(): '/var/folders/mk/lvf9cfc57ss2fym_pdcz_t400000gn/T/1471302830154-0' cached in 12ms, valid forever
[DEBUG] building maven3 dependency graph for com.companyname.productname:gateway:jar:0.0.2-SNAPSHOT
[DEBUG] com.companyname.productname:gateway:jar:0.0.2-SNAPSHOT
[DEBUG]    com.companyname.productname:pt-lp-common:jar:0.0.2-SNAPSHOT:compile
[DEBUG]       org.springframework.hateoas:spring-hateoas:jar:0.19.0.RELEASE:compile
[DEBUG]          org.springframework:spring-beans:jar:4.2.5.RELEASE:compile (version managed from 4.1.7.RELEASE by org.springframework:spring-framework-bom:4.2.5.RELEASE)
[DEBUG]          org.springframework:spring-context:jar:4.2.5.RELEASE:compile (version managed from 4.1.7.RELEASE by org.springframework:spring-framework-bom:4.2.5.RELEASE)
[DEBUG]       org.apache.commons:commons-lang3:jar:3.4:compile
[DEBUG]       org.springframework.boot:spring-boot-starter-actuator:jar:1.3.3.RELEASE:compile
[DEBUG]          org.springframework.boot:spring-boot-actuator:jar:1.3.3.RELEASE:compile
[DEBUG]    org.springframework.cloud:spring-cloud-starter-zuul:jar:1.1.0.M3:compile
[DEBUG]       org.springframework.cloud:spring-cloud-starter:jar:1.1.0.M3:compile
[DEBUG]          org.springframework.cloud:spring-cloud-context:jar:1.1.0.M3:compile
[DEBUG]             org.springframework.security:spring-security-crypto:jar:4.0.3.RELEASE:compile
[DEBUG]          org.springframework.cloud:spring-cloud-commons:jar:1.1.0.M3:compile
[DEBUG]       org.springframework.cloud:spring-cloud-starter-hystrix:jar:1.1.0.M3:compile
[DEBUG]          org.springframework.cloud:spring-cloud-netflix-core:jar:1.1.0.M3:compile
[DEBUG]          com.netflix.hystrix:hystrix-core:jar:1.4.20:compile
[DEBUG]          com.netflix.hystrix:hystrix-metrics-event-stream:jar:1.4.20:compile
[DEBUG]          com.netflix.hystrix:hystrix-javanica:jar:1.4.20:compile
[DEBUG]             org.aspectj:aspectjweaver:jar:1.8.8:compile (version managed from 1.7.4 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]             com.google.guava:guava:jar:18.0:compile (version managed from 15.0 by org.springframework.cloud:spring-cloud-consul:1.0.0.M4)
[DEBUG]             commons-collections:commons-collections:jar:3.2.2:compile (version managed from 3.2.1 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]             org.ow2.asm:asm:jar:5.0.4:compile
[DEBUG]       org.springframework.cloud:spring-cloud-starter-ribbon:jar:1.1.0.M3:compile
[DEBUG]          com.netflix.ribbon:ribbon:jar:2.1.0:compile
[DEBUG]             com.netflix.ribbon:ribbon-transport:jar:2.1.0:runtime
[DEBUG]                io.reactivex:rxnetty-contexts:jar:0.4.9:runtime
[DEBUG]                io.reactivex:rxnetty-servo:jar:0.4.9:runtime
[DEBUG]             javax.inject:javax.inject:jar:1:runtime
[DEBUG]             io.reactivex:rxnetty:jar:0.4.9:runtime
[DEBUG]                io.netty:netty-codec-http:jar:4.0.27.Final:runtime
[DEBUG]                   io.netty:netty-codec:jar:4.0.27.Final:runtime
[DEBUG]                   io.netty:netty-handler:jar:4.0.27.Final:runtime
[DEBUG]                io.netty:netty-transport-native-epoll:jar:4.0.27.Final:runtime
[DEBUG]                   io.netty:netty-common:jar:4.0.27.Final:runtime
[DEBUG]                   io.netty:netty-buffer:jar:4.0.27.Final:runtime
[DEBUG]                   io.netty:netty-transport:jar:4.0.27.Final:runtime
[DEBUG]             commons-configuration:commons-configuration:jar:1.8:runtime
[DEBUG]          com.netflix.ribbon:ribbon-core:jar:2.1.0:compile
[DEBUG]             commons-lang:commons-lang:jar:2.6:runtime
[DEBUG]          com.netflix.ribbon:ribbon-httpclient:jar:2.1.0:compile
[DEBUG]             com.sun.jersey:jersey-client:jar:1.19:runtime (version managed from 1.11 by org.springframework.cloud:spring-cloud-netflix:1.1.0.M3)
[DEBUG]                com.sun.jersey:jersey-core:jar:1.19:runtime
[DEBUG]                   javax.ws.rs:jsr311-api:jar:1.1.1:runtime
[DEBUG]             com.sun.jersey.contribs:jersey-apache-client4:jar:1.19:runtime (version managed from 1.11 by org.springframework.cloud:spring-cloud-netflix:1.1.0.M3)
[DEBUG]          com.netflix.ribbon:ribbon-loadbalancer:jar:2.1.0:compile
[DEBUG]             com.netflix.netflix-commons:netflix-statistics:jar:0.1.1:runtime
[DEBUG]          io.reactivex:rxjava:jar:1.0.11:compile
[DEBUG]       com.netflix.zuul:zuul-core:jar:1.1.0-rc.1:compile
[DEBUG]          com.netflix.archaius:archaius-core:jar:0.7.1:compile (version managed from 0.6.0 by org.springframework.cloud:spring-cloud-consul:1.0.0.M4)
[DEBUG]             com.google.code.findbugs:annotations:jar:2.0.0:runtime
[DEBUG]          com.netflix.servo:servo-core:jar:0.10.0:runtime (version managed from 0.7.2 by org.springframework.cloud:spring-cloud-netflix:1.1.0.M3)
[DEBUG]             com.netflix.servo:servo-internal:jar:0.10.0:runtime
[DEBUG]          com.netflix.netflix-commons:netflix-commons-util:jar:0.1.1:runtime
[DEBUG]    org.springframework.cloud:spring-cloud-starter-security:jar:1.1.0.M2:compile
[DEBUG]       org.springframework.cloud:spring-cloud-security:jar:1.1.0.M2:compile
[DEBUG]    com.jcabi:jcabi-aspects:jar:0.22.5:compile
[DEBUG]       com.jcabi:jcabi-log:jar:0.17:compile
[DEBUG]       javax.validation:validation-api:jar:1.1.0.Final:compile
[DEBUG]    org.aspectj:aspectjrt:jar:1.8.9:compile
[DEBUG]    org.springframework.boot:spring-boot-starter-web:jar:1.3.3.RELEASE:compile
[DEBUG]       org.springframework.boot:spring-boot-starter:jar:1.3.3.RELEASE:compile
[DEBUG]          org.springframework.boot:spring-boot:jar:1.3.3.RELEASE:compile
[DEBUG]          org.springframework.boot:spring-boot-autoconfigure:jar:1.3.3.RELEASE:compile
[DEBUG]          org.springframework.boot:spring-boot-starter-logging:jar:1.3.3.RELEASE:compile
[DEBUG]             org.slf4j:jul-to-slf4j:jar:1.7.16:compile
[DEBUG]             org.slf4j:log4j-over-slf4j:jar:1.7.16:compile
[DEBUG]          org.yaml:snakeyaml:jar:1.16:runtime
[DEBUG]       org.springframework.boot:spring-boot-starter-tomcat:jar:1.3.3.RELEASE:compile
[DEBUG]          org.apache.tomcat.embed:tomcat-embed-core:jar:8.0.32:compile
[DEBUG]          org.apache.tomcat.embed:tomcat-embed-el:jar:8.0.32:compile
[DEBUG]          org.apache.tomcat.embed:tomcat-embed-logging-juli:jar:8.0.32:compile
[DEBUG]          org.apache.tomcat.embed:tomcat-embed-websocket:jar:8.0.32:compile
[DEBUG]       org.springframework.boot:spring-boot-starter-validation:jar:1.3.3.RELEASE:compile
[DEBUG]          org.hibernate:hibernate-validator:jar:5.2.4.Final:compile
[DEBUG]             org.jboss.logging:jboss-logging:jar:3.3.0.Final:compile (version managed from 3.2.1.Final by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]             com.fasterxml:classmate:jar:1.1.0:compile
[DEBUG]       com.fasterxml.jackson.core:jackson-databind:jar:2.6.5:compile
[DEBUG]       org.springframework:spring-web:jar:4.2.5.RELEASE:compile
[DEBUG]       org.springframework:spring-webmvc:jar:4.2.5.RELEASE:compile
[DEBUG]          org.springframework:spring-expression:jar:4.2.5.RELEASE:compile
[DEBUG]    org.springframework.boot:spring-boot-starter-security:jar:1.3.3.RELEASE:compile
[DEBUG]       org.springframework:spring-aop:jar:4.2.5.RELEASE:compile
[DEBUG]          aopalliance:aopalliance:jar:1.0:compile
[DEBUG]       org.springframework.security:spring-security-config:jar:4.0.3.RELEASE:compile
[DEBUG]          org.springframework.security:spring-security-core:jar:4.0.3.RELEASE:compile
[DEBUG]       org.springframework.security:spring-security-web:jar:4.0.3.RELEASE:compile
[DEBUG]    org.springframework.session:spring-session:jar:1.0.2.RELEASE:compile
[DEBUG]    org.springframework.boot:spring-boot-starter-redis:jar:1.3.3.RELEASE:compile
[DEBUG]       org.springframework.data:spring-data-redis:jar:1.6.4.RELEASE:compile
[DEBUG]          org.springframework:spring-tx:jar:4.2.5.RELEASE:compile (version managed from 4.1.9.RELEASE by org.springframework:spring-framework-bom:4.2.5.RELEASE)
[DEBUG]          org.springframework:spring-oxm:jar:4.2.5.RELEASE:compile (version managed from 4.1.9.RELEASE by org.springframework:spring-framework-bom:4.2.5.RELEASE)
[DEBUG]          org.springframework:spring-context-support:jar:4.2.5.RELEASE:compile (version managed from 4.1.9.RELEASE by org.springframework:spring-framework-bom:4.2.5.RELEASE)
[DEBUG]          org.slf4j:jcl-over-slf4j:jar:1.7.16:compile (version managed from 1.7.13 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]       redis.clients:jedis:jar:2.7.3:compile
[DEBUG]          org.apache.commons:commons-pool2:jar:2.4.2:compile (version managed from 2.3 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]    org.springframework.boot:spring-boot-starter-jdbc:jar:1.3.3.RELEASE:compile
[DEBUG]       org.apache.tomcat:tomcat-jdbc:jar:8.0.32:compile
[DEBUG]          org.apache.tomcat:tomcat-juli:jar:8.0.32:compile
[DEBUG]       org.springframework:spring-jdbc:jar:4.2.5.RELEASE:compile
[DEBUG]    org.springframework.boot:spring-boot-starter-test:jar:1.3.3.RELEASE:test
[DEBUG]       junit:junit:jar:4.12:compile
[DEBUG]       org.mockito:mockito-core:jar:1.10.19:compile
[DEBUG]          org.objenesis:objenesis:jar:2.1:runtime
[DEBUG]       org.hamcrest:hamcrest-core:jar:1.3:compile
[DEBUG]       org.hamcrest:hamcrest-library:jar:1.3:test
[DEBUG]       org.springframework:spring-core:jar:4.2.5.RELEASE:compile
[DEBUG]       org.springframework:spring-test:jar:4.2.5.RELEASE:test
[DEBUG]    ch.qos.logback:logback-classic:jar:1.1.3:compile
[DEBUG]       ch.qos.logback:logback-core:jar:1.1.3:compile
[DEBUG]       org.slf4j:slf4j-api:jar:1.7.16:compile (version managed from 1.7.7 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]    com.papertrailapp:logback-syslog4j:jar:1.0.0:compile
[DEBUG]       org.syslog4j:syslog4j:jar:0.9.30:compile
[DEBUG]    org.apache.httpcomponents:httpclient:jar:4.5.1:runtime
[DEBUG]       org.apache.httpcomponents:httpcore:jar:4.4.4:runtime (version managed from 4.4.3 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]       commons-codec:commons-codec:jar:1.9:compile
[DEBUG]    com.companyname:jackson-lombok:jar:1.1-SNAPSHOT:compile
[DEBUG]    com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.6.5:compile
[DEBUG]       com.fasterxml.jackson.core:jackson-core:jar:2.6.5:compile
[DEBUG]    commons-dbcp:commons-dbcp:jar:1.4:compile
[DEBUG]       commons-pool:commons-pool:jar:1.6:compile (version managed from 1.5.4 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]    org.postgresql:postgresql:jar:9.4.1208.jre7:compile
[DEBUG]    info.cukes:cucumber-junit:jar:1.2.4:compile
[DEBUG]       info.cukes:cucumber-core:jar:1.2.4:compile
[DEBUG]          info.cukes:cucumber-html:jar:0.2.3:compile
[DEBUG]          info.cukes:cucumber-jvm-deps:jar:1.0.5:compile
[DEBUG]          info.cukes:gherkin:jar:2.12.2:compile
[DEBUG]    info.cukes:cucumber-spring:jar:1.2.4:compile
[DEBUG]       info.cukes:cucumber-java:jar:1.2.4:compile
[DEBUG]    org.seleniumhq.selenium:selenium-java:jar:2.53.0:compile
[DEBUG]       org.seleniumhq.selenium:selenium-chrome-driver:jar:2.53.0:compile
[DEBUG]          org.seleniumhq.selenium:selenium-remote-driver:jar:2.53.0:compile
[DEBUG]             cglib:cglib-nodep:jar:3.1:test (scope managed from compile by org.springframework.cloud:spring-cloud-sleuth:1.0.0.M3) (version managed from 2.1_3 by org.springframework.cloud:spring-cloud-sleuth:1.0.0.M3)
[DEBUG]             com.google.code.gson:gson:jar:2.3.1:compile
[DEBUG]             org.seleniumhq.selenium:selenium-api:jar:2.53.0:compile
[DEBUG]       org.seleniumhq.selenium:selenium-edge-driver:jar:2.53.0:compile
[DEBUG]          org.apache.commons:commons-exec:jar:1.3:compile
[DEBUG]       org.seleniumhq.selenium:selenium-firefox-driver:jar:2.53.0:compile
[DEBUG]       org.seleniumhq.selenium:selenium-ie-driver:jar:2.53.0:compile
[DEBUG]          net.java.dev.jna:jna:jar:4.1.0:compile
[DEBUG]          net.java.dev.jna:jna-platform:jar:4.1.0:compile
[DEBUG]       org.seleniumhq.selenium:selenium-safari-driver:jar:2.53.0:compile
[DEBUG]          io.netty:netty:jar:3.5.7.Final:compile
[DEBUG]       org.seleniumhq.selenium:selenium-support:jar:2.53.0:compile
[DEBUG]       org.seleniumhq.selenium:selenium-leg-rc:jar:2.53.0:compile
[DEBUG]    org.fluentlenium:fluentlenium-core:jar:0.11.0:test
[DEBUG]    org.fluentlenium:fluentlenium-cucumber:jar:0.11.0:compile
[DEBUG]       org.assertj:assertj-core:jar:2.3.0:compile
[DEBUG]    com.companyname.common.integrationtests:common-integrationtest:jar:0.0.1-SNAPSHOT:test
[DEBUG]       org.apache.maven.plugins:maven-jar-plugin:jar:3.0.2:test
[DEBUG]          org.apache.maven:maven-plugin-api:jar:3.0:test
[DEBUG]             org.apache.maven:maven-model:jar:3.0:test
[DEBUG]             org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:test
[DEBUG]                org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:test
[DEBUG]                   org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:test
[DEBUG]          org.apache.maven:maven-core:jar:3.0:test
[DEBUG]             org.apache.maven:maven-settings:jar:3.0:test
[DEBUG]             org.apache.maven:maven-settings-builder:jar:3.0:test
[DEBUG]             org.apache.maven:maven-repository-metadata:jar:3.0:test
[DEBUG]             org.apache.maven:maven-model-builder:jar:3.0:test
[DEBUG]             org.apache.maven:maven-aether-provider:jar:3.0:test
[DEBUG]             org.sonatype.aether:aether-impl:jar:1.7:test
[DEBUG]                org.sonatype.aether:aether-spi:jar:1.7:test
[DEBUG]             org.sonatype.aether:aether-api:jar:1.7:test
[DEBUG]             org.sonatype.aether:aether-util:jar:1.7:test
[DEBUG]             org.codehaus.plexus:plexus-interpolation:jar:1.14:test
[DEBUG]             org.codehaus.plexus:plexus-classworlds:jar:2.2.3:test
[DEBUG]             org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:test
[DEBUG]             org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:test
[DEBUG]                org.sonatype.plexus:plexus-cipher:jar:1.4:test
[DEBUG]          org.apache.maven:maven-artifact:jar:3.0:test
[DEBUG]          org.apache.maven:maven-archiver:jar:3.1.1:test
[DEBUG]             org.apache.maven.shared:maven-shared-utils:jar:3.0.1:test
[DEBUG]          org.codehaus.plexus:plexus-archiver:jar:3.4:test
[DEBUG]             org.codehaus.plexus:plexus-io:jar:2.7.1:test
[DEBUG]             org.apache.commons:commons-compress:jar:1.11:test
[DEBUG]             org.iq80.snappy:snappy:jar:0.4:test
[DEBUG]             org.tukaani:xz:jar:1.5:test
[DEBUG]          org.codehaus.plexus:plexus-utils:jar:3.0.24:test
[DEBUG]       com.jayway.restassured:rest-assured:jar:2.9.0:test
[DEBUG]          org.codehaus.groovy:groovy:jar:2.4.6:test (version managed from 2.4.4 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]          org.codehaus.groovy:groovy-xml:jar:2.4.6:test (version managed from 2.4.4 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]          org.apache.httpcomponents:httpmime:jar:4.5.1:test
[DEBUG]          org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:test
[DEBUG]          com.jayway.restassured:json-path:jar:2.9.0:test
[DEBUG]             org.codehaus.groovy:groovy-json:jar:2.4.6:test (version managed from 2.4.4 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]             com.jayway.restassured:rest-assured-common:jar:2.9.0:test
[DEBUG]          com.jayway.restassured:xml-path:jar:2.9.0:test
[DEBUG]       org.skyscreamer:jsonassert:jar:1.2.3:test (version managed from 1.3.0 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]          org.json:json:jar:20140107:compile (version managed from 20090211 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]       com.jayway.jsonpath:json-path:jar:2.0.0:test (version managed from 2.2.0 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]          net.minidev:json-smart:jar:2.1.1:test
[DEBUG]             net.minidev:asm:jar:1.0.2:test
[DEBUG]                asm:asm:jar:3.3.1:test
[DEBUG]       commons-io:commons-io:jar:2.4:compile
[DEBUG]       com.fasterxml.jackson.core:jackson-annotations:jar:2.6.5:compile (version managed from 2.7.2 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]       com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.6.5:test (version managed from 2.7.2 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]          com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.6.5:test
[DEBUG]          org.codehaus.woodstox:stax2-api:jar:3.1.4:test
[DEBUG]    com.stormpath.spring:stormpath-default-spring-boot-starter:jar:1.0.RC8.5:compile
[DEBUG]       com.stormpath.spring:stormpath-spring-security-webmvc-spring-boot-starter:jar:1.0.RC8.5:compile
[DEBUG]          com.stormpath.sdk:stormpath-sdk-api:jar:1.0.RC8.5:compile
[DEBUG]          com.stormpath.spring:stormpath-spring-security-webmvc:jar:1.0.RC8.5:compile
[DEBUG]             com.stormpath.sdk:stormpath-sdk-servlet:jar:1.0.RC8.5:compile
[DEBUG]                com.stormpath.sdk:stormpath-sdk-oauth:jar:1.0.RC8.5:compile
[DEBUG]                   org.apache.oltu.oauth2:org.apache.oltu.oauth2.authzserver:jar:1.0.0:compile
[DEBUG]                      org.apache.oltu.oauth2:org.apache.oltu.oauth2.common:jar:1.0.0:compile
[DEBUG]                   org.apache.oltu.oauth2:org.apache.oltu.oauth2.resourceserver:jar:1.0.0:compile
[DEBUG]                io.jsonwebtoken:jjwt:jar:0.5.1:compile
[DEBUG]                javax.servlet:jstl:jar:1.2:compile
[DEBUG]             com.stormpath.spring:stormpath-spring-security:jar:1.0.RC8.5:compile
[DEBUG]                com.stormpath.spring:stormpath-spring:jar:1.0.RC8.5:compile
[DEBUG]             com.stormpath.spring:stormpath-spring-webmvc:jar:1.0.RC8.5:compile
[DEBUG]          com.stormpath.spring:stormpath-webmvc-spring-boot-starter:jar:1.0.RC8.5:compile
[DEBUG]             com.stormpath.sdk:stormpath-sdk-impl:jar:1.0.RC8.5:compile
[DEBUG]                joda-time:joda-time:jar:2.8.2:compile (version managed from 2.1 by org.springframework.boot:spring-boot-dependencies:1.3.3.RELEASE)
[DEBUG]             com.stormpath.spring:stormpath-spring-boot-starter:jar:1.0.RC8.5:compile
[DEBUG]          com.stormpath.spring:stormpath-spring-security-spring-boot-starter:jar:1.0.RC8.5:compile
[DEBUG]          com.stormpath.sdk:stormpath-sdk-httpclient:jar:1.0.RC8.5:runtime
[DEBUG] main com.jcabi.maven.plugin.AjcMojo: #classpath(): thrown java.lang.NullPointerException out of com.jcabi.maven.plugin.AjcMojo#dependencies[403] in 323ms
[DEBUG] main com.jcabi.maven.plugin.AjcMojo: #execute(): thrown java.lang.NullPointerException out of com.jcabi.maven.plugin.AjcMojo#dependencies[403] in 404ms
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.602s
[INFO] Finished at: Mon Aug 15 17:13:50 MDT 2016
[INFO] Final Memory: 24M/437M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.jcabi:jcabi-maven-plugin:0.14.1:ajc (default-cli) on project gateway: Execution default-cli of goal com.jcabi:jcabi-maven-plugin:0.14.1:ajc failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.jcabi:jcabi-maven-plugin:0.14.1:ajc (default-cli) on project gateway: Execution default-cli of goal com.jcabi:jcabi-maven-plugin:0.14.1:ajc failed.
  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
  at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
  at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
  at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
  at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
  at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
  at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
  at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
  at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:497)
  at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
  at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
  at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
  at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
  at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:497)
  at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default-cli of goal com.jcabi:jcabi-maven-plugin:0.14.1:ajc failed.
  at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
  ... 25 more
Caused by: java.lang.NullPointerException
  at com.jcabi.maven.plugin.AjcMojo.dependencies(AjcMojo.java:403)
  at com.jcabi.maven.plugin.AjcMojo.classpath_aroundBody6(AjcMojo.java:380)
  at com.jcabi.maven.plugin.AjcMojo$AjcClosure7.run(AjcMojo.java:1)
  at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
  at com.jcabi.aspects.aj.MethodLogger.wrap(MethodLogger.java:213)
  at com.jcabi.aspects.aj.MethodLogger.ajc$inlineAccessMethod$com_jcabi_aspects_aj_MethodLogger$com_jcabi_aspects_aj_MethodLogger$wrap(MethodLogger.java:1)
  at com.jcabi.aspects.aj.MethodLogger.wrapMethod(MethodLogger.java:169)
  at com.jcabi.maven.plugin.AjcMojo.classpath_aroundBody8(AjcMojo.java:357)
  at com.jcabi.maven.plugin.AjcMojo$AjcClosure9.run(AjcMojo.java:1)
  at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
  at com.jcabi.aspects.aj.MethodCacher$Tunnel.through(MethodCacher.java:308)
  at com.jcabi.aspects.aj.MethodCacher.cache(MethodCacher.java:138)
  at com.jcabi.maven.plugin.AjcMojo.classpath(AjcMojo.java:357)
  at com.jcabi.maven.plugin.AjcMojo.executeAJC(AjcMojo.java:285)
  at com.jcabi.maven.plugin.AjcMojo.execute_aroundBody2(AjcMojo.java:264)
  at com.jcabi.maven.plugin.AjcMojo$AjcClosure3.run(AjcMojo.java:1)
  at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
  at com.jcabi.aspects.aj.MethodLogger.wrap(MethodLogger.java:213)
  at com.jcabi.aspects.aj.MethodLogger.ajc$inlineAccessMethod$com_jcabi_aspects_aj_MethodLogger$com_jcabi_aspects_aj_MethodLogger$wrap(MethodLogger.java:1)
  at com.jcabi.aspects.aj.MethodLogger.wrapMethod(MethodLogger.java:169)
  at com.jcabi.maven.plugin.AjcMojo.execute_aroundBody4(AjcMojo.java:245)
  at com.jcabi.maven.plugin.AjcMojo$AjcClosure5.run(AjcMojo.java:1)
  at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
  at com.jcabi.aspects.aj.MethodLogger.wrapClass(MethodLogger.java:138)
  at com.jcabi.maven.plugin.AjcMojo.execute(AjcMojo.java:245)
  at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
  ... 26 more
[ERROR] 
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException

Process finished with exit code 1

Here is my pom.xml

<?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>com.companynamehere.productname</groupId>
    <artifactId>gateway</artifactId>
    <version>0.0.2-SNAPSHOT</version>
    <packaging>jar</packaging>

    <name>gateway</name>
    <description>Gateway (reverse proxy)</description>

    <parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>1.3.3.RELEASE</version>
        <relativePath /> <!-- lookup parent from repository -->
    </parent>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <wro4j.version>1.7.6</wro4j.version>
        <java.version>1.8</java.version>
        <jackson.lombok.version>1.1-SNAPSHOT</jackson.lombok.version>
        <cucumber.version>1.2.4</cucumber.version>
        <logback-classic.version>1.1.3</logback-classic.version>
        <logback-syslog4j.version>1.0.0</logback-syslog4j.version>
    </properties>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-starter-parent</artifactId>
                <version>1.3.3.RELEASE</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
            <dependency>
                <groupId>org.springframework.cloud</groupId>
                <artifactId>spring-cloud-starter-parent</artifactId>
                <version>Brixton.M3</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>

    <dependencies>
        <dependency>
            <groupId>com.companynamehere.productname</groupId>
            <artifactId>pt-lp-common</artifactId>
            <version>0.0.2-SNAPSHOT</version>
        </dependency>

        <!-- SPRING -->
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-starter-zuul</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-starter-security</artifactId>
        </dependency>

        <dependency>
            <groupId>com.jcabi</groupId>
            <artifactId>jcabi-aspects</artifactId>
            <version>0.22.5</version>
        </dependency>

        <dependency>
            <groupId>org.aspectj</groupId>
            <artifactId>aspectjrt</artifactId>
            <version>1.8.9</version>
        </dependency>

        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-web</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-security</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.session</groupId>
            <artifactId>spring-session</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-redis</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-jdbc</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-test</artifactId>
            <scope>test</scope>
            <exclusions>
                <exclusion>
                    <groupId>org.springframework.boot</groupId>
                    <artifactId>spring-boot-starter-logging</artifactId>
                </exclusion>
            </exclusions>
        </dependency>

        <!-- LOGGING -->
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <version>${logback-classic.version}</version>
        </dependency>
        <dependency>
            <groupId>com.papertrailapp</groupId>
            <artifactId>logback-syslog4j</artifactId>
            <version>${logback-syslog4j.version}</version>
        </dependency>

        <!-- -->
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpclient</artifactId>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <groupId>com.companynamehere</groupId>
            <artifactId>jackson-lombok</artifactId>
            <version>${jackson.lombok.version}</version>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.datatype</groupId>
            <artifactId>jackson-datatype-jsr310</artifactId>
            <version>${jackson.version}</version>
        </dependency>

        <dependency>
            <groupId>commons-dbcp</groupId>
            <artifactId>commons-dbcp</artifactId>
        </dependency>

        <dependency>
            <groupId>org.postgresql</groupId>
            <artifactId>postgresql</artifactId>
        </dependency>

        <!-- Testing -->
        <dependency>
            <groupId>info.cukes</groupId>
            <artifactId>cucumber-junit</artifactId>
            <version>${cucumber.version}</version>
        </dependency>
        <dependency>
            <groupId>info.cukes</groupId>
            <artifactId>cucumber-spring</artifactId>
            <version>${cucumber.version}</version>
        </dependency>
        <dependency>
            <groupId>org.seleniumhq.selenium</groupId>
            <artifactId>selenium-java</artifactId>
            <version>2.53.0</version>
        </dependency>

        <dependency>
            <groupId>org.fluentlenium</groupId>
            <artifactId>fluentlenium-core</artifactId>
            <version>0.11.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.fluentlenium</groupId>
            <artifactId>fluentlenium-cucumber</artifactId>
            <version>0.11.0</version>
        </dependency>
        <dependency>
            <groupId>com.companynamehere.common.integrationtests</groupId>
            <artifactId>common-integrationtest</artifactId>
            <version>0.0.1-SNAPSHOT</version>
            <scope>test</scope>
        </dependency>

        <!-- Stormpath -->
        <dependency>
            <groupId>com.stormpath.spring</groupId>
            <artifactId>stormpath-default-spring-boot-starter</artifactId>
            <version>1.0.RC8.5</version>
            <exclusions>
                <exclusion>
                    <artifactId>stormpath-thymeleaf-spring-boot-starter</artifactId>
                    <groupId>com.stormpath.spring</groupId>
                </exclusion>
            </exclusions>
        </dependency>
    </dependencies>

    <build>
        <resources>
            <resource>
                <directory>${project.basedir}/src/main/resources</directory>
            </resource>
            <resource>
                <directory>${project.build.directory}/generated-resources</directory>
            </resource>
        </resources>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
            </plugin>
            <plugin>
                <artifactId>maven-resources-plugin</artifactId>
                <executions>
                    <execution>
                        <!-- Serves *only* to filter the wro.xml so it can get an absolute
                            path for the project -->
                        <id>copy-resources</id>
                        <phase>validate</phase>
                        <goals>
                            <goal>copy-resources</goal>
                        </goals>
                        <configuration>
                            <outputDirectory>${basedir}/target/wro</outputDirectory>
                            <resources>
                                <resource>
                                    <directory>src/main/wro</directory>
                                    <filtering>true</filtering>
                                </resource>
                            </resources>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>ro.isdc.wro4j</groupId>
                <artifactId>wro4j-maven-plugin</artifactId>
                <version>${wro4j.version}</version>
                <executions>
                    <execution>
                        <phase>generate-resources</phase>
                        <goals>
                            <goal>run</goal>
                        </goals>
                    </execution>
                </executions>
                <configuration>
                    <wroManagerFactory>ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory
                    </wroManagerFactory>
                    <cssDestinationFolder>${project.build.directory}/generated-resources/static/css
                    </cssDestinationFolder>
                    <jsDestinationFolder>${project.build.directory}/generated-resources/static/js</jsDestinationFolder>
                    <wroFile>${project.build.directory}/wro/wro.xml</wroFile>
                    <extraConfigFile>${basedir}/src/main/wro/wro.properties</extraConfigFile>
                    <contextFolder>${basedir}/src/main/wro</contextFolder>
                </configuration>
                <dependencies>
                    <dependency>
                        <groupId>org.webjars</groupId>
                        <artifactId>jquery</artifactId>
                        <version>2.1.1</version>
                    </dependency>
                    <dependency>
                        <groupId>org.webjars</groupId>
                        <artifactId>angularjs</artifactId>
                        <version>1.3.8</version>
                    </dependency>
                    <dependency>
                        <groupId>org.webjars</groupId>
                        <artifactId>bootstrap</artifactId>
                        <version>3.2.0</version>
                    </dependency>
                </dependencies>
            </plugin>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>1.3.0.RELEASE</version>
                <executions>
                    <execution>
                        <goals>
                            <goal>repackage</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>com.jcabi</groupId>
                <artifactId>jcabi-maven-plugin</artifactId>
                <version>0.10</version>
                <executions>
                    <execution>
                        <goals>
                            <goal>ajc</goal>
                        </goals>
                    </execution>
                </executions>
                <configuration>
                    <source>1.8</source>
                    <target>1.8</target>
                </configuration>
                <dependencies>
                    <dependency>
                        <groupId>com.jcabi</groupId>
                        <artifactId>jcabi-aspects</artifactId>
                        <version>0.22.5</version>
                    </dependency>
                    <dependency>
                        <groupId>org.aspectj</groupId>
                        <artifactId>aspectjrt</artifactId>
                        <version>1.6.12</version>
                        <scope>runtime</scope>
                    </dependency>
                </dependencies>
            </plugin>

        </plugins>
    </build>

    <distributionManagement>
        <snapshotRepository>
            <id>snapshots</id>
            <url>http://artifactory.companynamehere.com:8081/artifactory/libs-snapshot-local</url>
        </snapshotRepository>
        <repository>
            <id>central</id>
            <url>http://artifactory.companynamehere.com:8081/artifactory/libs-release-local</url>
        </repository>
    </distributionManagement>

</project>

And here is where I'm trying to use it.


@SpringBootApplication
@Controller
@EnableRedisHttpSession
@EnableZuulProxy
@ComponentScan(basePackages = "com.companyname")
public class GatewayApplication {
    static Logger logger = LoggerFactory.getLogger(GatewayApplication.class);

    public static void main(String[] args) {
        SpringApplication springApplication = new SpringApplication(GatewayApplication.class);
        springApplication.addListeners(new ApplicationPidFileWriter());
        springApplication.addListeners(new EmbeddedServerPortFileWriter());
        springApplication.run(args);

    }

    @RequestMapping("/user")
    @ResponseBody
    @Loggable(Loggable.DEBUG)
    public Map<String, Object> user(Principal user) {
        Map<String, Object> map = new LinkedHashMap<>();
        map.put("name", user.getName());
        map.put("roles", ((Authentication) user).getAuthorities()
                                                .stream()
                                                .map(v -> StormpathRoleMapper.roleFor(v.getAuthority()))
                                                .toArray());

        User actualUser;
        if (((UsernamePasswordAuthenticationToken) user).getPrincipal()
                                                        .getClass()
                                                        .isAssignableFrom(User.class)) {
            actualUser = (User) ((Authentication) user).getPrincipal();
        } else {
            actualUser =
                    ((StormpathUserDetailsMapper) ((UsernamePasswordAuthenticationToken) user).getPrincipal()).getCustomUser();
        }
        map.put("id", actualUser.getUserId());

        return map;
    }
@dmarkov
Copy link

dmarkov commented Aug 19, 2016

@yegor256 please do something about this issue

@yegor256
Copy link
Member

@snowe2010 definitely a bug, thanks for reporting, we will take a look soon!

@rainishjj
Copy link

any update for this?

@PawanDalal
Copy link

+1. Any plan to fix this?

@BernhardLenz
Copy link

+1 bump

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants