Skip to content

Commit 350cde9

Browse files
committed
remove redundant lines
Signed-off-by: liran2000 <[email protected]>
1 parent 41502c1 commit 350cde9

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

tools/flagd-http-connector/pom.xml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -38,36 +38,12 @@
3838
<version>3.17.0</version>
3939
</dependency>
4040

41-
<!-- <dependency>-->
42-
<!-- <groupId>org.slf4j</groupId>-->
43-
<!-- <artifactId>slf4j-api</artifactId>-->
44-
<!-- <version>2.0.16</version>-->
45-
<!-- </dependency>-->
46-
<!-- <dependency>-->
47-
<!-- <groupId>org.slf4j</groupId>-->
48-
<!-- <artifactId>slf4j-simple</artifactId>-->
49-
<!-- <version>2.0.16</version>-->
50-
<!-- </dependency>-->
5141
<dependency>
5242
<groupId>com.google.code.findbugs</groupId>
5343
<artifactId>annotations</artifactId>
5444
<version>3.0.1</version>
5545
<scope>test</scope>
5646
</dependency>
5747

58-
5948
</dependencies>
60-
<!-- <build>-->
61-
<!-- <plugins>-->
62-
<!-- <plugin>-->
63-
<!-- <groupId>org.apache.maven.plugins</groupId>-->
64-
<!-- <artifactId>maven-compiler-plugin</artifactId>-->
65-
<!-- <configuration>-->
66-
<!-- <source>11</source>-->
67-
<!-- <target>11</target>-->
68-
<!-- </configuration>-->
69-
<!-- </plugin>-->
70-
<!-- </plugins>-->
71-
<!-- </build>-->
72-
7349
</project>

0 commit comments

Comments
 (0)