You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/11/27 13:25:23 UTC

svn commit: r1771586 - in /myfaces/tobago/trunk: pom.xml tobago-example/pom.xml

Author: lofwyr
Date: Sun Nov 27 13:25:23 2016
New Revision: 1771586

URL: http://svn.apache.org/viewvc?rev=1771586&view=rev
Log:
update some depending libs

Modified:
    myfaces/tobago/trunk/pom.xml
    myfaces/tobago/trunk/tobago-example/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=1771586&r1=1771585&r2=1771586&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Sun Nov 27 13:25:23 2016
@@ -415,6 +415,11 @@
         <artifactId>logback-classic</artifactId>
         <version>${logback.version}</version>
       </dependency>
+      <dependency>
+        <groupId>ch.qos.logback</groupId>
+        <artifactId>logback-core</artifactId>
+        <version>${logback.version}</version>
+      </dependency>
       <!-- only needed to build Tobago and for some examples, but not for runtime -->
       <dependency>
         <groupId>commons-io</groupId>

Modified: myfaces/tobago/trunk/tobago-example/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/pom.xml?rev=1771586&r1=1771585&r2=1771586&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/pom.xml Sun Nov 27 13:25:23 2016
@@ -26,10 +26,6 @@
   <name>Tobago Examples</name>
   <artifactId>tobago-example</artifactId>
 
-  <properties>
-    <logback.version>1.1.1</logback.version>
-  </properties>
-
   <modules>
     <module>tobago-example-addressbook</module>
     <module>tobago-example-blank</module>
@@ -166,13 +162,11 @@
     <dependency>
       <groupId>ch.qos.logback</groupId>
       <artifactId>logback-classic</artifactId>
-      <version>${logback.version}</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>ch.qos.logback</groupId>
       <artifactId>logback-core</artifactId>
-      <version>${logback.version}</version>
       <scope>runtime</scope>
     </dependency>
   </dependencies>