Skip to content

Commit 0dffcfe

Browse files
committed
fix: project pom and buildscript
1 parent c1cf284 commit 0dffcfe

6 files changed

Lines changed: 5 additions & 82 deletions

File tree

.buildscript/bootstrap.sh

Lines changed: 0 additions & 25 deletions
This file was deleted.

.buildscript/cli.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

.buildscript/deploy_snapshot.sh

Lines changed: 0 additions & 28 deletions
This file was deleted.

.buildscript/e2e.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

.buildscript/settings.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

analytics-core/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
<groupId>com.squareup.retrofit2</groupId>
1919
<artifactId>retrofit</artifactId>
2020
</dependency>
21+
<dependency>
22+
<groupId>javax.annotation</groupId>
23+
<artifactId>javax.annotation-api</artifactId>
24+
<version>1.3.2</version>
25+
</dependency>
2126
<dependency>
2227
<groupId>com.squareup.okio</groupId>
2328
<artifactId>okio</artifactId>

0 commit comments

Comments
 (0)