Skip to content

Commit 1f767e4

Browse files
Vinay-kalpaguriVinay Kalpaguri
andauthored
Exclude test libraries from main build in eiffel-intelligence-frontend. (#310)
* Removed the test libraries from main build Co-authored-by: Vinay Kalpaguri <vinay.kumar.gupta.kalpaguri@ericsson.com>
1 parent 0e64f73 commit 1f767e4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,15 @@
134134
<!-- https://mvnrepository.com/artifact/org.mock-server/mockserver-client-java -->
135135
<dependency>
136136
<groupId>org.seleniumhq.selenium</groupId>
137-
<artifactId>selenium-firefox-driver</artifactId>
137+
<artifactId>selenium-server</artifactId>
138138
<version>3.141.0</version>
139+
<scope>test</scope>
139140
</dependency>
140141
<dependency>
141142
<groupId>org.seleniumhq.selenium</groupId>
142-
<artifactId>selenium-server</artifactId>
143+
<artifactId>selenium-firefox-driver</artifactId>
143144
<version>3.141.0</version>
145+
<scope>test</scope>
144146
</dependency>
145147
<!-- https://mvnrepository.com/artifact/org.mock-server/mockserver-netty -->
146148
<dependency>

0 commit comments

Comments
 (0)