Skip to content

Commit

Permalink
#207 remove unnecessary ces-build-lib that caused errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jelemux committed Mar 29, 2023
1 parent dd48de1 commit 975d76c
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,16 +155,6 @@
<version>1.2.3</version>
</dependency>

<dependency>
<!-- Dependency used in Jenkinsfile. Including this in maven provides code completion in Jenkinsfile. -->
<groupId>com.github.cloudogu</groupId>
<artifactId>ces-build-lib</artifactId>
<!-- Keep this version in sync with the one used in Jenkinsfile -->
<version>888733b</version>
<!-- Don't ship this dependency with the app -->
<optional>true</optional>
</dependency>

<!-- Used to extract the version at runtime -->
<dependency>
<groupId>com.cloudogu.versionName</groupId>
Expand Down Expand Up @@ -390,14 +380,6 @@
</profile>
</profiles>

<repositories>
<repository>
<!-- Necessary for ces-build-lib -->
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cas-client.version>3.4.1</cas-client.version>
Expand Down

0 comments on commit 975d76c

Please sign in to comment.