File tree Expand file tree Collapse file tree 3 files changed +508
-725
lines changed
src/test/java/com/opentok Expand file tree Collapse file tree 3 files changed +508
-725
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.opentok.api</groupId >
5
5
<artifactId >opentok-java-sdk</artifactId >
6
- <version >0.91.54-SNAPSHOT </version >
6
+ <version >0.91.54</version >
7
7
<packaging >jar</packaging >
8
8
<name >Opentok Java SDK</name >
9
9
<description >The Java library to interact with the Opentok platform</description >
42
42
<groupId >org.apache.maven.plugins</groupId >
43
43
<artifactId >maven-surefire-plugin</artifactId >
44
44
<version >2.12</version >
45
- <configuration >
46
- <skipTests >true</skipTests >
47
- </configuration >
48
45
</plugin >
49
46
</plugins >
50
47
</build >
48
+ <dependencies >
49
+ <dependency >
50
+ <groupId >junit</groupId >
51
+ <artifactId >junit</artifactId >
52
+ <version >4.8.1</version >
53
+ <scope >test</scope >
54
+ </dependency >
55
+ </dependencies >
51
56
</project >
You can’t perform that action at this time.
0 commit comments