Skip to content

Commit

Permalink
Fix some build warnings and a multithread warning, when building with…
Browse files Browse the repository at this point in the history
… -T 1C
  • Loading branch information
thomasmey committed Apr 9, 2020
1 parent 950ce6c commit 627b68f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 17 deletions.
1 change: 1 addition & 0 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@
<plugin>
<groupId>org.glassfish.copyright</groupId>
<artifactId>glassfish-copyright-maven-plugin</artifactId>
<version>2.0</version>
<inherited>true</inherited>
</plugin>
<plugin>
Expand Down
4 changes: 2 additions & 2 deletions bundles/jaxrs-ri/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -373,10 +373,10 @@
<phase>package</phase>
<configuration>
<tasks>
<jar destfile="${project.build.directory}/${artifactId}.jar" update="true">
<jar destfile="${project.build.directory}/${project.artifactId}.jar" update="true">
<zipfileset dir="../.." includes="NOTICE.md" prefix="META-INF" />
</jar>
<jar destfile="${project.build.directory}/${artifactId}-sources.jar" update="true">
<jar destfile="${project.build.directory}/${project.artifactId}-sources.jar" update="true">
<zipfileset dir="../.." includes="NOTICE.md" prefix="META-INF" />
</jar>
</tasks>
Expand Down
7 changes: 0 additions & 7 deletions ext/microprofile/mp-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
<artifactId>jersey-test-framework-provider-jetty</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.helidon.microprofile.config</groupId>
<artifactId>helidon-microprofile-config</artifactId>
Expand Down
7 changes: 1 addition & 6 deletions tests/jmockit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-multipart</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.test-framework</groupId>
<artifactId>jersey-test-framework-core</artifactId>
Expand All @@ -78,4 +73,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
3 changes: 1 addition & 2 deletions tests/performance/runners/jersey-grizzly-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@
<phase>package</phase>
<!-- append to the packaging phase. -->
<goals>
<goal>attached</goal>
<!-- goals == mojos -->
<goal>single</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit 627b68f

Please sign in to comment.