Skip to content

Commit

Permalink
Updates dependencies and resource configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
asual committed Oct 18, 2009
1 parent fea79fb commit 04fd24f
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions pom.xml
Expand Up @@ -11,7 +11,7 @@
<scm>
<url>scm:git:git://github.com/asual/lesscss-engine.git</url>
</scm>
<version>1.2.8</version>
<version>1.2.11</version>
<description>A Java wrapper for LESS (http://lesscss.org). LESS extends CSS with: variables, mixins, operations and nested rules.</description>
<url>http://www.asual.com/lesscss</url>
<licenses>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
<version>1.3.1</version>
<version>1.4.0RC1</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
Expand All @@ -41,12 +41,11 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.5.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.6</version>
<version>4.7</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -92,6 +91,15 @@
<version>2.2</version>
</plugin>
</plugins>
<testResources>
<testResource>
<directory>src/test/resources</directory>
<includes>
<include>log4j.xml</include>
<include>**/*.css</include>
</includes>
</testResource>
</testResources>
</build>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 04fd24f

Please sign in to comment.