You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2017/11/16 20:23:12 UTC

[1/2] wicket git commit: Remove duplicate dependency to jetty-webapp

Repository: wicket
Updated Branches:
  refs/heads/master 831395a2c -> 01e76cf5e


Remove duplicate dependency to jetty-webapp


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/604030ed
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/604030ed
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/604030ed

Branch: refs/heads/master
Commit: 604030ed3fd024dce38aedc1588c5ba04924f609
Parents: 831395a
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Thu Nov 16 22:22:12 2017 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Thu Nov 16 22:22:12 2017 +0200

----------------------------------------------------------------------
 wicket-examples/pom.xml | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/604030ed/wicket-examples/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index 8a1e2e4..b57f0dc 100644
--- a/wicket-examples/pom.xml
+++ b/wicket-examples/pom.xml
@@ -62,6 +62,10 @@
 	</dependencyManagement>
 	<dependencies>
 		<dependency>
+            <groupId>org.eclipse.jetty</groupId>
+            <artifactId>jetty-server</artifactId>
+        </dependency>
+		<dependency>
 			<groupId>org.eclipse.jetty</groupId>
 			<artifactId>jetty-webapp</artifactId>
 		</dependency>
@@ -179,16 +183,6 @@
 			<groupId>org.httpunit</groupId>
 			<artifactId>httpunit</artifactId>
 		</dependency>
-		<dependency>
-            <groupId>org.eclipse.jetty</groupId>
-            <artifactId>jetty-webapp</artifactId>
-            <scope>runtime</scope>
-        </dependency>
-		<dependency>
-            <groupId>org.eclipse.jetty</groupId>
-            <artifactId>jetty-server</artifactId>
-            <scope>runtime</scope>
-        </dependency>
 	</dependencies>
 	<build>
 		<resources>


[2/2] wicket git commit: Push the new image to Bintray when 'docker' profile is active

Posted by mg...@apache.org.
Push the new image to Bintray when 'docker' profile is active


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/01e76cf5
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/01e76cf5
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/01e76cf5

Branch: refs/heads/master
Commit: 01e76cf5e6f13962af0b336f7d02e256cb0ea68e
Parents: 604030e
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Thu Nov 16 22:22:29 2017 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Thu Nov 16 22:22:29 2017 +0200

----------------------------------------------------------------------
 wicket-examples/pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/01e76cf5/wicket-examples/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index b57f0dc..183cb3f 100644
--- a/wicket-examples/pom.xml
+++ b/wicket-examples/pom.xml
@@ -284,6 +284,9 @@
 	<profiles>
 		<profile>
 			<id>docker</id>
+			<properties>
+				<pushImage/>
+			</properties>
 			<build>
 				<plugins>
 					<plugin>