Skip to content

Commit

Permalink
add logback container
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfei0201 committed Jul 4, 2012
1 parent 81ca7e9 commit 78acbc9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dubbo-container/dubbo-container-logback/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,10 @@
<artifactId>dubbo-container-api</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
1 change: 1 addition & 0 deletions dubbo-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@
<module>dubbo-container-spring</module>
<module>dubbo-container-jetty</module>
<module>dubbo-container-log4j</module>
<module>dubbo-container-logback</module>
</modules>
</project>
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
<slf4j_version>1.6.2</slf4j_version>
<jcl_version>1.1</jcl_version>
<log4j_version>1.2.16</log4j_version>
<logback_version>1.0.6</logback_version>
<!-- Test libs -->
<junit_version>4.10</junit_version>
<easymock_version>3.0</easymock_version>
Expand Down Expand Up @@ -289,6 +290,11 @@
<artifactId>log4j</artifactId>
<version>${log4j_version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>${logback_version}</version>
</dependency>
<!-- Test libs -->
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 78acbc9

Please sign in to comment.