Skip to content

Commit 45d0700

Browse files
committed
Update site dependency for 2.8.x only
In 2.9.0, we will a newer kohlschutter-parent.
1 parent cfec208 commit 45d0700

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,18 @@ In contrast to other implementations, junixsocket extends the Java Sockets API (
119119
<targetJdk>1.8</targetJdk>
120120
</configuration>
121121
</plugin>
122+
<plugin>
123+
<groupId>org.apache.maven.plugins</groupId>
124+
<artifactId>maven-site-plugin</artifactId>
125+
<version>4.0.0-M11</version>
126+
<dependencies>
127+
<dependency>
128+
<groupId>org.apache.maven.skins</groupId>
129+
<artifactId>maven-fluido-skin</artifactId>
130+
<version>2.0.0-M8</version>
131+
</dependency>
132+
</dependencies>
133+
</plugin>
122134
</plugins>
123135
</pluginManagement>
124136
</build>

0 commit comments

Comments
 (0)