Skip to content

Commit c49dcba

Browse files
authored
Merge pull request #52 from ligangty/master
Adjust deps
2 parents 9ca2fe1 + d6e505c commit c49dcba

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.commonjava</groupId>
2323
<artifactId>commonjava</artifactId>
24-
<version>17</version>
24+
<version>18</version>
2525
</parent>
2626

2727
<groupId>org.commonjava.util</groupId>
@@ -45,7 +45,7 @@
4545
<httpcoreVersion>4.4.15</httpcoreVersion>
4646
<httpclientVersion>4.5.13</httpclientVersion>
4747

48-
<bouncycastleVersion>1.74</bouncycastleVersion>
48+
<bouncycastleVersion>1.76</bouncycastleVersion>
4949
<dockerWaitFor>Setting LogLevel for all modules to trace6</dockerWaitFor>
5050

5151
<dockerImage>docker.io/commonjava/ssl-dojo:1.1</dockerImage>
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>org.commonjava.boms</groupId>
7979
<artifactId>web-commons-bom</artifactId>
80-
<version>27</version>
80+
<version>28</version>
8181
<type>pom</type>
8282
<scope>import</scope>
8383
</dependency>
@@ -111,7 +111,6 @@
111111
<groupId>org.commonjava.util</groupId>
112112
<artifactId>http-testserver</artifactId>
113113
<version>1.4</version>
114-
<scope>test</scope>
115114
</dependency>
116115
</dependencies>
117116
</dependencyManagement>
@@ -160,6 +159,7 @@
160159
<dependency>
161160
<groupId>org.commonjava.util</groupId>
162161
<artifactId>http-testserver</artifactId>
162+
<scope>test</scope>
163163
</dependency>
164164
<dependency>
165165
<groupId>ch.qos.logback</groupId>
@@ -174,10 +174,12 @@
174174
<dependency>
175175
<groupId>junit</groupId>
176176
<artifactId>junit</artifactId>
177+
<scope>test</scope>
177178
</dependency>
178179
<dependency>
179180
<groupId>org.hamcrest</groupId>
180181
<artifactId>hamcrest-core</artifactId>
182+
<scope>test</scope>
181183
</dependency>
182184
<dependency>
183185
<groupId>commons-lang</groupId>

0 commit comments

Comments
 (0)