Skip to content

Commit 242d9d1

Browse files
committed
Fixed pom
1 parent 819ea59 commit 242d9d1

File tree

1 file changed

+2
-36
lines changed

1 file changed

+2
-36
lines changed

pom.xml

Lines changed: 2 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>rwperrott.maven.plugins</groupId>
2525
<artifactId>rwperrott-string-template-plugin</artifactId>
26-
<version>2.2.1</version>
26+
<version>2.2.2</version>
2727
<packaging>maven-plugin</packaging>
2828

2929
<name>StringTemplate Maven Plugin</name>
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>rwperrott</groupId>
9696
<artifactId>rwperrott-string-template-utils</artifactId>
97-
<version>2.2.1</version>
97+
<version>2.2.2</version>
9898
</dependency>
9999

100100
<dependency>
@@ -103,38 +103,6 @@
103103
<artifactId>testng</artifactId>
104104
<version>7.3.0</version>
105105
</dependency>
106-
107-
<!-- stuff needed for MavenCLI -->
108-
<dependency>
109-
<groupId>org.apache.maven</groupId>
110-
<artifactId>maven-embedder</artifactId>
111-
<version>3.6.3</version>
112-
<scope>test</scope>
113-
</dependency>
114-
<dependency>
115-
<groupId>ch.qos.logback</groupId>
116-
<artifactId>logback-classic</artifactId>
117-
<version>1.2.3</version>
118-
<scope>test</scope>
119-
</dependency>
120-
<dependency>
121-
<groupId>org.apache.maven</groupId>
122-
<artifactId>maven-compat</artifactId>
123-
<version>3.6.3</version>
124-
<scope>test</scope>
125-
</dependency>
126-
<dependency>
127-
<groupId>org.apache.maven.resolver</groupId>
128-
<artifactId>maven-resolver-connector-basic</artifactId>
129-
<version>1.6.1</version>
130-
<scope>test</scope>
131-
</dependency>
132-
<dependency>
133-
<groupId>org.apache.maven.resolver</groupId>
134-
<artifactId>maven-resolver-transport-http</artifactId>
135-
<version>1.6.1</version>
136-
<scope>test</scope>
137-
</dependency>
138106
</dependencies>
139107

140108
<build>
@@ -382,12 +350,10 @@
382350
<doctitle>StringTemplate Maven Plugin - ${project.version}</doctitle>
383351
<windowtitle>StringTemplate Maven Plugin - ${project.version}</windowtitle>
384352
<show>public</show>
385-
<!--
386353
<links>
387354
A supported Java version unlike 1.6!
388355
<link>https://docs.oracle.com/javase/8/docs/api/</link>
389356
</links>
390-
-->
391357
</configuration>
392358
<executions>
393359
<execution>

0 commit comments

Comments
 (0)