当前位置:网站首页>POM configuration provided and test
POM configuration provided and test
2022-06-24 07:43:00 【Chen Bucheng I】
One .provided: Scope... Has been provided
provided Illustrates the dependency from JDK Or the container provides . For example, if you develop a web application , May be compiling classpath Need to be available in Servlet API To compile a servlet, But you don't want to be packing WAR Including this Servlet API; this Servlet API JAR By your application server or servlet Containers provide . Dependency of provided scope in compilation classpath ( Not runtime ) You can use . They are not transitive and will not be packaged .
<dependency> <groupId>javax.servlet.jsp</groupId> <artifactId>jsp-api</artifactId> <version>2.1</version> <scope>provided</scope> </dependency>
Two .test: Test range
test Range dependence You don't need... At normal compile and run times , They are only available during test compilation and test run phases . Not published with project .
<dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency>
边栏推荐
- UTC、GMT、CST
- 【NILM】非入侵式负荷分解模块nilmtk安装教程
- [DDCTF2018](╯°□°)╯︵ ┻━┻
- 常见的数组封装
- MaxCompute远程连接,上传、下载数据文件操作
- Extend ado Net to realize object-oriented CRUD (.Net core/framework)
- Accessing user interface settings using systemparametersinfo
- MFC multithreaded semaphore csemaphore critical area and mutually exclusive events
- Common coding and encryption in penetration testing
- Detailed explanation of PHP data serialization test example
猜你喜欢
![[WUSTCTF2020]alison_ likes_ jojo](/img/a9/dcc6f524772cd0b8781289cbaef63f.png)
[WUSTCTF2020]alison_ likes_ jojo

RDD basic knowledge points
![LeetCode 515 在每个数行中找最大值[BFS 二叉树] HERODING的LeetCode之路](/img/16/011ba3aef1315c39526daac7e3ec89.png)
LeetCode 515 在每个数行中找最大值[BFS 二叉树] HERODING的LeetCode之路

Dichotomous special training
![[equalizer] bit error rate performance comparison simulation of LS equalizer, def equalizer and LMMSE equalizer](/img/45/61258aa20cd287047c028f220b7f7a.png)
[equalizer] bit error rate performance comparison simulation of LS equalizer, def equalizer and LMMSE equalizer

Bjdctf 2020 Bar _ Babystack

【Django中运行scrapy框架,并将数据存入数据库】
![buuctf misc [UTCTF2020]docx](/img/e4/e160f704d6aa754e85056840e14bd2.png)
buuctf misc [UTCTF2020]docx

【008】表格数据逐行筛选,跳出for循环及跳过本次循环思路_#VBA
![[vulhub shooting range]] ZABBIX SQL injection (cve-2016-10134) vulnerability recurrence](/img/c5/f548223666d7379a7d4aaed2953587.png)
[vulhub shooting range]] ZABBIX SQL injection (cve-2016-10134) vulnerability recurrence
随机推荐
Quickly set up PgSQL for serverless
C# Lambda
MSSQL high permission injection write horse to Chinese path
Global and Chinese market of basketball uniforms 2022-2028: Research Report on technology, participants, trends, market size and share
How to turn on win11 notebook power saving mode? How to open win11 computer power saving mode
Deploy L2TP in VPN (Part 1)
Blue Bridge Cup seven segment code (dfs/ shape pressing + parallel search)
C escape character
Unity Culling 相关技术
位运算
What challenges does the video streaming media platform face in transmitting HD video?
《canvas》之第3章 曲线图形
Virtual machine security disaster recovery construction
L2tp/ipsec one click installation script
A summary of the posture of bouncing and forwarding around the firewall
What should I pay attention to after the live broadcast system source code is set up?
【NILM】非入侵式负荷分解模块nilmtk安装教程
any类备注
向量操作与坐标转换相关方法
Bjdctf 2020 Bar _ Babystack