Skip to content

Commit 96b06bc

Browse files
authored
Take grizzly version from commons (#64)
1 parent 860bea4 commit 96b06bc

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

OpenICF-java-framework/connector-framework-server/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,14 @@
6868
<dependency>
6969
<groupId>org.glassfish.grizzly</groupId>
7070
<artifactId>grizzly-framework</artifactId>
71-
<version>${grizzly.version}</version>
7271
</dependency>
7372
<dependency>
7473
<groupId>org.glassfish.grizzly</groupId>
7574
<artifactId>grizzly-http-servlet</artifactId>
76-
<version>${grizzly.version}</version>
7775
</dependency>
7876
<dependency>
7977
<groupId>org.glassfish.grizzly</groupId>
8078
<artifactId>grizzly-websockets</artifactId>
81-
<version>${grizzly.version}</version>
8279
</dependency>
8380

8481
<dependency>

OpenICF-java-framework/connector-server-grizzly/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,14 @@
5959
<dependency>
6060
<groupId>org.glassfish.grizzly</groupId>
6161
<artifactId>grizzly-framework</artifactId>
62-
<version>${grizzly.version}</version>
6362
</dependency>
6463
<dependency>
6564
<groupId>org.glassfish.grizzly</groupId>
6665
<artifactId>grizzly-http-servlet</artifactId>
67-
<version>${grizzly.version}</version>
6866
</dependency>
6967
<dependency>
7068
<groupId>org.glassfish.grizzly</groupId>
7169
<artifactId>grizzly-websockets</artifactId>
72-
<version>${grizzly.version}</version>
7370
</dependency>
7471
<dependency>
7572
<groupId>javax.servlet</groupId>

OpenICF-java-framework/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454

5555
<slf4j.version>1.7.36</slf4j.version>
5656
<logback.version>1.2.13</logback.version>
57-
<grizzly.version>2.3.35</grizzly.version>
5857
<protobuf-java.version>3.0.2</protobuf-java.version>
5958

6059
<!-- Core documentation properties -->

0 commit comments

Comments
 (0)