Compare commits

...
Author SHA1 Message Date
Spencer Gibb 89e893fc9b Add optional guice dependency to fix javadocs 2016-06-14 11:55:23 -06:00
Dave Syer c526c7d5d5 Revert change to sources plugin 2016-06-13 08:01:24 +01:00
2 changed files with 6 additions and 18 deletions
-18
View File
@@ -58,24 +58,6 @@
<target>1.7</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<configuration>
<skipSource>true</skipSource>
</configuration>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencyManagement>
@@ -118,6 +118,12 @@
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>4.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>