Skip to content

Commit

Permalink
#109 fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 15, 2023
1 parent 6883e6e commit 4b30a4c
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 51 deletions.
61 changes: 10 additions & 51 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.8.0-beta0</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -134,27 +135,33 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>21.0-rc1</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.json</groupId>
<artifactId>javax.json-api</artifactId>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.10</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.7</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -309,55 +316,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</goals>
<configuration>
<sassSourceDirectory>${basedir}/src/main/scss</sassSourceDirectory>
<destination>${project.build.directory}/css</destination>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.samaxes.maven</groupId>
<artifactId>minify-maven-plugin</artifactId>
<version>1.7.6</version>
<configuration>
<charset>UTF-8</charset>
<nosuffix>true</nosuffix>
<webappTargetDir>${project.build.outputDirectory}</webappTargetDir>
</configuration>
<executions>
<execution>
<id>minify-css</id>
<goals>
<goal>minify</goal>
</goals>
<configuration>
<webappSourceDir>${project.build.directory}</webappSourceDir>
<cssSourceDir>css</cssSourceDir>
<cssSourceIncludes>
<include>*.css</include>
</cssSourceIncludes>
<skipMerge>true</skipMerge>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.tunyk.mvn.plugins.htmlcompressor</groupId>
<artifactId>htmlcompressor-maven-plugin</artifactId>
<version>1.3</version>
<executions>
<execution>
<id>compress-xsl</id>
<phase>generate-resources</phase>
<goals>
<goal>xml</goal>
</goals>
<configuration>
<srcFolder>${basedir}/src/main/xsl</srcFolder>
<targetFolder>${project.build.outputDirectory}/xsl</targetFolder>
<fileExt>
<ext>xsl</ext>
</fileExt>
<removeIntertagSpaces>false</removeIntertagSpaces>
<destination>${project.build.outputDirectory}/css</destination>
</configuration>
</execution>
</executions>
Expand Down Expand Up @@ -391,7 +350,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<artifactItem>
<groupId>com.jcabi</groupId>
<artifactId>DynamoDBLocal</artifactId>
<version>2014-10-07</version>
<version>2023-05-26</version>
<type>zip</type>
<outputDirectory>${project.build.directory}/dynamodb-dist</outputDirectory>
<overWrite>false</overWrite>
Expand Down Expand Up @@ -421,7 +380,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<plugin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-dynamodb-maven-plugin</artifactId>
<version>0.7.1</version>
<version>0.10.1</version>
<executions>
<execution>
<id>dynamodb-integration-test</id>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4b30a4c

Please sign in to comment.