Skip to content

Commit

Permalink
Fixed pom
Browse files Browse the repository at this point in the history
  • Loading branch information
rwperrott committed Dec 12, 2020
1 parent 819ea59 commit 242d9d1
Showing 1 changed file with 2 additions and 36 deletions.
38 changes: 2 additions & 36 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>rwperrott.maven.plugins</groupId>
<artifactId>rwperrott-string-template-plugin</artifactId>
<version>2.2.1</version>
<version>2.2.2</version>
<packaging>maven-plugin</packaging>

<name>StringTemplate Maven Plugin</name>
Expand Down Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>rwperrott</groupId>
<artifactId>rwperrott-string-template-utils</artifactId>
<version>2.2.1</version>
<version>2.2.2</version>
</dependency>

<dependency>
Expand All @@ -103,38 +103,6 @@
<artifactId>testng</artifactId>
<version>7.3.0</version>
</dependency>

<!-- stuff needed for MavenCLI -->
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-embedder</artifactId>
<version>3.6.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<version>3.6.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.resolver</groupId>
<artifactId>maven-resolver-connector-basic</artifactId>
<version>1.6.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.resolver</groupId>
<artifactId>maven-resolver-transport-http</artifactId>
<version>1.6.1</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down Expand Up @@ -382,12 +350,10 @@
<doctitle>StringTemplate Maven Plugin - ${project.version}</doctitle>
<windowtitle>StringTemplate Maven Plugin - ${project.version}</windowtitle>
<show>public</show>
<!--
<links>
A supported Java version unlike 1.6!
<link>https://docs.oracle.com/javase/8/docs/api/</link>
</links>
-->
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 242d9d1

Please sign in to comment.